@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–2021 The Apache Software Foundation. All rights reserved.