|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectolg.csv.bean.annotations.processor.FormatterProcessor
public final class FormatterProcessor
This class is responsible for processing the @Formatter annotation.
Method Summary | ||
---|---|---|
|
getFormatter(Field field,
Class<T> fieldConcreteClass)
Return the formatter to use on a field. |
|
static FormatterProcessor |
getInstance()
The singleton instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static FormatterProcessor getInstance()
public <T> Formatter<T> getFormatter(Field field, Class<T> fieldConcreteClass) throws AnnotationProcessorException
T
- the type the formatter deals with.field
- the field to formatfieldConcreteClass
- the concrete class
AnnotationProcessorException
- if an error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |