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