Uses of Class
io.protostuff.compiler.model.Group
-
Packages that use Group Package Description io.protostuff.compiler.model -
-
Uses of Group in io.protostuff.compiler.model
Fields in io.protostuff.compiler.model with type parameters of type Group Modifier and Type Field Description protected List<Group>Extension. groupsprotected List<Group>Message. groupsprotected List<Group>Oneof. groupsMethods in io.protostuff.compiler.model that return types with arguments of type Group Modifier and Type Method Description List<Group>Extension. getGroups()List<Group>GroupContainer. getGroups()List<Group>Message. getGroups()List<Group>Oneof. getGroups()Methods in io.protostuff.compiler.model with parameters of type Group Modifier and Type Method Description voidExtension. addGroup(Group group)voidGroupContainer. addGroup(Group group)voidMessage. addGroup(Group group)voidOneof. addGroup(Group group)Method parameters in io.protostuff.compiler.model with type arguments of type Group Modifier and Type Method Description voidExtension. setGroups(List<Group> groups)voidGroupContainer. setGroups(List<Group> groups)voidMessage. setGroups(List<Group> groups)voidOneof. setGroups(List<Group> groups)
-