Package io.protostuff.compiler.model
Interface Descriptor
-
- All Superinterfaces:
Element
- All Known Subinterfaces:
UserType,UserTypeContainer
- All Known Implementing Classes:
AbstractDescriptor,AbstractUserTypeContainer,Enum,EnumConstant,Field,Group,Message,Oneof,Proto,Service,ServiceMethod
public interface Descriptor extends Element
Base interface for all proto elements.- Author:
- Kostiantyn Shchepanovskyi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescriptorTypegetDescriptorType()StringgetName()DynamicMessagegetOptions()-
Methods inherited from interface io.protostuff.compiler.model.Element
getCommentLines, getComments, getParent, getSourceCodeLocation
-
-
-
-
Method Detail
-
getName
String getName()
-
getOptions
DynamicMessage getOptions()
-
getDescriptorType
DescriptorType getDescriptorType()
-
-