Uses of Class
org.jboss.logging.processor.apt.AbstractGenerator
-
Packages that use AbstractGenerator Package Description org.jboss.logging.processor.apt -
-
Uses of AbstractGenerator in org.jboss.logging.processor.apt
Subclasses of AbstractGenerator in org.jboss.logging.processor.apt Modifier and Type Class Description (package private) class
ImplementationClassGenerator
A generator for creating implementations of message bundle and logging interfaces.class
ReportFileGenerator
Generates reports for logging interfaces and message bundles.(package private) class
TranslationClassGenerator
The translation class generator.(package private) class
TranslationFileGenerator
The generator of skeletal translations files.Fields in org.jboss.logging.processor.apt with type parameters of type AbstractGenerator Modifier and Type Field Description private java.util.List<AbstractGenerator>
LoggingToolsProcessor. generators
-