JsonSchemaReaderFactoryBuilder |
JsonValidationService.createSchemaReaderFactoryBuilder() |
Creates a builder for building a JSON schema reader factory.
|
JsonSchemaReaderFactoryBuilder |
JsonSchemaReaderFactoryBuilder.withCustomFormatAttributes(boolean enabled) |
Enables or disables the custom format attributes provided through Service
Provider Interface.
|
JsonSchemaReaderFactoryBuilder |
JsonSchemaReaderFactoryBuilder.withDefaultSpecVersion(SpecVersion version) |
Specifies the default version of the JSON Schema specification.
|
JsonSchemaReaderFactoryBuilder |
JsonSchemaReaderFactoryBuilder.withMetaschema(JsonSchema metaschema) |
Specifies the metaschema to be used when validating the schema.
|
JsonSchemaReaderFactoryBuilder |
JsonSchemaReaderFactoryBuilder.withSchemaResolver(JsonSchemaResolver resolver) |
Adds a resolver of external JSON schemas to this builder.
|
JsonSchemaReaderFactoryBuilder |
JsonSchemaReaderFactoryBuilder.withSchemaValidation(boolean enabled) |
Specifies whether the schema reader validates the schema against the
metaschema or not.
|
JsonSchemaReaderFactoryBuilder |
JsonSchemaReaderFactoryBuilder.withSpecVersionDetection(boolean enabled) |
Enables or disables the automatic detection of specification version.
|
JsonSchemaReaderFactoryBuilder |
JsonSchemaReaderFactoryBuilder.withStrictFormats(boolean strict) |
Specifies whether the schema reader is strict with formats or not.
|
JsonSchemaReaderFactoryBuilder |
JsonSchemaReaderFactoryBuilder.withStrictKeywords(boolean strict) |
Specifies whether the schema reader is strict with keywords or not.
|