Package org.apache.avro.reflect
Annotation Type AvroEncode
Expert: Fields with this annotation are encoded using the given custom
encoder. This annotation overrides
Stringable
and Nullable
. Since no
validation is performed, invalid custom encodings may result in an unreadable
file. Use of ValidatingEncoder
is recommended.-
Required Element Summary
-
Element Details
-
using
Class<? extends CustomEncoding<?>> using
-