Uses of Interface
com.reprezen.kaizen.oasparser.model3.License
-
Packages that use License Package Description com.reprezen.kaizen.oasparser.model3 com.reprezen.kaizen.oasparser.ovl3 -
-
Uses of License in com.reprezen.kaizen.oasparser.model3
Methods in com.reprezen.kaizen.oasparser.model3 that return License Modifier and Type Method Description LicenseInfo. getLicense()LicenseInfo. getLicense(boolean elaborate)Methods in com.reprezen.kaizen.oasparser.model3 with parameters of type License Modifier and Type Method Description voidInfo. setLicense(License license) -
Uses of License in com.reprezen.kaizen.oasparser.ovl3
Classes in com.reprezen.kaizen.oasparser.ovl3 that implement License Modifier and Type Class Description classLicenseImplFields in com.reprezen.kaizen.oasparser.ovl3 with type parameters of type License Modifier and Type Field Description static com.reprezen.jsonoverlay.OverlayFactory<License>LicenseImpl. factoryMethods in com.reprezen.kaizen.oasparser.ovl3 that return License Modifier and Type Method Description static <OV extends com.reprezen.jsonoverlay.IJsonOverlay<?>>
LicenseLicenseImpl. create(OV modelMember)LicenseInfoImpl. getLicense()LicenseInfoImpl. getLicense(boolean elaborate)Methods in com.reprezen.kaizen.oasparser.ovl3 that return types with arguments of type License Modifier and Type Method Description static <OV extends com.reprezen.jsonoverlay.IJsonOverlay<?>>
com.reprezen.jsonoverlay.Builder<License>LicenseImpl. builder(OV modelMember)Methods in com.reprezen.kaizen.oasparser.ovl3 with parameters of type License Modifier and Type Method Description voidInfoImpl. setLicense(License license)Constructors in com.reprezen.kaizen.oasparser.ovl3 with parameters of type License Constructor Description LicenseImpl(License license, com.reprezen.jsonoverlay.JsonOverlay<?> parent, com.reprezen.jsonoverlay.ReferenceManager refMgr)
-