Uses of Interface
io.protostuff.compiler.model.UserType
-
Packages that use UserType Package Description io.protostuff.compiler.model -
-
Uses of UserType in io.protostuff.compiler.model
Classes in io.protostuff.compiler.model that implement UserType Modifier and Type Class Description classEnumEnum node of proto file.classGroupGroups tree node.classMessageMessage node.Methods in io.protostuff.compiler.model that return UserType Modifier and Type Method Description UserTypeRange. getParent()Constructors in io.protostuff.compiler.model with parameters of type UserType Constructor Description Range(UserType parent, int from, int to)Create new range node.
-