Uses of Interface
com.networknt.oas.model.Info
-
Packages that use Info Package Description com.networknt.oas.model com.networknt.oas.model.impl -
-
Uses of Info in com.networknt.oas.model
Methods in com.networknt.oas.model that return Info Modifier and Type Method Description InfoOpenApi3. getInfo()InfoOpenApi3. getInfo(boolean elaborate)Methods in com.networknt.oas.model with parameters of type Info Modifier and Type Method Description voidOpenApi3. setInfo(Info info) -
Uses of Info in com.networknt.oas.model.impl
Classes in com.networknt.oas.model.impl that implement Info Modifier and Type Class Description classInfoImplFields in com.networknt.oas.model.impl with type parameters of type Info Modifier and Type Field Description static com.networknt.jsonoverlay.OverlayFactory<Info>InfoImpl. factoryMethods in com.networknt.oas.model.impl that return Info Modifier and Type Method Description static <OV extends com.networknt.jsonoverlay.IJsonOverlay<?>>
InfoInfoImpl. create(OV modelMember)InfoOpenApi3Impl. getInfo()InfoOpenApi3Impl. getInfo(boolean elaborate)Methods in com.networknt.oas.model.impl that return types with arguments of type Info Modifier and Type Method Description static <OV extends com.networknt.jsonoverlay.IJsonOverlay<?>>
com.networknt.jsonoverlay.Builder<Info>InfoImpl. builder(OV modelMember)Methods in com.networknt.oas.model.impl with parameters of type Info Modifier and Type Method Description voidOpenApi3Impl. setInfo(Info info)Constructors in com.networknt.oas.model.impl with parameters of type Info Constructor Description InfoImpl(Info info, com.networknt.jsonoverlay.JsonOverlay<?> parent, com.networknt.jsonoverlay.ReferenceManager refMgr)
-