| BooleanConverter |
converts the property value to Boolean.
|
| BucketConverter |
converts the property Map value to a Bucket.
|
| IntegerConverter |
converts the property value to Integer.
|
| JsonSchemaConverter |
|
| JsonSchemaRefConverter |
|
| JsonSchemasConverter |
|
| MapDependencyConverter |
|
| MapJsonSchemasConverter |
|
| MapSetStringsOrEmptyConverter |
get a Map of Set<String> from the name property
value.
|
| NumberConverter |
converts the property value to Number.
|
| StringNotNullConverter |
converts the property value to String and throws NoValueException if the
value is null.
|
| StringNullableConverter |
converts the property value to String.
|
| Types |
type conversion/cast utility functions.
|
| UriConverter |
converts the property value to an URI.
|
| VocabularyConverter |
|