public interface SchemaDefinition<T>
Modifier and Type | Method and Description |
---|---|
static <T> SchemaDefinitionBuilder<T> |
builder()
Get a new builder instance that can used to configure and build a
SchemaDefinition instance. |
boolean |
getAlwaysAllowNull()
Get schema whether always allow null or not.
|
String |
getJsonDef()
Get json schema definition.
|
Class<T> |
getPojo()
Get pojo schema definition.
|
Map<String,String> |
getProperties()
Get schema class.
|
boolean |
getSupportSchemaVersioning()
Get supportSchemaVersioning schema definition.
|
boolean |
isJsr310ConversionEnabled()
Get JSR310 conversion enabled.
|
static <T> SchemaDefinitionBuilder<T> builder()
SchemaDefinition
instance.SchemaDefinition
boolean getAlwaysAllowNull()
boolean isJsr310ConversionEnabled()
String getJsonDef()
boolean getSupportSchemaVersioning()
Copyright © 2017–2020 Apache Software Foundation. All rights reserved.