Uses of Class
io.protostuff.parser.DefaultProtoLoader
-
Packages that use DefaultProtoLoader Package Description io.protostuff.compiler io.protostuff.parser -
-
Uses of DefaultProtoLoader in io.protostuff.compiler
Subclasses of DefaultProtoLoader in io.protostuff.compiler Modifier and Type Class Description class
CachingProtoLoader
A proto loader that caches the protos for re-use. -
Uses of DefaultProtoLoader in io.protostuff.parser
Fields in io.protostuff.parser declared as DefaultProtoLoader Modifier and Type Field Description static DefaultProtoLoader
DefaultProtoLoader. DEFAULT_INSTANCE
Methods in io.protostuff.parser that return DefaultProtoLoader Modifier and Type Method Description static DefaultProtoLoader
DefaultProtoLoader. getDefaultInstance()
-