Class TypedJsonSchemaObject.StringJsonSchemaObject

All Implemented Interfaces:
JsonSchemaObject
Enclosing class:
TypedJsonSchemaObject

public static class TypedJsonSchemaObject.StringJsonSchemaObject extends TypedJsonSchemaObject
JsonSchemaObject implementation of type : 'string' schema elements.
Provides programmatic access to schema specifics like minLength, maxLength, pattern,... via a fluent API producing immutable schema objects.
Since:
2.1
Author:
Christoph Strobl