Package | Description |
---|---|
org.infinispan.protostream.sampledomain | |
org.infinispan.protostream.sampledomain.marshallers |
Modifier and Type | Method and Description |
---|---|
User |
Note.getAuthor() |
Modifier and Type | Method and Description |
---|---|
void |
Note.setAuthor(User author) |
Modifier and Type | Method and Description |
---|---|
User |
UserMarshaller.readFrom(MessageMarshaller.ProtoStreamReader reader) |
Modifier and Type | Method and Description |
---|---|
Class<? extends User> |
UserMarshaller.getJavaClass() |
Modifier and Type | Method and Description |
---|---|
UnknownFieldSet |
UserMarshaller.getUnknownFieldSet(User user) |
void |
UserMarshaller.setUnknownFieldSet(User user,
UnknownFieldSet unknownFieldSet) |
void |
UserMarshaller.writeTo(MessageMarshaller.ProtoStreamWriter writer,
User user) |
Copyright © 2022 JBoss, a division of Red Hat. All rights reserved.