Package io.protostuff.parser
Interface HasName
- All Known Implementing Classes:
Annotation
,EnumField
,EnumGroup
,EnumGroup.Value
,Field
,Field.Bool
,Field.Bytes
,Field.Double
,Field.Fixed32
,Field.Fixed64
,Field.Float
,Field.Int32
,Field.Int64
,Field.Number
,Field.Reference
,Field.SFixed32
,Field.SFixed64
,Field.SInt32
,Field.SInt64
,Field.String
,Field.UInt32
,Field.UInt64
,Message
,MessageField
,Service
,Service.RpcMethod
public interface HasName
Represents a component that should have a name.
-
Method Summary
-
Method Details
-
getName
String getName()
-