| Encoding |
Encoding defines set of template methods and fields which describes how attributes of specific
types are implemented in generated value class.
|
| Encoding.Build |
Template method which describes how attribute should be built so it would can be assigned to.
|
| Encoding.Builder |
Attribute's builder template.
|
| Encoding.Copy |
With copy method template.
|
| Encoding.Expose |
Expose describes how type matches to the encoding via return type.
|
| Encoding.Impl |
Implementation field must be annotated, it also must be private.
|
| Encoding.Init |
Builder init method template.
|
| Encoding.IsInit |
Template method for internal purposes that describes how to ask builder if an attribute was
initialized.
|
| Encoding.Naming |
Many elements (but not all) supports customized naming patterns.
|
| Encoding.Of |
|
| EncodingMetadata |
|
| EncodingMetadata.Element |
|