Uses of Interface
io.protostuff.compiler.model.Type
-
Packages that use Type Package Description io.protostuff.compiler.model io.protostuff.compiler.parser -
-
Uses of Type in io.protostuff.compiler.model
Subinterfaces of Type in io.protostuff.compiler.model Modifier and Type Interface Description interfaceFieldTypeBase interface for protocol buffers types that can be used as field type.interfaceUserTypeUser type is a base interface for all types that can be defined by user - messages, enums and groups.Classes in io.protostuff.compiler.model that implement Type Modifier and Type Class Description classEnumEnum node of proto file.classGroupGroups tree node.classMessageMessage node.classScalarFieldTypeField types for scalar value types.classServiceService node.Methods in io.protostuff.compiler.model that return types with arguments of type Type Modifier and Type Method Description Collection<Type>UsageIndex. getUsages(Type type)Methods in io.protostuff.compiler.model with parameters of type Type Modifier and Type Method Description Collection<Type>UsageIndex. getUsages(Type type) -
Uses of Type in io.protostuff.compiler.parser
Methods in io.protostuff.compiler.parser with type parameters of type Type Modifier and Type Method Description <T extends Type & Element>
voidProtoContext. register(String fullyQualifiedName, T type)Register user type in symbol table.<T extends Type>
TProtoContext. resolve(Class<T> typeClass, String fullyQualifiedName)Resolve a type declaration by it's fully-qualified name using this proto context.<T extends Type>
TProtoContext. resolve(String typeName, Class<T> clazz)Resolve a type declaration by it's name using this proto context.Methods in io.protostuff.compiler.parser that return Type Modifier and Type Method Description TypeProtoContext. resolve(String fullyQualifiedName)Resolve a type declaration by it's fully-qualified name using this proto context.
-