Uses of Class
olg.csv.bean.annotations.processor.AnnotationProcessorException

Packages that use AnnotationProcessorException
olg.csv.bean   
olg.csv.bean.annotations.processor This package contains classes dealing with annotations. 
 

Uses of AnnotationProcessorException in olg.csv.bean
 

Methods in olg.csv.bean that throw AnnotationProcessorException
 List<T> RowBean.fromFile(File in)
          Extracts a list from a file.
 List<T> RowBean.fromFile(File in, CSVSettings csvSettings)
          Extracts a list from a CSV file opened with some CSV settings.
 List<T> RowBean.fromFile(File in, ODSSettings odsSettings)
          Extracts a list from an ODS file opened with some ODS settings.
 IReader RowBean.getReader(File in)
          Returns a ODS or CSV reader with settings read from RowBean Annotation setted on T class. throws IllegalArgumentException if file is null or or it's not possible to define a reader.
 IWriter RowBean.getWriter(File out)
          Returns a ODS or CSV writer with settings read from RowBean Annotation setted on T class.
 void RowBean.toFile(List<T> beans, File out)
          Copy in a new file a list of T.
 void RowBean.toFile(List<T> beans, File out, CSVSettings csvSettings)
          Copy in a CSV file a list of T.
 void RowBean.toFile(List<T> beans, File out, ODSSettings odsSettings)
          Copy in an ODS file a list of T.
 

Uses of AnnotationProcessorException in olg.csv.bean.annotations.processor
 

Methods in olg.csv.bean.annotations.processor that throw AnnotationProcessorException
 IBeanProcessor<T> RowBeanProcessor.getBeanProcessor()
          Build a BeanProcessor from annotations setted on the class this processor deals with.
<T> Formatter<T>
FormatterProcessor.getFormatter(Field field, Class<T> fieldConcreteClass)
          Return the formatter to use on a field.
<T> AbstractParser<T>
ParserProcessor.getParser(Field field, Class<T> fieldConcreteClass)
          Return the parser to use on a field.
 CSVSettings RowBeanProcessor.getReadingCSVSettings()
          Returns CSVSettings for reading identified from the RowBean annotation of the class otherwise default Reading CSV settings.
 ODSSettings RowBeanProcessor.getReadingODSSettings()
          Returns ODSSettings for reading identified from the RowBean annotation of the class otherwise default Reading ODS settings.
 IRowProcessor<T> RowBeanProcessor.getRowProcessor()
          Build a RowProcessor from annotations setted on the class this processor deals with.
 CSVSettings RowBeanProcessor.getWritingCSVSettings()
          Returns CSVSettings for writing identified from the RowBean annotation of the class otherwise default writing CSV settings.
 ODSSettings RowBeanProcessor.getWritingODSSettings()
          Returns ODSSettings for writing identified from the RowBean annotation of the class otherwise default writing ODS settings.
 



Copyright © 2014. All rights reserved.