@Retention(value=RUNTIME) @Target(value={METHOD,FIELD}) public @interface AvroFixedSize
 Instructs the AvroSchemaGenerator
 to declare the annotated property as type "fixed" (Schema.Type.FIXED).
| Modifier and Type | Required Element and Description | 
|---|---|
| int | sizeThe fixed size, in bytes, of the value contained in this field | 
| String | typeNameThe name of the type in the generated schema | 
| Modifier and Type | Optional Element and Description | 
|---|---|
| String | typeNamespaceThe namespace of the type in the generated schema (optional) | 
public abstract String typeName
public abstract int size
public abstract String typeNamespace
Copyright © 2017 FasterXML. All rights reserved.