Uses of Interface
org.mockserver.openapi.examples.models.Example
-
Packages that use Example Package Description org.mockserver.openapi.examples org.mockserver.openapi.examples.models -
-
Uses of Example in org.mockserver.openapi.examples
Methods in org.mockserver.openapi.examples that return Example Modifier and Type Method Description static ExampleExampleBuilder. alreadyProcessedRefExample(String name, Map<String,io.swagger.v3.oas.models.media.Schema> definitions, Map<String,Example> processedModels)ExampleJsonExampleDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)static ExampleExampleBuilder. fromProperty(String name, io.swagger.v3.oas.models.media.Schema<?> property, Map<String,io.swagger.v3.oas.models.media.Schema> definitions, Map<String,Example> processedModels, Set<String> modelsStartedProcessing, StringBuilder location)static ExampleExampleBuilder. fromSchema(io.swagger.v3.oas.models.media.Schema<?> property, Map<String,io.swagger.v3.oas.models.media.Schema> definitions)Methods in org.mockserver.openapi.examples that return types with arguments of type Example Modifier and Type Method Description Class<Example>JsonNodeExampleSerializer. handledType()Methods in org.mockserver.openapi.examples with parameters of type Example Modifier and Type Method Description StringXmlExampleSerializer. getTypeName(Example o)voidJsonNodeExampleSerializer. serialize(Example value, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider provider)StringXmlExampleSerializer. serialize(Example o)voidJsonNodeExampleSerializer. writeTo(com.fasterxml.jackson.core.JsonGenerator jsonGenerator, Example o)voidXmlExampleSerializer. writeTo(XMLStreamWriter writer, Example o)voidJsonNodeExampleSerializer. writeValue(com.fasterxml.jackson.core.JsonGenerator jsonGenerator, String field, Example o)Method parameters in org.mockserver.openapi.examples with type arguments of type Example Modifier and Type Method Description static voidExampleBuilder. mergeTo(ObjectExample output, List<Example> examples) -
Uses of Example in org.mockserver.openapi.examples.models
Classes in org.mockserver.openapi.examples.models that implement Example Modifier and Type Class Description classAbstractExampleSee: https://github.com/swagger-api/swagger-inflectorclassArrayExampleSee: https://github.com/swagger-api/swagger-inflectorclassBigIntegerExampleSee: https://github.com/swagger-api/swagger-inflectorclassBooleanExampleSee: https://github.com/swagger-api/swagger-inflectorclassDecimalExampleSee: https://github.com/swagger-api/swagger-inflectorclassDoubleExampleSee: https://github.com/swagger-api/swagger-inflectorclassFloatExampleSee: https://github.com/swagger-api/swagger-inflectorclassIntegerExampleSee: https://github.com/swagger-api/swagger-inflectorclassLongExampleSee: https://github.com/swagger-api/swagger-inflectorclassObjectExampleSee: https://github.com/swagger-api/swagger-inflectorclassStringExampleSee: https://github.com/swagger-api/swagger-inflectorMethods in org.mockserver.openapi.examples.models that return types with arguments of type Example Modifier and Type Method Description List<Example>ArrayExample. getItems()Map<String,Example>ObjectExample. getValues()Methods in org.mockserver.openapi.examples.models with parameters of type Example Modifier and Type Method Description voidArrayExample. add(Example value)voidObjectExample. put(String key, Example value)Method parameters in org.mockserver.openapi.examples.models with type arguments of type Example Modifier and Type Method Description voidObjectExample. putAll(Map<String,Example> values)voidObjectExample. setValues(Map<String,Example> values)
-