Uses of Interface
io.protostuff.compiler.parser.ProtoContextPostProcessor
-
Packages that use ProtoContextPostProcessor Package Description io.protostuff.compiler.parser -
-
Uses of ProtoContextPostProcessor in io.protostuff.compiler.parser
Classes in io.protostuff.compiler.parser that implement ProtoContextPostProcessor Modifier and Type Class Description classExtensionRegistratorPostProcessorPost-processor that registers extensions in the extension registry.classImportsPostProcessorProto context post-processor for imports.classOptionsPostProcessorProto context post-processor for options.classTypeRegistratorPostProcessorProto file post-processor that registers user-defined types in a givenProtoContext.classTypeResolverPostProcessorPost-processor for resolving type references.classUserTypeValidationPostProcessorValidation post-processor for user types.Constructor parameters in io.protostuff.compiler.parser with type arguments of type ProtoContextPostProcessor Constructor Description FileDescriptorLoaderImpl(org.antlr.v4.runtime.ANTLRErrorListener errorListener, Set<ProtoContextPostProcessor> postProcessors)
-