public interface SchemaDefinition<T>
限定符和类型 | 方法和说明 |
---|---|
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
|
static <T> SchemaDefinitionBuilder<T> builder()
SchemaDefinition
instance.SchemaDefinition
boolean getAlwaysAllowNull()
String getJsonDef()
boolean getSupportSchemaVersioning()
Copyright © 2017–2019 Apache Software Foundation. All rights reserved.