Package | Description |
---|---|
org.infinispan.protostream |
Library for easy and efficient marshalling of Java objects in Protocol Buffers format.
|
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 |
Message.getUnknownFieldSet()
Deprecated.
|
UnknownFieldSet |
BaseMessage.getUnknownFieldSet()
Deprecated.
|
UnknownFieldSet |
UnknownFieldSetHandler.getUnknownFieldSet(T message) |
Modifier and Type | Method and Description |
---|---|
void |
UnknownFieldSetHandler.setUnknownFieldSet(T message,
UnknownFieldSet unknownFieldSet) |
void |
Message.setUnknownFieldSet(UnknownFieldSet unknownFieldSet)
Deprecated.
|
void |
BaseMessage.setUnknownFieldSet(UnknownFieldSet unknownFieldSet)
Deprecated.
|
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) |
Copyright © 2019 JBoss, a division of Red Hat. All rights reserved.