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 FieldDescriptor
FieldDescriptor.Builder -
Field Summary
Fields inherited from class FieldDescriptor
containingMessage, defaultValue, enumType, fileDescriptor, label, messageType, number, options, type, typeNameFields inherited from class AnnotatedDescriptorImpl
annotations, documentation, fullName, name, processedAnnotations -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static FieldDescriptor.BuildertoBuilder(FieldDescriptor descriptor) Methods inherited from class FieldDescriptor
getAnnotationConfig, getContainingMessage, getDefaultValue, getEnumType, getFileDescriptor, getJavaType, getLabel, getMessageType, getNumber, getOptionByName, getOptions, getType, getTypeName, getWireTag, hasDefaultValue, isMap, isRepeated, toStringMethods inherited from class AnnotatedDescriptorImpl
getAnnotations, getAnnotationsConfig, getDocumentation, getFullName, getName, getProcessedAnnotationMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface AnnotatedDescriptor
getAnnotations, getDocumentation, getFullName, getName, getProcessedAnnotation
-
Constructor Details
-
RepeatedFieldDescriptor
-
-
Method Details
-
toBuilder
-