- java.lang.Object
-
- swim.protobuf.schema.ProtobufType<T>
-
- swim.protobuf.schema.ProtobufComplexType<T>
-
- swim.protobuf.schema.ProtobufRepeatedType<I,T>
-
- Direct Known Subclasses:
ProtobufMapType
public abstract class ProtobufRepeatedType<I,T> extends ProtobufComplexType<T>
-
-
Constructor Summary
Constructors Constructor Description ProtobufRepeatedType()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract T
appended(T value, I item)
abstract ProtobufType<? extends I>
itemType()
abstract Builder<I,T>
valueBuilder()
ProtobufWireType
wireType()
-
-
-
Method Detail
-
wireType
public final ProtobufWireType wireType()
- Specified by:
wireType
in classProtobufType<T>
-
itemType
public abstract ProtobufType<? extends I> itemType()
-
-