| Package | Description |
|---|---|
| org.infinispan.protostream |
Library for easy and efficient marshalling of Java objects in Protocol Buffers format.
|
| org.infinispan.protostream.impl |
Protostream internals.
|
| org.infinispan.protostream.sampledomain | |
| org.infinispan.protostream.sampledomain.marshallers |
| Modifier and Type | Field and Description |
|---|---|
protected UnknownFieldSet |
BaseMessage.unknownFieldSet
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
UnknownFieldSet |
BaseMessage.getUnknownFieldSet()
Deprecated.
|
UnknownFieldSet |
Message.getUnknownFieldSet()
Deprecated.
|
UnknownFieldSet |
UnknownFieldSetHandler.getUnknownFieldSet(T message) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnknownFieldSetHandler.setUnknownFieldSet(T message,
UnknownFieldSet unknownFieldSet) |
void |
BaseMessage.setUnknownFieldSet(UnknownFieldSet unknownFieldSet)
Deprecated.
|
void |
Message.setUnknownFieldSet(UnknownFieldSet unknownFieldSet)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
UnknownFieldSetImpl
UnknownFieldSet implementation. |
| Modifier and Type | Method and Description |
|---|---|
(package private) UnknownFieldSet |
ProtoStreamReaderImpl.getUnknownFieldSet() |
| Modifier and Type | Field and Description |
|---|---|
private UnknownFieldSet |
User.unknownFieldSet |
| Modifier and Type | Method and Description |
|---|---|
UnknownFieldSet |
User.getUnknownFieldSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
User.setUnknownFieldSet(UnknownFieldSet unknownFieldSet) |
| Modifier and Type | Method and Description |
|---|---|
UnknownFieldSet |
UserMarshaller.getUnknownFieldSet(User user) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserMarshaller.setUnknownFieldSet(User user,
UnknownFieldSet unknownFieldSet) |