Uses of Interface
io.protostuff.parser.HasName
-
Packages that use HasName Package Description io.protostuff.parser -
-
Uses of HasName in io.protostuff.parser
Classes in io.protostuff.parser that implement HasName Modifier and Type Class Description class
Annotation
Annotation for messages, enums, services, rpc, fieldsclass
EnumField
Represents an enum field defined in aMessage
.class
EnumGroup
static class
EnumGroup.Value
class
Field<T>
Base class for fields defined in aMessage
.static class
Field.Bool
static class
Field.Bytes
static class
Field.Double
static class
Field.Fixed32
static class
Field.Fixed64
static class
Field.Float
static class
Field.Int32
static class
Field.Int64
(package private) static class
Field.Number<T>
static class
Field.Reference
static class
Field.SFixed32
static class
Field.SFixed64
static class
Field.SInt32
static class
Field.SInt64
static class
Field.String
static class
Field.UInt32
static class
Field.UInt64
class
Message
Represents the message defined in theProto
.class
MessageField
Represents a message field defined in aProto
.class
Service
Represents a service defined in the proto (for generating rpc services).static class
Service.RpcMethod
Methods in io.protostuff.parser that return HasName Modifier and Type Method Description (package private) HasName
Proto. findFullyQualifiedObject(java.lang.String fullyQualifiedName)
Returns a Message or EnumGroup given its fully qualified name(package private) HasName
Proto. findReference(java.lang.String fullRefName, java.lang.String enclosingNamespace)
Given the name of a Message/EnumGroup reference and the namespace enclosing that reference (can be a full message name or package name), returns the referenced object if it exists.
-