Uses of Class
org.apache.juneau.jsonschema.JsonSchemaGenerator
Packages that use JsonSchemaGenerator
Package
Description
REST Server API
-
Uses of JsonSchemaGenerator in org.apache.juneau.jsonschema
Fields in org.apache.juneau.jsonschema declared as JsonSchemaGeneratorModifier and TypeFieldDescriptionstatic final JsonSchemaGenerator
JsonSchemaGenerator.DEFAULT
Default serializer, all default settings.Methods in org.apache.juneau.jsonschema that return JsonSchemaGeneratorMethods in org.apache.juneau.jsonschema with parameters of type JsonSchemaGeneratorModifier and TypeMethodDescriptionJsonSchemaGeneratorSession.create
(JsonSchemaGenerator ctx) Creates a new builder for this object.Constructors in org.apache.juneau.jsonschema with parameters of type JsonSchemaGeneratorModifierConstructorDescriptionprotected
Builder
(JsonSchemaGenerator copyFrom) Copy constructor.protected
Constructor -
Uses of JsonSchemaGenerator in org.apache.juneau.rest
Methods in org.apache.juneau.rest that return JsonSchemaGeneratorModifier and TypeMethodDescriptionRestContext.getJsonSchemaGenerator()
Returns the JSON-Schema generator associated with this resource.RestOpContext.getJsonSchemaGenerator()
Returns the JSON-Schema generator applicable to this Java method.Methods in org.apache.juneau.rest with parameters of type JsonSchemaGeneratorModifier and TypeMethodDescriptionRestContext.Builder.jsonSchemaGenerator
(JsonSchemaGenerator value) Specifies the JSON schema generator for this class.RestOpContext.Builder.jsonSchemaGenerator
(JsonSchemaGenerator value) Specifies the JSON schema generator for this operation.Method parameters in org.apache.juneau.rest with type arguments of type JsonSchemaGeneratorModifier and TypeMethodDescriptionRestContext.Builder.jsonSchemaGenerator
(Class<? extends JsonSchemaGenerator> value) Specifies the JSON schema generator for this class.RestOpContext.Builder.jsonSchemaGenerator
(Class<? extends JsonSchemaGenerator> value) Specifies the JSON schema generator for this operation. -
Uses of JsonSchemaGenerator in org.apache.juneau.rest.swagger
Methods in org.apache.juneau.rest.swagger that return types with arguments of type JsonSchemaGeneratorModifier and TypeMethodDescriptionSwaggerProvider.Builder.jsonSchemaGenerator()
Returns the JSON schema generator in this builder if it's been specified.Method parameters in org.apache.juneau.rest.swagger with type arguments of type JsonSchemaGeneratorModifier and TypeMethodDescriptionSwaggerProvider.Builder.jsonSchemaGenerator
(Supplier<JsonSchemaGenerator> value) Specifies the JSON-schema generator to use for theSwaggerProvider
object.