JBoss Logging I18n Annotation Processor 1.1.0.Final

Uses of Class
org.jboss.logging.processor.apt.Annotations.FormatType

Packages that use Annotations.FormatType
org.jboss.logging.processor.apt   
org.jboss.logging.processor.model   
org.jboss.logging.processor.validation   
 

Uses of Annotations.FormatType in org.jboss.logging.processor.apt
 

Methods in org.jboss.logging.processor.apt that return Annotations.FormatType
 Annotations.FormatType AnnotationsImpl.messageFormat(ExecutableElement method)
           
 Annotations.FormatType Annotations.messageFormat(ExecutableElement method)
          Returns the method format type.
static Annotations.FormatType Annotations.FormatType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Annotations.FormatType[] Annotations.FormatType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.logging.processor.apt with parameters of type Annotations.FormatType
 String AnnotationsImpl.loggerMethod(Annotations.FormatType formatType)
           
 String Annotations.loggerMethod(Annotations.FormatType formatType)
          Returns the logger method name to use or an empty string if the method is not a logger method.
 

Uses of Annotations.FormatType in org.jboss.logging.processor.model
 

Methods in org.jboss.logging.processor.model that return Annotations.FormatType
 Annotations.FormatType MessageMethod.Message.format()
          The message format type for the message.
 

Uses of Annotations.FormatType in org.jboss.logging.processor.validation
 

Methods in org.jboss.logging.processor.validation with parameters of type Annotations.FormatType
static FormatValidator FormatValidatorFactory.create(Annotations.FormatType format, String message)
           
 


JBoss Logging I18n Annotation Processor 1.1.0.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.