Schema |
SchemaRegistry.getSchema(SchemaLocation schemaUri,
InputStream schemaStream,
InputFormat inputFormat) |
Gets the schema.
|
Schema |
SchemaRegistry.getSchema(SchemaLocation schemaUri,
String schema,
InputFormat inputFormat) |
Gets the schema.
|
Schema |
SchemaRegistry.getSchema(InputStream schemaStream,
InputFormat inputFormat) |
Gets the schema.
|
Schema |
SchemaRegistry.getSchema(String schema,
InputFormat inputFormat) |
Gets the schema.
|
List<Error> |
Schema.validate(AbsoluteIri input,
InputFormat inputFormat) |
Validate the given input string using the input format, starting at the root
of the data path.
|
List<Error> |
Schema.validate(AbsoluteIri input,
InputFormat inputFormat,
ExecutionContextCustomizer executionCustomizer) |
Validate the given input string using the input format, starting at the root
of the data path.
|
<T> T |
Schema.validate(AbsoluteIri input,
InputFormat inputFormat,
OutputFormat<T> format) |
Validates the given input string using the input format, starting at the root
of the data path.
|
<T> T |
Schema.validate(AbsoluteIri input,
InputFormat inputFormat,
OutputFormat<T> format,
ExecutionContextCustomizer executionCustomizer) |
Validates the given input string using the input format, starting at the root
of the data path.
|
<T> T |
Schema.validate(AbsoluteIri input,
InputFormat inputFormat,
OutputFormat<T> format,
Consumer<ExecutionContext> executionCustomizer) |
Validates the given input string using the input format, starting at the root
of the data path.
|
List<Error> |
Schema.validate(AbsoluteIri input,
InputFormat inputFormat,
Consumer<ExecutionContext> executionCustomizer) |
Validate the given input string using the input format, starting at the root
of the data path.
|
List<Error> |
Schema.validate(ExecutionContext executionContext,
String input,
InputFormat inputFormat) |
Validate the given input string using the input format, starting at the root
of the data path.
|
List<Error> |
Schema.validate(ExecutionContext executionContext,
String input,
InputFormat inputFormat,
ExecutionContextCustomizer executionCustomizer) |
Validate the given input string using the input format, starting at the root
of the data path.
|
<T> T |
Schema.validate(ExecutionContext executionContext,
String input,
InputFormat inputFormat,
OutputFormat<T> format) |
Validates the given input string using the input format, starting at the root
of the data path.
|
<T> T |
Schema.validate(ExecutionContext executionContext,
String input,
InputFormat inputFormat,
OutputFormat<T> format,
ExecutionContextCustomizer executionCustomizer) |
Validates the given input string using the input format, starting at the root
of the data path.
|
<T> T |
Schema.validate(ExecutionContext executionContext,
String input,
InputFormat inputFormat,
OutputFormat<T> format,
Consumer<ExecutionContext> executionCustomizer) |
Validates the given input string using the input format, starting at the root
of the data path.
|
List<Error> |
Schema.validate(ExecutionContext executionContext,
String input,
InputFormat inputFormat,
Consumer<ExecutionContext> executionCustomizer) |
Validate the given input string using the input format, starting at the root
of the data path.
|
List<Error> |
Schema.validate(String input,
InputFormat inputFormat) |
Validate the given input string using the input format, starting at the root
of the data path.
|
List<Error> |
Schema.validate(String input,
InputFormat inputFormat,
ExecutionContextCustomizer executionCustomizer) |
Validate the given input string using the input format, starting at the root
of the data path.
|
<T> T |
Schema.validate(String input,
InputFormat inputFormat,
OutputFormat<T> format) |
Validates the given input string using the input format, starting at the root
of the data path.
|
<T> T |
Schema.validate(String input,
InputFormat inputFormat,
OutputFormat<T> format,
ExecutionContextCustomizer executionCustomizer) |
Validates the given input string using the input format, starting at the root
of the data path.
|
<T> T |
Schema.validate(String input,
InputFormat inputFormat,
OutputFormat<T> format,
Consumer<ExecutionContext> executionCustomizer) |
Validates the given input string using the input format, starting at the root
of the data path.
|
List<Error> |
Schema.validate(String input,
InputFormat inputFormat,
Consumer<ExecutionContext> executionCustomizer) |
Validate the given input string using the input format, starting at the root
of the data path.
|
Result |
Schema.walk(AbsoluteIri input,
InputFormat inputFormat,
boolean validate) |
Walk the input.
|
Result |
Schema.walk(AbsoluteIri input,
InputFormat inputFormat,
boolean validate,
ExecutionContextCustomizer executionCustomizer) |
Walk the input.
|
Result |
Schema.walk(AbsoluteIri input,
InputFormat inputFormat,
boolean validate,
Consumer<ExecutionContext> executionCustomizer) |
Walk the input.
|
Result |
Schema.walk(ExecutionContext executionContext,
String input,
InputFormat inputFormat,
boolean validate) |
Walk the input.
|
Result |
Schema.walk(ExecutionContext executionContext,
String input,
InputFormat inputFormat,
boolean validate,
ExecutionContextCustomizer executionCustomizer) |
Walk the input.
|
<T> T |
Schema.walk(ExecutionContext executionContext,
String input,
InputFormat inputFormat,
OutputFormat<T> outputFormat,
boolean validate) |
Walk the input.
|
<T> T |
Schema.walk(ExecutionContext executionContext,
String input,
InputFormat inputFormat,
OutputFormat<T> outputFormat,
boolean validate,
ExecutionContextCustomizer executionCustomizer) |
Walk the input.
|
Result |
Schema.walk(String input,
InputFormat inputFormat,
boolean validate) |
Walk the input.
|
Result |
Schema.walk(String input,
InputFormat inputFormat,
boolean validate,
ExecutionContextCustomizer executionCustomizer) |
Walk the input.
|
Result |
Schema.walk(String input,
InputFormat inputFormat,
boolean validate,
Consumer<ExecutionContext> executionCustomizer) |
Walk the input.
|