Uses of Interface
io.vertx.docgen.PostProcessor
-
-
Uses of PostProcessor in io.vertx.docgen
Classes in io.vertx.docgen that implement PostProcessor Modifier and Type Class Description class
LanguageFilterPostProcessor
A post processor filtering out content not matching the current processor language.Fields in io.vertx.docgen with type parameters of type PostProcessor Modifier and Type Field Description protected java.util.Set<PostProcessor>
BaseProcessor. postProcessors
Methods in io.vertx.docgen that return PostProcessor Modifier and Type Method Description PostProcessor
BaseProcessor. getPostProcessor(java.lang.String name)
Methods in io.vertx.docgen with parameters of type PostProcessor Modifier and Type Method Description BaseProcessor
BaseProcessor. registerPostProcessor(PostProcessor postProcessor)
-