Package org.infinispan.protostream.impl
Class RepeatedFieldDescriptor
java.lang.Object
org.infinispan.protostream.impl.AnnotatedDescriptorImpl
org.infinispan.protostream.descriptors.FieldDescriptor
org.infinispan.protostream.impl.RepeatedFieldDescriptor
- All Implemented Interfaces:
AnnotatedDescriptor
-
Nested Class Summary
Nested classes/interfaces inherited from class org.infinispan.protostream.descriptors.FieldDescriptor
FieldDescriptor.Builder -
Field Summary
Fields inherited from class org.infinispan.protostream.descriptors.FieldDescriptor
containingMessage, defaultValue, enumType, fileDescriptor, label, messageType, number, options, type, typeNameFields inherited from class org.infinispan.protostream.impl.AnnotatedDescriptorImpl
annotations, documentation, fullName, name, processedAnnotations -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static FieldDescriptor.BuildertoBuilder(FieldDescriptor descriptor) Methods inherited from class org.infinispan.protostream.descriptors.FieldDescriptor
getAnnotationConfig, getContainingMessage, getDefaultValue, getEnumType, getFileDescriptor, getJavaType, getLabel, getMessageType, getNumber, getOptionByName, getOptions, getType, getTypeName, getWireTag, hasDefaultValue, isMap, isRepeated, toStringMethods inherited from class org.infinispan.protostream.impl.AnnotatedDescriptorImpl
getAnnotations, getAnnotationsConfig, getDocumentation, getFullName, getName, getProcessedAnnotationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.infinispan.protostream.descriptors.AnnotatedDescriptor
getAnnotations, getDocumentation, getFullName, getName, getProcessedAnnotation
-
Constructor Details
-
RepeatedFieldDescriptor
-
-
Method Details
-
toBuilder
-