Annotation Type AvroEncode


@Retention(RUNTIME) @Target(FIELD) public @interface 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

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends CustomEncoding<?>>