Package io.protostuff.parser
Interface HasOptions
-
- All Known Subinterfaces:
HasFields
- All Known Implementing Classes:
EnumField
,EnumGroup
,Extension
,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
,Proto
,Service
,Service.RpcMethod
public interface HasOptions
Represents a component in a proto that can have options.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>
getOptions()
void
putExtraOption(java.lang.String key, java.lang.Object value)
void
putStandardOption(java.lang.String key, java.lang.Object value)
-