| Package | Description |
|---|---|
| org.infinispan.protostream.sampledomain | |
| org.infinispan.protostream.sampledomain.marshallers |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Address> |
User.addresses |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Address> |
User.getAddresses() |
| Modifier and Type | Method and Description |
|---|---|
void |
User.setAddresses(java.util.List<Address> addresses) |
| Modifier and Type | Method and Description |
|---|---|
Address |
AddressMarshaller.readFrom(MessageMarshaller.ProtoStreamReader reader) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends Address> |
AddressMarshaller.getJavaClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
AddressMarshaller.writeTo(MessageMarshaller.ProtoStreamWriter writer,
Address address) |