@Retention(value=RUNTIME) @Target(value=FIELD) public @interface AvroEncode
Stringable
and Nullable
.
Since no validation is performed, invalid custom encodings may result in an unreadable file.
Use of ValidatingEncoder
is recommended.Modifier and Type | Required Element and Description |
---|---|
Class<? extends CustomEncoding<?>> |
using |
public abstract Class<? extends CustomEncoding<?>> using
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.