Interface ProtobufParser
- All Known Implementing Classes:
ProtobufDescriptorParser
,ProtobufFunctionalParser
public interface ProtobufParser
-
Method Summary
Modifier and Type Method Description default String
getParallelValueField()
default boolean
hasParallelValueField()
com.google.protobuf.Message
parseFrom(byte[] bytes)
default void
withParallelValueField(String parallelField)
-
Method Details
-
parseFrom
com.google.protobuf.Message parseFrom(byte[] bytes) throws com.google.protobuf.InvalidProtocolBufferException- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
hasParallelValueField
default boolean hasParallelValueField() -
withParallelValueField
-
getParallelValueField
-