Uses of Class
org.apache.juneau.json.JsonSchemaSerializer
Packages that use JsonSchemaSerializer
- 
Uses of JsonSchemaSerializer in org.apache.juneau.jsonSubclasses of JsonSchemaSerializer in org.apache.juneau.jsonModifier and TypeClassDescriptionstatic classDefault serializer, with whitespace.static classDefault serializer, single quotes, simple mode.static classDefault serializer, single quotes, simple mode, with whitespace.Fields in org.apache.juneau.json declared as JsonSchemaSerializerModifier and TypeFieldDescriptionstatic final JsonSchemaSerializerJsonSchemaSerializer.DEFAULTDefault serializer, all default settings.static final JsonSchemaSerializerJsonSchemaSerializer.DEFAULT_READABLEDefault serializer, all default settings.static final JsonSchemaSerializerJsonSchemaSerializer.DEFAULT_SIMPLEDefault serializer, single quotes, simple mode.static final JsonSchemaSerializerJsonSchemaSerializer.DEFAULT_SIMPLE_READABLEDefault 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 JsonSchemaSerializerModifierConstructorDescriptionprotectedBuilder(JsonSchemaSerializer copyFrom) Copy constructor.protectedConstructor