Uses of Interface
org.mockserver.openapi.examples.models.Example
Packages that use Example
-
Uses of Example in org.mockserver.openapi.examples
Methods in org.mockserver.openapi.examples that return ExampleModifier and TypeMethodDescriptionstatic ExampleExampleBuilder.alreadyProcessedRefExample(String name, Map<String, io.swagger.v3.oas.models.media.Schema> definitions, Map<String, Example> processedModels) JsonExampleDeserializer.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 ExampleMethods in org.mockserver.openapi.examples with parameters of type ExampleModifier and TypeMethodDescriptionXmlExampleSerializer.getTypeName(Example o) voidJsonNodeExampleSerializer.serialize(Example value, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider provider) 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 ExampleModifier and TypeMethodDescriptionstatic 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 ExampleModifier and TypeClassDescriptionclassSee: https://github.com/swagger-api/swagger-inflectorclassSee: https://github.com/swagger-api/swagger-inflectorclassSee: https://github.com/swagger-api/swagger-inflectorclassSee: https://github.com/swagger-api/swagger-inflectorclassSee: https://github.com/swagger-api/swagger-inflectorclassSee: https://github.com/swagger-api/swagger-inflectorclassSee: https://github.com/swagger-api/swagger-inflectorclassSee: https://github.com/swagger-api/swagger-inflectorclassSee: https://github.com/swagger-api/swagger-inflectorclassSee: https://github.com/swagger-api/swagger-inflectorclassSee: https://github.com/swagger-api/swagger-inflectorMethods in org.mockserver.openapi.examples.models that return types with arguments of type ExampleMethods in org.mockserver.openapi.examples.models with parameters of type ExampleModifier and TypeMethodDescriptionvoidvoidMethod parameters in org.mockserver.openapi.examples.models with type arguments of type Example