| Package | Description | 
|---|---|
| org.apache.avro.codegentest | 
| Modifier and Type | Method and Description | 
|---|---|
CustomDecimal | 
CustomDecimalConversion.fromBytes(ByteBuffer value,
         Schema schema,
         LogicalType type)  | 
CustomDecimal | 
CustomDecimalConversion.fromFixed(GenericFixed value,
         Schema schema,
         LogicalType type)  | 
| Modifier and Type | Method and Description | 
|---|---|
Class<CustomDecimal> | 
CustomDecimalConversion.getConvertedType()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
CustomDecimal.compareTo(CustomDecimal o)  | 
ByteBuffer | 
CustomDecimalConversion.toBytes(CustomDecimal value,
       Schema schema,
       LogicalType type)  | 
GenericFixed | 
CustomDecimalConversion.toFixed(CustomDecimal value,
       Schema schema,
       LogicalType type)  | 
Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.