public static class ReflectData.AllowNull extends ReflectData
ReflectData
implementation that permits null field values. The
schema generated for each field is a union of its declared type and
null.ReflectData.AllowNull
SpecificData.SchemaConstructable
GenericData.Array<T>, GenericData.EnumSymbol, GenericData.Fixed, GenericData.Record, GenericData.StringType
RESERVED_WORDS, stringableClasses
STRING_PROP, STRING_TYPE_STRING
Constructor and Description |
---|
ReflectData.AllowNull() |
Modifier and Type | Method and Description |
---|---|
protected Schema |
createFieldSchema(Field field,
Map<String,Schema> names)
Create a schema for a field.
|
static ReflectData.AllowNull |
get()
Return the singleton instance.
|
addStringable, compare, createDatumReader, createDatumReader, createDatumWriter, createFixed, createSchema, getArrayAsCollection, getClass, getField, getField, getProtocol, getRecordSchema, getRecordState, isArray, isBytes, isMap, isRecord, isStringable, makeNullable, newRecord, setField, setField, validate
createEnum, getClassName, getDecoder, getEncoder, getEnumSchema, getSchema, getSchemaName, isEnum, newInstance
addLogicalTypeConversion, compare, createFixed, deepCopy, getClassLoader, getConversionByClass, getConversionByClass, getConversionFor, getDefaultValue, getFixedSchema, hashCode, hashCodeAdd, induce, instanceOf, isBoolean, isDouble, isFixed, isFloat, isInteger, isLong, isString, resolveUnion, setStringType, toString, toString
public static ReflectData.AllowNull get()
protected Schema createFieldSchema(Field field, Map<String,Schema> names)
ReflectData
createFieldSchema
in class ReflectData
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.