Uses of Class
io.protostuff.compiler.model.Import
-
Packages that use Import Package Description io.protostuff.compiler.model -
-
Uses of Import in io.protostuff.compiler.model
Fields in io.protostuff.compiler.model with type parameters of type Import Modifier and Type Field Description protected List<Import>Proto. importsMethods in io.protostuff.compiler.model that return types with arguments of type Import Modifier and Type Method Description List<Import>Proto. getImports()List<Import>Proto. getPublicImports()Returns all public imports in this proto file.Methods in io.protostuff.compiler.model with parameters of type Import Modifier and Type Method Description voidProto. addImport(Import anImport)Method parameters in io.protostuff.compiler.model with type arguments of type Import Modifier and Type Method Description voidProto. setImports(List<Import> imports)
-