Class ReservableDescriptor
java.lang.Object
org.infinispan.protostream.impl.AnnotatedDescriptorImpl
org.infinispan.protostream.descriptors.ReservableDescriptor
- All Implemented Interfaces:
AnnotatedDescriptor
- Direct Known Subclasses:
Descriptor,EnumDescriptor
-
Field Summary
FieldsFields inherited from class org.infinispan.protostream.impl.AnnotatedDescriptorImpl
annotations, documentation, fullName, name, processedAnnotations -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedReservableDescriptor(String name, String fullName, String documentation, SparseBitSet reservedNumbers, Set<String> reservedNames) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckReservation(ReservableDescriptor that, boolean strict, List<String> errors) Methods inherited from class org.infinispan.protostream.impl.AnnotatedDescriptorImpl
getAnnotationConfig, getAnnotations, getAnnotationsConfig, getDocumentation, getFullName, getName, getProcessedAnnotationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.infinispan.protostream.descriptors.AnnotatedDescriptor
getFileDescriptor
-
Field Details
-
reservedNumbers
-
reservedNames
-
-
Constructor Details
-
ReservableDescriptor
-
-
Method Details
-
getReservedNumbers
-
getReservedNames
-
checkReservation
-