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) classImplementationClassGeneratorA generator for creating implementations of message bundle and logging interfaces.classReportFileGeneratorGenerates reports for logging interfaces and message bundles.(package private) classTranslationClassGeneratorThe translation class generator.(package private) classTranslationFileGeneratorThe 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
-