Uses of Interface
com.reprezen.kaizen.oasparser.model3.Example
-
Packages that use Example Package Description com.reprezen.kaizen.oasparser.model3 com.reprezen.kaizen.oasparser.ovl3 -
-
Uses of Example in com.reprezen.kaizen.oasparser.model3
Methods in com.reprezen.kaizen.oasparser.model3 that return Example Modifier and Type Method Description ExampleHeader. getExample(String name)ExampleMediaType. getExample(String name)ExampleOpenApi3. getExample(String name)ExampleParameter. getExample(String name)Methods in com.reprezen.kaizen.oasparser.model3 that return types with arguments of type Example Modifier and Type Method Description Map<String,Example>Header. getExamples()Map<String,Example>Header. getExamples(boolean elaborate)Map<String,Example>MediaType. getExamples()Map<String,Example>MediaType. getExamples(boolean elaborate)Map<String,Example>OpenApi3. getExamples()Map<String,Example>OpenApi3. getExamples(boolean elaborate)Map<String,Example>Parameter. getExamples()Map<String,Example>Parameter. getExamples(boolean elaborate)Methods in com.reprezen.kaizen.oasparser.model3 with parameters of type Example Modifier and Type Method Description voidHeader. setExample(String name, Example example)voidMediaType. setExample(String name, Example example)voidOpenApi3. setExample(String name, Example example)voidParameter. setExample(String name, Example example)Method parameters in com.reprezen.kaizen.oasparser.model3 with type arguments of type Example Modifier and Type Method Description voidHeader. setExamples(Map<String,Example> examples)voidMediaType. setExamples(Map<String,Example> examples)voidOpenApi3. setExamples(Map<String,Example> examples)voidParameter. setExamples(Map<String,Example> examples) -
Uses of Example in com.reprezen.kaizen.oasparser.ovl3
Classes in com.reprezen.kaizen.oasparser.ovl3 that implement Example Modifier and Type Class Description classExampleImplFields in com.reprezen.kaizen.oasparser.ovl3 with type parameters of type Example Modifier and Type Field Description static com.reprezen.jsonoverlay.OverlayFactory<Example>ExampleImpl. factoryMethods in com.reprezen.kaizen.oasparser.ovl3 that return Example Modifier and Type Method Description static <OV extends com.reprezen.jsonoverlay.IJsonOverlay<?>>
ExampleExampleImpl. create(OV modelMember)ExampleHeaderImpl. getExample(String name)ExampleMediaTypeImpl. getExample(String name)ExampleOpenApi3Impl. getExample(String name)ExampleParameterImpl. getExample(String name)Methods in com.reprezen.kaizen.oasparser.ovl3 that return types with arguments of type Example Modifier and Type Method Description static <OV extends com.reprezen.jsonoverlay.IJsonOverlay<?>>
com.reprezen.jsonoverlay.Builder<Example>ExampleImpl. builder(OV modelMember)Map<String,Example>HeaderImpl. getExamples()Map<String,Example>HeaderImpl. getExamples(boolean elaborate)Map<String,Example>MediaTypeImpl. getExamples()Map<String,Example>MediaTypeImpl. getExamples(boolean elaborate)Map<String,Example>OpenApi3Impl. getExamples()Map<String,Example>OpenApi3Impl. getExamples(boolean elaborate)Map<String,Example>ParameterImpl. getExamples()Map<String,Example>ParameterImpl. getExamples(boolean elaborate)Methods in com.reprezen.kaizen.oasparser.ovl3 with parameters of type Example Modifier and Type Method Description voidHeaderImpl. setExample(String name, Example example)voidMediaTypeImpl. setExample(String name, Example example)voidOpenApi3Impl. setExample(String name, Example example)voidParameterImpl. setExample(String name, Example example)Method parameters in com.reprezen.kaizen.oasparser.ovl3 with type arguments of type Example Modifier and Type Method Description voidHeaderImpl. setExamples(Map<String,Example> examples)voidMediaTypeImpl. setExamples(Map<String,Example> examples)voidOpenApi3Impl. setExamples(Map<String,Example> examples)voidParameterImpl. setExamples(Map<String,Example> examples)Constructors in com.reprezen.kaizen.oasparser.ovl3 with parameters of type Example Constructor Description ExampleImpl(Example example, com.reprezen.jsonoverlay.JsonOverlay<?> parent, com.reprezen.jsonoverlay.ReferenceManager refMgr)
-