Uses of Interface
io.protostuff.parser.Proto.Loader
-
Packages that use Proto.Loader Package Description io.protostuff.compiler io.protostuff.parser -
-
Uses of Proto.Loader in io.protostuff.compiler
Classes in io.protostuff.compiler that implement Proto.Loader Modifier and Type Class Description classCachingProtoLoaderA proto loader that caches the protos for re-use. -
Uses of Proto.Loader in io.protostuff.parser
Classes in io.protostuff.parser that implement Proto.Loader Modifier and Type Class Description classDefaultProtoLoaderDefault proto loader for imported protos.Fields in io.protostuff.parser declared as Proto.Loader Modifier and Type Field Description (package private) Proto.LoaderProto. loaderConstructors in io.protostuff.parser with parameters of type Proto.Loader Constructor Description Proto(Proto.Loader loader)Proto(java.io.File file, Proto.Loader loader)Proto(java.io.File file, Proto.Loader loader, Proto importer)Proto(java.net.URL url, Proto.Loader loader, Proto importer)
-