Uses of Class
org.apache.juneau.json.JsonSchemaSerializer
Packages that use JsonSchemaSerializer
-
Uses of JsonSchemaSerializer in org.apache.juneau.json
Subclasses of JsonSchemaSerializer in org.apache.juneau.jsonModifier and TypeClassDescriptionstatic class
Default serializer, with whitespace.static class
Default serializer, single quotes, simple mode.static class
Default serializer, single quotes, simple mode, with whitespace.Fields in org.apache.juneau.json declared as JsonSchemaSerializerModifier and TypeFieldDescriptionstatic final JsonSchemaSerializer
JsonSchemaSerializer.DEFAULT
Default serializer, all default settings.static final JsonSchemaSerializer
JsonSchemaSerializer.DEFAULT_READABLE
Default serializer, all default settings.static final JsonSchemaSerializer
JsonSchemaSerializer.DEFAULT_SIMPLE
Default serializer, single quotes, simple mode.static final JsonSchemaSerializer
JsonSchemaSerializer.DEFAULT_SIMPLE_READABLE
Default serializer, single quotes, simple mode, with whitespace.Methods in org.apache.juneau.json that return JsonSchemaSerializerModifier and TypeMethodDescriptionJsonSchemaSerializer.Builder.build()
JsonSerializer.getSchemaSerializer()
Returns the schema serializer based on the settings of this serializer.Methods in org.apache.juneau.json with parameters of type JsonSchemaSerializerModifier and TypeMethodDescriptionJsonSchemaSerializerSession.create
(JsonSchemaSerializer ctx) Creates a new builder for this object.Constructors in org.apache.juneau.json with parameters of type JsonSchemaSerializerModifierConstructorDescriptionprotected
Builder
(JsonSchemaSerializer copyFrom) Copy constructor.protected
Constructor