| OneofBase |
Map between a base class or interface to oneof group
Used with conjunction fo OneofField
|
| OneofField |
Maps a field in a protobuf oneof group to corresponding field/class in the domain objects.
|
| ProtoBuilder |
|
| ProtoClass |
Map between a domain class to a protobuf generated class.
|
| ProtoClassDefault |
In case there are multiple domain classes with the same proto class,
this annotation can be used to specify the default domain class.
|
| ProtoClassMapper |
|
| ProtoConfigure |
|
| ProtoConstructor |
|
| ProtoConverter |
Declare a converter between a protobuf field and a domain field
|
| ProtoEnum |
|
| ProtoEnumValue |
|
| ProtoField |
Map between a field or constructor parameter in the domain class to a field in a protobuf message
|
| ProtoGlobalMapper |
Place this annotation only above class which implements Mapper.
|
| ProtoIgnore |
|
| ProtoImport |
Import a generated proto-domain converter class, so generated code would be able to use its "toDomain" and "toProto" methods
|
| ProtoImports |
|