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