Uses of Interface
io.protostuff.parser.HasName
Packages that use HasName
-
Uses of HasName in io.protostuff.parser
Classes in io.protostuff.parser that implement HasNameModifier and TypeClassDescriptionclass
Annotation for messages, enums, services, rpc, fieldsclass
Represents an enum field defined in aMessage
.class
static class
class
Field<T>
Base class for fields defined in aMessage
.static class
static class
static class
static class
static class
static class
static class
static class
(package private) static class
Field.Number<T>
static class
static class
static class
static class
static class
static class
static class
static class
class
Represents the message defined in theProto
.class
Represents a message field defined in aProto
.class
Represents a service defined in the proto (for generating rpc services).static class
Methods in io.protostuff.parser that return HasNameModifier and TypeMethodDescription(package private) HasName
Proto.findFullyQualifiedObject
(String fullyQualifiedName) Returns a Message or EnumGroup given its fully qualified name(package private) HasName
Proto.findReference
(String fullRefName, 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.