Uses of Class
org.apache.juneau.jsonschema.JsonSchemaGenerator
Packages that use JsonSchemaGenerator
Package
Description
REST Server API
- 
Uses of JsonSchemaGenerator in org.apache.juneau.jsonschemaFields in org.apache.juneau.jsonschema declared as JsonSchemaGeneratorModifier and TypeFieldDescriptionstatic final JsonSchemaGeneratorJsonSchemaGenerator.DEFAULTDefault 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 JsonSchemaGeneratorModifierConstructorDescriptionprotectedBuilder(JsonSchemaGenerator copyFrom) Copy constructor.protectedConstructor
- 
Uses of JsonSchemaGenerator in org.apache.juneau.restMethods 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.swaggerMethods 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 theSwaggerProviderobject.