public static class Conversions.UUIDConversion extends Conversion<UUID>
| Constructor and Description | 
|---|
UUIDConversion()  | 
| Modifier and Type | Method and Description | 
|---|---|
UUID | 
fromCharSequence(CharSequence value,
                Schema schema,
                LogicalType type)  | 
Class<UUID> | 
getConvertedType()
Return the Java class representing the logical type. 
 | 
String | 
getLogicalTypeName()
Return the logical type this class converts. 
 | 
Schema | 
getRecommendedSchema()  | 
CharSequence | 
toCharSequence(UUID value,
              Schema schema,
              LogicalType type)  | 
adjustAndSetValue, fromArray, fromBoolean, fromBytes, fromDouble, fromEnumSymbol, fromFixed, fromFloat, fromInt, fromLong, fromMap, fromRecord, toArray, toBoolean, toBytes, toDouble, toEnumSymbol, toFixed, toFloat, toInt, toLong, toMap, toRecordpublic Class<UUID> getConvertedType()
ConversiongetConvertedType in class Conversion<UUID>public Schema getRecommendedSchema()
getRecommendedSchema in class Conversion<UUID>public String getLogicalTypeName()
ConversiongetLogicalTypeName in class Conversion<UUID>public UUID fromCharSequence(CharSequence value, Schema schema, LogicalType type)
fromCharSequence in class Conversion<UUID>public CharSequence toCharSequence(UUID value, Schema schema, LogicalType type)
toCharSequence in class Conversion<UUID>Copyright © 2009–2019 The Apache Software Foundation. All rights reserved.