Interface GenericDescriptor
-
- All Superinterfaces:
AnnotatedDescriptor
- All Known Implementing Classes:
Descriptor,EnumDescriptor
public interface GenericDescriptor extends AnnotatedDescriptor
Base interface for type (message and enum) descriptors.- Since:
- 2.0
- Author:
- anistor@redhat.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GenericDescriptorgetContainingType()IntegergetTypeId()-
Methods inherited from interface org.infinispan.protostream.descriptors.AnnotatedDescriptor
getAnnotations, getDocumentation, getFileDescriptor, getFullName, getName, getProcessedAnnotation
-
-
-
-
Method Detail
-
getTypeId
Integer getTypeId()
-
getContainingType
GenericDescriptor getContainingType()
-
-