Uses of Interface
com.reprezen.kaizen.oasparser.model3.Tag
-
Packages that use Tag Package Description com.reprezen.kaizen.oasparser.model3 com.reprezen.kaizen.oasparser.ovl3 -
-
Uses of Tag in com.reprezen.kaizen.oasparser.model3
Methods in com.reprezen.kaizen.oasparser.model3 that return Tag Modifier and Type Method Description TagOpenApi3. getTag(int index)Methods in com.reprezen.kaizen.oasparser.model3 that return types with arguments of type Tag Modifier and Type Method Description List<Tag>OpenApi3. getTags()List<Tag>OpenApi3. getTags(boolean elaborate)Methods in com.reprezen.kaizen.oasparser.model3 with parameters of type Tag Modifier and Type Method Description voidOpenApi3. addTag(Tag tag)voidOpenApi3. insertTag(int index, Tag tag)voidOpenApi3. setTag(int index, Tag tag)Method parameters in com.reprezen.kaizen.oasparser.model3 with type arguments of type Tag Modifier and Type Method Description voidOpenApi3. setTags(List<Tag> tags) -
Uses of Tag in com.reprezen.kaizen.oasparser.ovl3
Classes in com.reprezen.kaizen.oasparser.ovl3 that implement Tag Modifier and Type Class Description classTagImplFields in com.reprezen.kaizen.oasparser.ovl3 with type parameters of type Tag Modifier and Type Field Description static com.reprezen.jsonoverlay.OverlayFactory<Tag>TagImpl. factoryMethods in com.reprezen.kaizen.oasparser.ovl3 that return Tag Modifier and Type Method Description static <OV extends com.reprezen.jsonoverlay.IJsonOverlay<?>>
TagTagImpl. create(OV modelMember)TagOpenApi3Impl. getTag(int index)Methods in com.reprezen.kaizen.oasparser.ovl3 that return types with arguments of type Tag Modifier and Type Method Description static <OV extends com.reprezen.jsonoverlay.IJsonOverlay<?>>
com.reprezen.jsonoverlay.Builder<Tag>TagImpl. builder(OV modelMember)List<Tag>OpenApi3Impl. getTags()List<Tag>OpenApi3Impl. getTags(boolean elaborate)Methods in com.reprezen.kaizen.oasparser.ovl3 with parameters of type Tag Modifier and Type Method Description voidOpenApi3Impl. addTag(Tag tag)voidOpenApi3Impl. insertTag(int index, Tag tag)voidOpenApi3Impl. setTag(int index, Tag tag)Method parameters in com.reprezen.kaizen.oasparser.ovl3 with type arguments of type Tag Modifier and Type Method Description voidOpenApi3Impl. setTags(List<Tag> tags)Constructors in com.reprezen.kaizen.oasparser.ovl3 with parameters of type Tag Constructor Description TagImpl(Tag tag, com.reprezen.jsonoverlay.JsonOverlay<?> parent, com.reprezen.jsonoverlay.ReferenceManager refMgr)
-