| Package | Description |
|---|---|
| org.infinispan.protostream.annotations.impl |
Holds the internal representation of Protobuf type metadata defined via annotations and the processors that handle
this metadata in order to generate protobuf schemas and marshallers.
|
| org.infinispan.protostream.impl |
Protostream internals.
|
| org.infinispan.protostream.sampledomain.marshallers |
| Modifier and Type | Method and Description |
|---|---|
EnumMarshaller |
MarshallerCodeGenerator.generateEnumMarshaller(ProtoEnumTypeMetadata petm) |
| Modifier and Type | Field and Description |
|---|---|
private EnumMarshaller<T> |
EnumMarshallerDelegate.enumMarshaller |
| Modifier and Type | Method and Description |
|---|---|
EnumMarshaller<T> |
EnumMarshallerDelegate.getMarshaller() |
| Constructor and Description |
|---|
EnumMarshallerDelegate(EnumMarshaller<T> enumMarshaller,
EnumDescriptor enumDescriptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
GenderMarshaller |