Uses of Enum Class
org.mockserver.openapi.examples.ExampleBuilder.Direction
Packages that use ExampleBuilder.Direction
-
Uses of ExampleBuilder.Direction in org.mockserver.openapi.examples
Methods in org.mockserver.openapi.examples that return ExampleBuilder.DirectionModifier and TypeMethodDescriptionstatic ExampleBuilder.DirectionReturns the enum constant of this class with the specified name.static ExampleBuilder.Direction[]ExampleBuilder.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mockserver.openapi.examples with parameters of type ExampleBuilder.DirectionModifier and TypeMethodDescriptionstatic ExampleExampleBuilder.fromSchema(io.swagger.v3.oas.models.media.Schema<?> property, Map<String, io.swagger.v3.oas.models.media.Schema> definitions, GenerationOptions generationOptions, ExampleBuilder.Direction direction) Builds an example from a schema, optionally honouring per-runGenerationOptions(a caller-chosen seed for reproducible realistic values and per-field value overrides) and aExampleBuilder.Directionthat drivesreadOnly/writeOnlyproperty filtering.