Uses of Class
io.protostuff.parser.EnumGroup
Packages that use EnumGroup
-
Uses of EnumGroup in io.protostuff.compiler
Methods in io.protostuff.compiler with parameters of type EnumGroupModifier and TypeMethodDescriptionstatic voidPluginProtoCompiler.compileEnumBlock(ProtoModule module, EnumGroup eg, String packageName, String fileName, org.antlr.stringtemplate.StringTemplate enumBlockTemplate) static voidPluginProtoCompiler.compileEnumBlockTo(Writer writer, ProtoModule module, EnumGroup eg, org.antlr.stringtemplate.StringTemplate enumBlockTemplate) -
Uses of EnumGroup in io.protostuff.parser
Methods in io.protostuff.parser that return EnumGroupModifier and TypeMethodDescriptionEnumGroup.Value.getEg()Alias toEnumGroup.Value.getEnumGroup().EnumField.getEnumGroup()EnumGroup.Value.getEnumGroup()Proto.getEnumGroup(String name) Message.getNestedEnumGroup(String name) Methods in io.protostuff.parser that return types with arguments of type EnumGroupModifier and TypeMethodDescriptionProto.getEnumGroupMap()Proto.getEnumGroups()Message.getNestedEnumGroupMap()Message.getNestedEnumGroups()Methods in io.protostuff.parser with parameters of type EnumGroupModifier and TypeMethodDescriptionProtoParser.enum_field(Proto proto, Message message, EnumGroup enumGroup) ProtoParser.enum_options(Proto proto, EnumGroup enumGroup, EnumGroup.Value v) Constructors in io.protostuff.parser with parameters of type EnumGroup