Uses of Interface
io.protostuff.parser.Proto.Loader
Packages that use Proto.Loader
-
Uses of Proto.Loader in io.protostuff.compiler
Classes in io.protostuff.compiler that implement Proto.LoaderModifier and TypeClassDescriptionclassA 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.LoaderModifier and TypeClassDescriptionclassDefault proto loader for imported protos.Fields in io.protostuff.parser declared as Proto.LoaderConstructors in io.protostuff.parser with parameters of type Proto.LoaderModifierConstructorDescriptionProto(Proto.Loader loader) Proto(File file, Proto.Loader loader) Proto(File file, Proto.Loader loader, Proto importer) Proto(URL url, Proto.Loader loader, Proto importer)