Uses of Class
io.protostuff.compiler.model.Extension
-
Packages that use Extension Package Description io.protostuff.compiler.model io.protostuff.compiler.parser -
-
Uses of Extension in io.protostuff.compiler.model
Fields in io.protostuff.compiler.model with type parameters of type Extension Modifier and Type Field Description protected List<Extension>AbstractUserTypeContainer. declaredExtensionsMethods in io.protostuff.compiler.model that return types with arguments of type Extension Modifier and Type Method Description List<Extension>AbstractUserTypeContainer. getDeclaredExtensions()List<Extension>ExtensionContainer. getDeclaredExtensions()Methods in io.protostuff.compiler.model with parameters of type Extension Modifier and Type Method Description voidAbstractUserTypeContainer. addDeclaredExtension(Extension extension)voidExtensionContainer. addDeclaredExtension(Extension extension) -
Uses of Extension in io.protostuff.compiler.parser
Methods in io.protostuff.compiler.parser that return types with arguments of type Extension Modifier and Type Method Description Collection<Extension>AbstractExtensionRegistry. getExtensions(Message message)Collection<Extension>ExtensionRegistry. getExtensions(Message message)Collection<Extension>ExtensionRegistry. getExtensions(String messageName)Collection<Extension>LocalExtensionRegistry. getExtensions(String messageName)Collection<Extension>ProtoExtensionRegistry. getExtensions(String fullMessageName)Methods in io.protostuff.compiler.parser with parameters of type Extension Modifier and Type Method Description voidAbstractExtensionRegistry. registerExtension(Extension extension)voidExtensionRegistry. registerExtension(Extension extension)voidLocalExtensionRegistry. registerExtension(Extension extension)voidProtoExtensionRegistry. registerExtension(Extension extension)
-