MessageMarshaller@Deprecated public interface UnknownFieldSetHandler<T>
MessageMarshaller) that are able to handle
unknown fields by storing them into an UnknownFieldSet.| Modifier and Type | Method and Description |
|---|---|
UnknownFieldSet |
getUnknownFieldSet(T message)
Deprecated.
Extract the
UnknownFieldSet that was previously attached to a message during unmarshalling. |
void |
setUnknownFieldSet(T message,
UnknownFieldSet unknownFieldSet)
Deprecated.
Attach a non-empty
UnknownFieldSet to a message that was newly unmarshalled. |
UnknownFieldSet getUnknownFieldSet(T message)
UnknownFieldSet that was previously attached to a message during unmarshalling.nullvoid setUnknownFieldSet(T message, UnknownFieldSet unknownFieldSet)
UnknownFieldSet to a message that was newly unmarshalled.Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.