Uses of Class
io.protostuff.compiler.CachingProtoLoader
-
Packages that use CachingProtoLoader Package Description io.protostuff.compiler -
-
Uses of CachingProtoLoader in io.protostuff.compiler
Fields in io.protostuff.compiler declared as CachingProtoLoader Modifier and Type Field Description private CachingProtoLoader
ProtoModule. protoLoader
Methods in io.protostuff.compiler that return CachingProtoLoader Modifier and Type Method Description CachingProtoLoader
ProtoModule. getCachingProtoLoader()
Methods in io.protostuff.compiler with parameters of type CachingProtoLoader Modifier and Type Method Description (package private) static void
CompilerMain. compileProfile(java.util.Properties props, java.lang.String profile, CachingProtoLoader loader, java.util.Properties globalOptions, java.lang.String[] rootProfileOptions, int nestCount)
static ProtoModule
CompilerMain. loadModule(java.util.Properties props, java.lang.String name, CachingProtoLoader loader, java.io.File baseDirForSource, java.io.File baseDirForOutput, java.util.Properties globalOptions, java.lang.String[] profileOptions, java.lang.String[] rootProfileOptions)
void
ProtoModule. setCachingProtoLoader(CachingProtoLoader protoLoader)
-