Package com.google.protobuf
Class ListFieldSchemaLite
java.lang.Object
com.google.protobuf.ListFieldSchemaLite
- All Implemented Interfaces:
ListFieldSchema
Utility class that aids in properly manipulating list fields for either the lite or full runtime.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static <E> Internal.ProtobufList
<E> getProtobufList
(Object message, long offset) void
makeImmutableListAt
(Object message, long offset) <E> void
mergeListsAt
(Object msg, Object otherMsg, long offset) <L> List
<L> mutableListAt
(Object message, long offset)
-
Constructor Details
-
ListFieldSchemaLite
ListFieldSchemaLite()
-
-
Method Details
-
mutableListAt
- Specified by:
mutableListAt
in interfaceListFieldSchema
-
makeImmutableListAt
- Specified by:
makeImmutableListAt
in interfaceListFieldSchema
-
mergeListsAt
- Specified by:
mergeListsAt
in interfaceListFieldSchema
-
getProtobufList
-