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 TypeClassDescriptionclassAnnotation for messages, enums, services, rpc, fieldsclassRepresents an enum field defined in aMessage.classstatic classclassField<T>Base class for fields defined in aMessage.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic class(package private) static classField.Number<T>static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classclassRepresents the message defined in theProto.classRepresents a message field defined in aProto.classRepresents a service defined in the proto (for generating rpc services).static classMethods in io.protostuff.parser that return HasNameModifier and TypeMethodDescription(package private) HasNameProto.findFullyQualifiedObject(String fullyQualifiedName) Returns a Message or EnumGroup given its fully qualified name(package private) HasNameProto.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.