A B C D E F G H I K L M N O P Q R S T U V W Z 
All Classes All Packages

A

AbstractFormatFactory - Class in org.apache.camel.dataformat.bindy.format.factories
 
AbstractFormatFactory() - Constructor for class org.apache.camel.dataformat.bindy.format.factories.AbstractFormatFactory
 
AbstractNumberFormat<T extends Number> - Class in org.apache.camel.dataformat.bindy.format
 
AbstractNumberFormat() - Constructor for class org.apache.camel.dataformat.bindy.format.AbstractNumberFormat
 
AbstractNumberFormat(boolean, int, Locale) - Constructor for class org.apache.camel.dataformat.bindy.format.AbstractNumberFormat
 
align() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.DataField
Align the text to the right or left.
allowEmptyStream() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.CsvRecord
The allowEmptyStream parameter will allow to prcoess the unavaiable stream for CSV file.
annotatedLinkFields - Variable in class org.apache.camel.dataformat.bindy.BindyAbstractFactory
 
AnnotationModelLoader - Class in org.apache.camel.dataformat.bindy.util
Annotation based loader for model classes with Bindy annotations.
AnnotationModelLoader(PackageScanClassResolver) - Constructor for class org.apache.camel.dataformat.bindy.util.AnnotationModelLoader
 
AnnotationModelLoader(PackageScanClassResolver, PackageScanFilter) - Constructor for class org.apache.camel.dataformat.bindy.util.AnnotationModelLoader
 
autospanLine() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.CsvRecord
Last record spans rest of line (optional) - if enabled then the last column is auto spanned to end of line, for example if its a comment, etc this allows the line to contain all characters, also the delimiter char.

B

BigDecimalFormatFactory - Class in org.apache.camel.dataformat.bindy.format.factories
 
BigDecimalFormatFactory() - Constructor for class org.apache.camel.dataformat.bindy.format.factories.BigDecimalFormatFactory
 
BigDecimalPatternFormatFactory - Class in org.apache.camel.dataformat.bindy.format.factories
 
BigDecimalPatternFormatFactory() - Constructor for class org.apache.camel.dataformat.bindy.format.factories.BigDecimalPatternFormatFactory
 
BigIntegerFormatFactory - Class in org.apache.camel.dataformat.bindy.format.factories
 
BigIntegerFormatFactory() - Constructor for class org.apache.camel.dataformat.bindy.format.factories.BigIntegerFormatFactory
 
bind(CamelContext, String, Map<String, Object>, int) - Method in class org.apache.camel.dataformat.bindy.BindyFixedLengthFactory
 
bind(CamelContext, List<String>, Map<String, Object>, int) - Method in class org.apache.camel.dataformat.bindy.BindyAbstractFactory
 
bind(CamelContext, List<String>, Map<String, Object>, int) - Method in class org.apache.camel.dataformat.bindy.BindyCsvFactory
 
bind(CamelContext, List<String>, Map<String, Object>, int) - Method in interface org.apache.camel.dataformat.bindy.BindyFactory
The bind allow to read the content of a record (expressed as a List) and map it to the model classes.
bind(CamelContext, List<String>, Map<String, Object>, int) - Method in class org.apache.camel.dataformat.bindy.BindyFixedLengthFactory
 
bind(CamelContext, List<String>, Map<String, Object>, int) - Method in class org.apache.camel.dataformat.bindy.BindyKeyValuePairFactory
 
bind(CamelContext, List<String>, Map<String, Object>, int, Map<String, List<Object>>) - Method in class org.apache.camel.dataformat.bindy.BindyKeyValuePairFactory
 
BindyAbstractDataFormat - Class in org.apache.camel.dataformat.bindy
 
BindyAbstractDataFormat() - Constructor for class org.apache.camel.dataformat.bindy.BindyAbstractDataFormat
 
BindyAbstractDataFormat(Class<?>) - Constructor for class org.apache.camel.dataformat.bindy.BindyAbstractDataFormat
 
BindyAbstractFactory - Class in org.apache.camel.dataformat.bindy
The BindyAbstractFactory implements what its common to all the formats supported by Camel Bindy
BindyAbstractFactory(Class<?>) - Constructor for class org.apache.camel.dataformat.bindy.BindyAbstractFactory
 
BindyConverter - Annotation Type in org.apache.camel.dataformat.bindy.annotation
An annotation used to identify which converter class will be used to convert the String field to the attribute's data type.
BindyCsvDataFormat - Class in org.apache.camel.dataformat.bindy.csv
Marshal and unmarshal between POJOs and Comma separated values (CSV) format using Camel Bindy
BindyCsvDataFormat() - Constructor for class org.apache.camel.dataformat.bindy.csv.BindyCsvDataFormat
 
BindyCsvDataFormat(Class<?>) - Constructor for class org.apache.camel.dataformat.bindy.csv.BindyCsvDataFormat
 
BindyCsvDataFormatConfigurer - Class in org.apache.camel.dataformat.bindy.csv
Generated by camel build tools - do NOT edit this file!
BindyCsvDataFormatConfigurer() - Constructor for class org.apache.camel.dataformat.bindy.csv.BindyCsvDataFormatConfigurer
 
BindyCsvFactory - Class in org.apache.camel.dataformat.bindy
The BindyCsvFactory is the class who allows to : Generate a model associated to a CSV record, bind data from a record to the POJOs, export data of POJOs to a CSV record and format data into String, Date, Double, ...
BindyCsvFactory(Class<?>) - Constructor for class org.apache.camel.dataformat.bindy.BindyCsvFactory
 
BindyFactory - Interface in org.apache.camel.dataformat.bindy
The bindy factory is a factory used to create the POJO models and bind or unbind the data to and from the record (CSV, ...)
BindyFixedLengthDataFormat - Class in org.apache.camel.dataformat.bindy.fixed
Marshal and unmarshal between POJOs and fixed field length format using Camel Bindy
BindyFixedLengthDataFormat() - Constructor for class org.apache.camel.dataformat.bindy.fixed.BindyFixedLengthDataFormat
 
BindyFixedLengthDataFormat(Class<?>) - Constructor for class org.apache.camel.dataformat.bindy.fixed.BindyFixedLengthDataFormat
 
BindyFixedLengthDataFormatConfigurer - Class in org.apache.camel.dataformat.bindy.fixed
Generated by camel build tools - do NOT edit this file!
BindyFixedLengthDataFormatConfigurer() - Constructor for class org.apache.camel.dataformat.bindy.fixed.BindyFixedLengthDataFormatConfigurer
 
BindyFixedLengthFactory - Class in org.apache.camel.dataformat.bindy
The BindyFixedLengthFactory is the class who allows to : Generate a model associated to a fixed length record, bind data from a record to the POJOs, export data of POJOs to a fixed length record and format data into String, Date, Double, ...
BindyFixedLengthFactory(Class<?>) - Constructor for class org.apache.camel.dataformat.bindy.BindyFixedLengthFactory
 
BindyKeyValuePairDataFormat - Class in org.apache.camel.dataformat.bindy.kvp
Marshal and unmarshal between POJOs and key-value pair (KVP) format using Camel Bindy
BindyKeyValuePairDataFormat() - Constructor for class org.apache.camel.dataformat.bindy.kvp.BindyKeyValuePairDataFormat
 
BindyKeyValuePairDataFormat(Class<?>) - Constructor for class org.apache.camel.dataformat.bindy.kvp.BindyKeyValuePairDataFormat
 
BindyKeyValuePairDataFormatConfigurer - Class in org.apache.camel.dataformat.bindy.kvp
Generated by camel build tools - do NOT edit this file!
BindyKeyValuePairDataFormatConfigurer() - Constructor for class org.apache.camel.dataformat.bindy.kvp.BindyKeyValuePairDataFormatConfigurer
 
BindyKeyValuePairFactory - Class in org.apache.camel.dataformat.bindy
The BindyKeyValuePairFactory is the class who allows to bind data of type key value pair.
BindyKeyValuePairFactory(Class<?>) - Constructor for class org.apache.camel.dataformat.bindy.BindyKeyValuePairFactory
 
BooleanFormatFactory - Class in org.apache.camel.dataformat.bindy.format.factories
 
BooleanFormatFactory() - Constructor for class org.apache.camel.dataformat.bindy.format.factories.BooleanFormatFactory
 
build(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.BigDecimalFormatFactory
 
build(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.BigDecimalPatternFormatFactory
 
build(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.BigIntegerFormatFactory
 
build(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.BooleanFormatFactory
 
build(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.ByteFormatFactory
 
build(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.BytePatternFormatFactory
 
build(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.CharacterFormatFactory
 
build(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.DateFormatFactory
 
build(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.DoubleFormatFactory
 
build(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.DoublePatternFormatFactory
 
build(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.EnumFormatFactory
 
build(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.FloatFormatFactory
 
build(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.FloatPatternFormatFactory
 
build(FormattingOptions) - Method in interface org.apache.camel.dataformat.bindy.format.factories.FormatFactoryInterface
Builds the Format.
build(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.IntegerFormatFactory
 
build(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.IntegerPatternFormatFactory
 
build(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.LocalDateFormatFactory
 
build(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.LocalDateTimeFormatFactory
 
build(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.LocalTimeFormatFactory
 
build(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.LongFormatFactory
 
build(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.LongPatternFormatFactory
 
build(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.ShortFormatFactory
 
build(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.ShortPatternFormatFactory
 
build(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.StringFormatFactory
 
build(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.ZonedDateTimeFormatFactory
 
ByteFormatFactory - Class in org.apache.camel.dataformat.bindy.format.factories
 
ByteFormatFactory() - Constructor for class org.apache.camel.dataformat.bindy.format.factories.ByteFormatFactory
 
BytePatternFormatFactory - Class in org.apache.camel.dataformat.bindy.format.factories
 
BytePatternFormatFactory() - Constructor for class org.apache.camel.dataformat.bindy.format.factories.BytePatternFormatFactory
 

C

CAMEL_BINDY_FIXED_LENGTH_FOOTER - Static variable in class org.apache.camel.dataformat.bindy.fixed.BindyFixedLengthDataFormat
 
CAMEL_BINDY_FIXED_LENGTH_HEADER - Static variable in class org.apache.camel.dataformat.bindy.fixed.BindyFixedLengthDataFormat
 
canBuild(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.AbstractFormatFactory
 
canBuild(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.BigDecimalFormatFactory
 
canBuild(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.BigDecimalPatternFormatFactory
 
canBuild(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.BigIntegerFormatFactory
 
canBuild(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.ByteFormatFactory
 
canBuild(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.BytePatternFormatFactory
 
canBuild(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.DoubleFormatFactory
 
canBuild(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.DoublePatternFormatFactory
 
canBuild(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.EnumFormatFactory
 
canBuild(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.FloatFormatFactory
 
canBuild(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.FloatPatternFormatFactory
 
canBuild(FormattingOptions) - Method in interface org.apache.camel.dataformat.bindy.format.factories.FormatFactoryInterface
Can it build a Format.
canBuild(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.IntegerFormatFactory
 
canBuild(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.IntegerPatternFormatFactory
 
canBuild(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.LongFormatFactory
 
canBuild(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.LongPatternFormatFactory
 
canBuild(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.ShortFormatFactory
 
canBuild(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.ShortPatternFormatFactory
 
CharacterFormatFactory - Class in org.apache.camel.dataformat.bindy.format.factories
 
CharacterFormatFactory() - Constructor for class org.apache.camel.dataformat.bindy.format.factories.CharacterFormatFactory
 
clip() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.DataField
Indicates to clip data in the field if it exceeds the allowed length when using fixed length.
CODEPOINTS - org.apache.camel.dataformat.bindy.UnicodeHelper.Method
One "char" is one Unicode codepoint, which is the standard case.
columnName() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.DataField
Name of the header column (optional).
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.dataformat.bindy.csv.BindyCsvDataFormatConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.dataformat.bindy.fixed.BindyFixedLengthDataFormatConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.dataformat.bindy.kvp.BindyKeyValuePairDataFormatConfigurer
 
convert(DataField, Class<?>, BindyConverter, String) - Static method in class org.apache.camel.dataformat.bindy.util.ConverterUtils
 
convert(KeyValuePairField, Class<?>, BindyConverter, String) - Static method in class org.apache.camel.dataformat.bindy.util.ConverterUtils
 
ConverterUtils - Class in org.apache.camel.dataformat.bindy.util
To help return the char associated to the unicode string
countGrapheme() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.FixedLengthRecord
Indicates how chars are counted
createLinkedFieldsModel(Object) - Method in class org.apache.camel.dataformat.bindy.BindyAbstractDataFormat
 
createLinkedFieldsModel(Object, Map<String, Object>) - Method in class org.apache.camel.dataformat.bindy.BindyAbstractDataFormat
 
createModel(BindyFixedLengthFactory, String, int) - Method in class org.apache.camel.dataformat.bindy.fixed.BindyFixedLengthDataFormat
 
createModelFactory(FormatFactory) - Method in class org.apache.camel.dataformat.bindy.BindyAbstractDataFormat
 
createModelFactory(FormatFactory) - Method in class org.apache.camel.dataformat.bindy.csv.BindyCsvDataFormat
 
createModelFactory(FormatFactory) - Method in class org.apache.camel.dataformat.bindy.fixed.BindyFixedLengthDataFormat
 
createModelFactory(FormatFactory) - Method in class org.apache.camel.dataformat.bindy.kvp.BindyKeyValuePairDataFormat
 
crlf - Variable in class org.apache.camel.dataformat.bindy.BindyAbstractFactory
 
crlf() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.CsvRecord
Character to be used to add a carriage return after each record (optional) - allow to define the carriage return character to use.
crlf() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.FixedLengthRecord
Character to be used to add a carriage return after each record (optional).
crlf() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.Message
Character to be used to add a carriage return after each record (optional).
CsvRecord - Annotation Type in org.apache.camel.dataformat.bindy.annotation
This annotation represents the root class of the model.

D

DataField - Annotation Type in org.apache.camel.dataformat.bindy.annotation
An annotation used to identify in a POJO which property is link to a field of a record (csv, ...).
DateFormatFactory - Class in org.apache.camel.dataformat.bindy.format.factories
 
DateFormatFactory() - Constructor for class org.apache.camel.dataformat.bindy.format.factories.DateFormatFactory
 
decimalSeparator() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.DataField
Decimal Separator to be used with BigDecimal number
DefaultFactoryRegistry - Class in org.apache.camel.dataformat.bindy.format.factories
This class manages all FormatFactoryInterfaces.
DefaultFactoryRegistry() - Constructor for class org.apache.camel.dataformat.bindy.format.factories.DefaultFactoryRegistry
 
defaultValue() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.DataField
Field's default value in case no value is set
delimiter() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.DataField
Optional delimiter to be used if the field has a variable length
doStart() - Method in class org.apache.camel.dataformat.bindy.BindyAbstractDataFormat
 
doStop() - Method in class org.apache.camel.dataformat.bindy.BindyAbstractDataFormat
 
DoubleFormatFactory - Class in org.apache.camel.dataformat.bindy.format.factories
 
DoubleFormatFactory() - Constructor for class org.apache.camel.dataformat.bindy.format.factories.DoubleFormatFactory
 
DoublePatternFormatFactory - Class in org.apache.camel.dataformat.bindy.format.factories
 
DoublePatternFormatFactory() - Constructor for class org.apache.camel.dataformat.bindy.format.factories.DoublePatternFormatFactory
 

E

endWithLineBreak() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.CsvRecord
The endWithLineBreak parameter flags if the CSV file should end with a line break or not (optional)
EnumFormatFactory - Class in org.apache.camel.dataformat.bindy.format.factories
 
EnumFormatFactory() - Constructor for class org.apache.camel.dataformat.bindy.format.factories.EnumFormatFactory
 
eol - Variable in class org.apache.camel.dataformat.bindy.BindyAbstractFactory
 
eol() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.FixedLengthRecord
Character to be used to process considering end of line after each record while unmarshalling (optional - default: "", which help default JDK provided line delimiter to be used unless any other line delimiter provided) This option is used only during unmarshalling, where marshalling uses system default provided line delimiter as "WINDOWS" unless any other value is provided.
extractUnmarshalResult(List<Map<String, Object>>) - Method in class org.apache.camel.dataformat.bindy.BindyAbstractDataFormat
 

F

factory() - Method in class org.apache.camel.dataformat.bindy.BindyAbstractFactory
Factory method generating new instances of the model and adding them to a HashMap
FactoryRegistry - Interface in org.apache.camel.dataformat.bindy.format.factories
 
findForFormattingOptions(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.format.factories.DefaultFactoryRegistry
 
findForFormattingOptions(FormattingOptions) - Method in interface org.apache.camel.dataformat.bindy.format.factories.FactoryRegistry
 
FixedLengthRecord - Annotation Type in org.apache.camel.dataformat.bindy.annotation
This annotation represents the root class of the model.
FloatFormatFactory - Class in org.apache.camel.dataformat.bindy.format.factories
 
FloatFormatFactory() - Constructor for class org.apache.camel.dataformat.bindy.format.factories.FloatFormatFactory
 
FloatPatternFormatFactory - Class in org.apache.camel.dataformat.bindy.format.factories
 
FloatPatternFormatFactory() - Constructor for class org.apache.camel.dataformat.bindy.format.factories.FloatPatternFormatFactory
 
footer() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.FixedLengthRecord
Indicates that the record(s) of this type may be followed by a single footer record at the end of the file
footer() - Method in class org.apache.camel.dataformat.bindy.BindyFixedLengthFactory
Gets the type of the footer record.
forClazz(Class<?>) - Method in class org.apache.camel.dataformat.bindy.FormattingOptions
 
format(T) - Method in interface org.apache.camel.dataformat.bindy.Format
Formats the object into a String
format(T) - Method in class org.apache.camel.dataformat.bindy.format.NumberPatternFormat
 
Format<T> - Interface in org.apache.camel.dataformat.bindy
Format allows to format object to and from string received using format or parse method
FormatException - Exception in org.apache.camel.dataformat.bindy.format
 
FormatException() - Constructor for exception org.apache.camel.dataformat.bindy.format.FormatException
 
FormatException(String) - Constructor for exception org.apache.camel.dataformat.bindy.format.FormatException
 
FormatException(String, Throwable) - Constructor for exception org.apache.camel.dataformat.bindy.format.FormatException
 
FormatException(Throwable) - Constructor for exception org.apache.camel.dataformat.bindy.format.FormatException
 
FormatFactories - Annotation Type in org.apache.camel.dataformat.bindy.annotation
 
formatFactory - Variable in class org.apache.camel.dataformat.bindy.BindyAbstractFactory
 
FormatFactory - Class in org.apache.camel.dataformat.bindy
Factory to return Format classes for a given type.
FormatFactory() - Constructor for class org.apache.camel.dataformat.bindy.FormatFactory
 
FormatFactoryInterface - Interface in org.apache.camel.dataformat.bindy.format.factories
 
formatString(Format<?>, Object) - Method in class org.apache.camel.dataformat.bindy.BindyAbstractFactory
Format the object into a string according to the format rule defined
FormattingOptions - Class in org.apache.camel.dataformat.bindy
 
FormattingOptions() - Constructor for class org.apache.camel.dataformat.bindy.FormattingOptions
 

G

generateHeader() - Method in class org.apache.camel.dataformat.bindy.BindyCsvFactory
Generate for the first line the headers of the columns
generateHeaderColumns() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.CsvRecord
The generateHeaderColumns parameter allow to add in the CSV generated the header containing names of the columns
generateKey(Integer, Integer) - Static method in class org.apache.camel.dataformat.bindy.BindyAbstractFactory
Generate a unique key
getAutospanLine() - Method in class org.apache.camel.dataformat.bindy.BindyCsvFactory
If last record is to span the rest of the line
getBindyConverter() - Method in class org.apache.camel.dataformat.bindy.FormattingOptions
 
getByteReturn(String) - Static method in class org.apache.camel.dataformat.bindy.util.ConverterUtils
 
getCamelContext() - Method in class org.apache.camel.dataformat.bindy.BindyAbstractDataFormat
 
getCarriageReturn() - Method in class org.apache.camel.dataformat.bindy.BindyAbstractFactory
Find the carriage return set
getCharDelimiter(String) - Static method in class org.apache.camel.dataformat.bindy.util.ConverterUtils
 
getClassType() - Method in class org.apache.camel.dataformat.bindy.BindyAbstractDataFormat
 
getClazz() - Method in class org.apache.camel.dataformat.bindy.FormattingOptions
 
getDataFormatName() - Method in class org.apache.camel.dataformat.bindy.csv.BindyCsvDataFormat
 
getDataFormatName() - Method in class org.apache.camel.dataformat.bindy.fixed.BindyFixedLengthDataFormat
 
getDataFormatName() - Method in class org.apache.camel.dataformat.bindy.kvp.BindyKeyValuePairDataFormat
 
getDecimalSeparator() - Method in class org.apache.camel.dataformat.bindy.FormattingOptions
 
getDefaultValueForPrimitive(Class<?>) - Static method in class org.apache.camel.dataformat.bindy.BindyAbstractFactory
 
getEndOfLine() - Method in class org.apache.camel.dataformat.bindy.BindyAbstractFactory
Find the carriage return set
getFactory() - Method in class org.apache.camel.dataformat.bindy.BindyAbstractDataFormat
 
getFactoryRegistry() - Method in class org.apache.camel.dataformat.bindy.FormatFactory
 
getFormat() - Method in class org.apache.camel.dataformat.bindy.format.AbstractNumberFormat
 
getFormat(FormattingOptions) - Method in class org.apache.camel.dataformat.bindy.FormatFactory
Retrieves the format to use for the given type*
getGenerateHeaderColumnNames() - Method in class org.apache.camel.dataformat.bindy.BindyCsvFactory
Flag indicating if the first line of the CSV must be skipped
getGroupingSeparator() - Method in class org.apache.camel.dataformat.bindy.FormattingOptions
 
getKeyValuePairSeparator() - Method in class org.apache.camel.dataformat.bindy.BindyKeyValuePairFactory
Find the key value pair separator used to link the key with its value
getLocale() - Method in class org.apache.camel.dataformat.bindy.BindyAbstractDataFormat
 
getLocale() - Method in class org.apache.camel.dataformat.bindy.BindyAbstractFactory
 
getLocale() - Method in class org.apache.camel.dataformat.bindy.format.NumberPatternFormat
 
getLocale() - Method in class org.apache.camel.dataformat.bindy.FormattingOptions
 
getMaxpos() - Method in class org.apache.camel.dataformat.bindy.BindyCsvFactory
 
getMethod() - Method in class org.apache.camel.dataformat.bindy.UnicodeHelper
 
getMultiplier() - Method in class org.apache.camel.dataformat.bindy.format.AbstractNumberFormat
 
getNumberFormat() - Method in class org.apache.camel.dataformat.bindy.format.NumberPatternFormat
Gets the number format if in use.
getPairSeparator() - Method in class org.apache.camel.dataformat.bindy.BindyKeyValuePairFactory
Find the pair separator used to delimit the key value pair fields
getPattern() - Method in class org.apache.camel.dataformat.bindy.format.NumberPatternFormat
 
getPattern() - Method in class org.apache.camel.dataformat.bindy.FormattingOptions
 
getPattern() - Method in interface org.apache.camel.dataformat.bindy.PatternFormat
Method used to retrieve the pattern for the format
getPrecision() - Method in class org.apache.camel.dataformat.bindy.format.AbstractNumberFormat
 
getPrecision() - Method in class org.apache.camel.dataformat.bindy.format.NumberPatternFormat
 
getPrecision() - Method in class org.apache.camel.dataformat.bindy.FormattingOptions
 
getQuote() - Method in class org.apache.camel.dataformat.bindy.BindyCsvFactory
 
getRemoveQuotes() - Method in class org.apache.camel.dataformat.bindy.BindyCsvFactory
 
getRounding() - Method in class org.apache.camel.dataformat.bindy.format.NumberPatternFormat
 
getRounding() - Method in class org.apache.camel.dataformat.bindy.FormattingOptions
 
getSeparator() - Method in class org.apache.camel.dataformat.bindy.BindyCsvFactory
Find the separator used to delimit the CSV fields
getSkipFirstLine() - Method in class org.apache.camel.dataformat.bindy.BindyCsvFactory
Find the separator used to delimit the CSV fields
getStringCarriageReturn(String) - Static method in class org.apache.camel.dataformat.bindy.util.ConverterUtils
 
getTimezone() - Method in class org.apache.camel.dataformat.bindy.FormattingOptions
 
getWrappedException() - Method in exception org.apache.camel.dataformat.bindy.WrappedException
 
GRAPHEME - org.apache.camel.dataformat.bindy.UnicodeHelper.Method
One "char" is one graphem.
groupingSeparator() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.DataField
Grouping Separator to be used with BigDecimal number when we would like to format/parse to number with grouping e.g.

H

hasFooter() - Method in class org.apache.camel.dataformat.bindy.BindyFixedLengthFactory
Flag indicating if we have a footer
hasHeader() - Method in class org.apache.camel.dataformat.bindy.BindyFixedLengthFactory
Flag indicating if we have a header
hasImpliedDecimalPosition() - Method in class org.apache.camel.dataformat.bindy.format.AbstractNumberFormat
 
header() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.FixedLengthRecord
Indicates that the record(s) of this type may be preceded by a single header record at the beginning of in the file
header() - Method in class org.apache.camel.dataformat.bindy.BindyFixedLengthFactory
Gets the type of the header record.

I

ignoreMissingChars() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.FixedLengthRecord
Indicates whether too short lines will be ignored
ignoreTrailingChars() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.FixedLengthRecord
Indicates that characters beyond the last mapped filed can be ignored when unmarshalling / parsing.
impliedDecimalSeparator() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.DataField
Indicates if there is a decimal point implied at a specified location
impliedDecimalSeparator() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.KeyValuePairField
Camel 2.11: Indicates if there is a decimal point implied at a specified location
indexOf(String) - Method in class org.apache.camel.dataformat.bindy.UnicodeHelper
 
indexOf(String, int) - Method in class org.apache.camel.dataformat.bindy.UnicodeHelper
 
initAnnotatedFields() - Method in class org.apache.camel.dataformat.bindy.BindyAbstractFactory
Find fields annotated in each class of the model
initAnnotatedFields() - Method in class org.apache.camel.dataformat.bindy.BindyCsvFactory
 
initAnnotatedFields() - Method in class org.apache.camel.dataformat.bindy.BindyFixedLengthFactory
 
initAnnotatedFields() - Method in class org.apache.camel.dataformat.bindy.BindyKeyValuePairFactory
 
initCsvModel() - Method in class org.apache.camel.dataformat.bindy.BindyCsvFactory
method uses to initialize the model representing the classes who will bind the data.
initFixedLengthModel() - Method in class org.apache.camel.dataformat.bindy.BindyFixedLengthFactory
method uses to initialize the model representing the classes who will bind the data.
initKeyValuePairModel() - Method in class org.apache.camel.dataformat.bindy.BindyKeyValuePairFactory
method uses to initialize the model representing the classes who will bind the data This process will scan for classes according to the package name provided, check the annotated classes and fields.
initModel() - Method in class org.apache.camel.dataformat.bindy.BindyAbstractFactory
method uses to initialize the model representing the classes who will bind the data.
initModel() - Method in interface org.apache.camel.dataformat.bindy.BindyFactory
Prior to bind or unbind the data to and from string or model classes, the factory must create a collection of objects representing the model
IntegerFormatFactory - Class in org.apache.camel.dataformat.bindy.format.factories
 
IntegerFormatFactory() - Constructor for class org.apache.camel.dataformat.bindy.format.factories.IntegerFormatFactory
 
IntegerPatternFormatFactory - Class in org.apache.camel.dataformat.bindy.format.factories
 
IntegerPatternFormatFactory() - Constructor for class org.apache.camel.dataformat.bindy.format.factories.IntegerPatternFormatFactory
 
isAllowEmptyStream() - Method in class org.apache.camel.dataformat.bindy.BindyAbstractDataFormat
 
isAllowEmptyStream() - Method in class org.apache.camel.dataformat.bindy.BindyCsvFactory
 
isCountGrapheme() - Method in class org.apache.camel.dataformat.bindy.BindyFixedLengthFactory
Flag indicating whether graphemes or codepoints are counted.
isEndWithLineBreak() - Method in class org.apache.camel.dataformat.bindy.BindyCsvFactory
 
isFooter() - Method in class org.apache.camel.dataformat.bindy.BindyFixedLengthFactory
Flag indicating whether this factory is for a footer
isHeader() - Method in class org.apache.camel.dataformat.bindy.BindyFixedLengthFactory
Flag indicating whether this factory is for a header
isIgnoreMissingChars() - Method in class org.apache.camel.dataformat.bindy.BindyFixedLengthFactory
Flag indicating whether too short lines are ignored
isIgnoreTrailingChars() - Method in class org.apache.camel.dataformat.bindy.BindyFixedLengthFactory
Flag indicating whether trailing characters beyond the last declared field may be ignored
isImpliedDecimalSeparator() - Method in class org.apache.camel.dataformat.bindy.FormattingOptions
 
isMessageOrdered() - Method in class org.apache.camel.dataformat.bindy.BindyCsvFactory
Flag indicating if the message must be ordered
isMessageOrdered() - Method in class org.apache.camel.dataformat.bindy.BindyKeyValuePairFactory
Flag indicating if the message must be ordered
isOrdered() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.CsvRecord
Indicates if the message must be ordered in output
isOrdered() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.Message
Indicates if the message must be ordered in output.
isSkipField() - Method in class org.apache.camel.dataformat.bindy.BindyCsvFactory
Indicate if can skip fields
isUnwrapSingleInstance() - Method in class org.apache.camel.dataformat.bindy.BindyAbstractDataFormat
 

K

KeyValuePairField - Annotation Type in org.apache.camel.dataformat.bindy.annotation
An annotation used to identify in a POJO which property is link to a key value pair field The tag (mandatory) identifies the key of the key value pair (e.g.
keyValuePairSeparator() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.Message
Key value pair separator is used to split the values from their keys (mandatory).

L

length() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.DataField
Length of the data block (number of characters) if the record is set to a fixed length
length() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.FixedLengthRecord
The fixed length of the record (number of characters).
length() - Method in class org.apache.camel.dataformat.bindy.UnicodeHelper
 
lengthPos() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.DataField
Identifies a data field in the record that defines the expected fixed length for this field
link(Map<String, Object>) - Method in class org.apache.camel.dataformat.bindy.BindyAbstractFactory
Link objects together
Link - Annotation Type in org.apache.camel.dataformat.bindy.annotation
This annotation allows to link classes together in the model.
linkType() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.Link
Type of link identifying the relation between the classes
LinkType - Enum in org.apache.camel.dataformat.bindy.annotation
Enumeration of link types
loadModels(String...) - Method in class org.apache.camel.dataformat.bindy.util.AnnotationModelLoader
 
LocalDateFormatFactory - Class in org.apache.camel.dataformat.bindy.format.factories
 
LocalDateFormatFactory() - Constructor for class org.apache.camel.dataformat.bindy.format.factories.LocalDateFormatFactory
 
LocalDateTimeFormatFactory - Class in org.apache.camel.dataformat.bindy.format.factories
 
LocalDateTimeFormatFactory() - Constructor for class org.apache.camel.dataformat.bindy.format.factories.LocalDateTimeFormatFactory
 
LocalTimeFormatFactory - Class in org.apache.camel.dataformat.bindy.format.factories
 
LocalTimeFormatFactory() - Constructor for class org.apache.camel.dataformat.bindy.format.factories.LocalTimeFormatFactory
 
LongFormatFactory - Class in org.apache.camel.dataformat.bindy.format.factories
 
LongFormatFactory() - Constructor for class org.apache.camel.dataformat.bindy.format.factories.LongFormatFactory
 
LongPatternFormatFactory - Class in org.apache.camel.dataformat.bindy.format.factories
 
LongPatternFormatFactory() - Constructor for class org.apache.camel.dataformat.bindy.format.factories.LongPatternFormatFactory
 

M

ManyToMany - org.apache.camel.dataformat.bindy.annotation.LinkType
 
ManyToOne - org.apache.camel.dataformat.bindy.annotation.LinkType
 
mappedTo() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.OneToMany
Class name associated to the type of the List
marshal(Exchange, Object, OutputStream) - Method in class org.apache.camel.dataformat.bindy.csv.BindyCsvDataFormat
 
marshal(Exchange, Object, OutputStream) - Method in class org.apache.camel.dataformat.bindy.fixed.BindyFixedLengthDataFormat
 
marshal(Exchange, Object, OutputStream) - Method in class org.apache.camel.dataformat.bindy.kvp.BindyKeyValuePairDataFormat
 
Message - Annotation Type in org.apache.camel.dataformat.bindy.annotation
This annotation represents the root class of the model.
method() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.DataField
Method name to call to apply such customization on DataField.
modelClassNames - Variable in class org.apache.camel.dataformat.bindy.BindyAbstractFactory
 
models - Variable in class org.apache.camel.dataformat.bindy.BindyAbstractFactory
 

N

name() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.CsvRecord
Name describing the record (optional)
name() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.DataField
Name of the field (optional)
name() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.FixedLengthRecord
Name describing the record (optional)
name() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.KeyValuePairField
name of the field (optional)
name() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.Message
Name describing the message (optional)
number() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.Section
Number of the section
NumberPatternFormat<T> - Class in org.apache.camel.dataformat.bindy.format
 
NumberPatternFormat() - Constructor for class org.apache.camel.dataformat.bindy.format.NumberPatternFormat
 
NumberPatternFormat(String, Locale) - Constructor for class org.apache.camel.dataformat.bindy.format.NumberPatternFormat
 
NumberPatternFormat(String, Locale, int, String, String, String) - Constructor for class org.apache.camel.dataformat.bindy.format.NumberPatternFormat
 

O

OneToMany - org.apache.camel.dataformat.bindy.annotation.LinkType
 
OneToMany - Annotation Type in org.apache.camel.dataformat.bindy.annotation
 
OneToOne - org.apache.camel.dataformat.bindy.annotation.LinkType
 
org.apache.camel.dataformat.bindy - package org.apache.camel.dataformat.bindy
 
org.apache.camel.dataformat.bindy.annotation - package org.apache.camel.dataformat.bindy.annotation
 
org.apache.camel.dataformat.bindy.csv - package org.apache.camel.dataformat.bindy.csv
 
org.apache.camel.dataformat.bindy.fixed - package org.apache.camel.dataformat.bindy.fixed
 
org.apache.camel.dataformat.bindy.format - package org.apache.camel.dataformat.bindy.format
 
org.apache.camel.dataformat.bindy.format.factories - package org.apache.camel.dataformat.bindy.format.factories
 
org.apache.camel.dataformat.bindy.kvp - package org.apache.camel.dataformat.bindy.kvp
 
org.apache.camel.dataformat.bindy.util - package org.apache.camel.dataformat.bindy.util
 

P

paddingchar() - Method in class org.apache.camel.dataformat.bindy.BindyFixedLengthFactory
Padding char used to fill the field
paddingChar() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.DataField
The char to pad with if the record is set to a fixed length
paddingChar() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.FixedLengthRecord
The char to pad with.
pairSeparator() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.Message
Pair separator used to split the key value pairs in tokens (mandatory).
parse(String) - Method in class org.apache.camel.dataformat.bindy.format.NumberPatternFormat
 
parse(String) - Method in interface org.apache.camel.dataformat.bindy.Format
Parses a String into an object
pattern() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.DataField
Pattern that the Java formatter (SimpleDateFormat by example) will use to transform the data (optional).
pattern() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.KeyValuePairField
pattern that the formater will use to transform the data (optional)
PatternFormat<T> - Interface in org.apache.camel.dataformat.bindy
The PatternFormat extends the format interface and allows to retrieve the pattern linked to a format (Date, Double, ...)
pos() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.DataField
Position of the data in the input record, must start from 1 (mandatory).
position() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.DataField
Position of the field in the output message generated (should start from 1).
position() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.KeyValuePairField
Position of the field in the message generated - must be used when the position of the key/tag in the FIX message must be different
precision() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.DataField
precision of the BigDecimal number to be created
precision() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.KeyValuePairField
precision of the BigDecimal number to be created

Q

quote() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.CsvRecord
Whether to marshal columns with the given quote character (optional) - allow to specify a quote character of the fields when CSV is generated.
quoting() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.CsvRecord
Indicate if the values (and headers) must be quoted when marshaling (optional)
quotingEscaped() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.CsvRecord
Indicate if the values must be escaped when quoting (optional)

R

recordLength() - Method in class org.apache.camel.dataformat.bindy.BindyFixedLengthFactory
Expected fixed length of the record
register(FormatFactoryInterface...) - Method in class org.apache.camel.dataformat.bindy.format.factories.DefaultFactoryRegistry
register(FormatFactoryInterface...) - Method in interface org.apache.camel.dataformat.bindy.format.factories.FactoryRegistry
 
removeQuotes() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.CsvRecord
The remove quotes parameter flags if unmarshalling should try to remove quotes for each field
required() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.DataField
Indicates if the field is mandatory
required() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.KeyValuePairField
Indicates if the field is mandatory
rounding() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.DataField
Round mode to be used to round/scale a BigDecimal Values : UP, DOWN, CEILING, FLOOR, HALF_UP, HALF_DOWN,HALF_EVEN, UNNECESSARY e.g : Number = 123456.789, Precision = 2, Rounding = CEILING Result : 123456.79

S

Section - Annotation Type in org.apache.camel.dataformat.bindy.annotation
This annotation allows to define during the marshaling process how a message must be reconstruct
separator() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.CsvRecord
Separator used to split a record in tokens (mandatory) - can be ',' or ';' or 'anything'.
setAllowEmptyStream(boolean) - Method in class org.apache.camel.dataformat.bindy.BindyAbstractDataFormat
 
setCamelContext(CamelContext) - Method in class org.apache.camel.dataformat.bindy.BindyAbstractDataFormat
 
setClassType(Class<?>) - Method in class org.apache.camel.dataformat.bindy.BindyAbstractDataFormat
 
setFactoryRegistry(FactoryRegistry) - Method in class org.apache.camel.dataformat.bindy.FormatFactory
 
setFormatFactory(FormatFactory) - Method in class org.apache.camel.dataformat.bindy.BindyAbstractFactory
 
setLocale(String) - Method in class org.apache.camel.dataformat.bindy.BindyAbstractDataFormat
 
setLocale(String) - Method in class org.apache.camel.dataformat.bindy.BindyAbstractFactory
 
setLocale(Locale) - Method in class org.apache.camel.dataformat.bindy.format.NumberPatternFormat
 
setModelFactory(BindyAbstractFactory) - Method in class org.apache.camel.dataformat.bindy.BindyAbstractDataFormat
 
setPattern(String) - Method in class org.apache.camel.dataformat.bindy.format.NumberPatternFormat
 
setPrecision(int) - Method in class org.apache.camel.dataformat.bindy.format.NumberPatternFormat
 
setRounding(String) - Method in class org.apache.camel.dataformat.bindy.format.NumberPatternFormat
 
setUnwrapSingleInstance(boolean) - Method in class org.apache.camel.dataformat.bindy.BindyAbstractDataFormat
 
ShortFormatFactory - Class in org.apache.camel.dataformat.bindy.format.factories
 
ShortFormatFactory() - Constructor for class org.apache.camel.dataformat.bindy.format.factories.ShortFormatFactory
 
ShortPatternFormatFactory - Class in org.apache.camel.dataformat.bindy.format.factories
 
ShortPatternFormatFactory() - Constructor for class org.apache.camel.dataformat.bindy.format.factories.ShortPatternFormatFactory
 
skipField() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.CsvRecord
The skipField parameter will allow to skip fields of a CSV file.
skipFirstLine() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.CsvRecord
The skipFirstLine parameter will allow to skip or not the first line of a CSV file.
skipFooter() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.FixedLengthRecord
Configures the data format to skip marshalling / unmarshalling of the footer record.
skipFooter() - Method in class org.apache.camel.dataformat.bindy.BindyFixedLengthFactory
Flag indicating whether to skip the footer processing
skipHeader() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.FixedLengthRecord
Configures the data format to skip marshalling / unmarshalling of the header record.
skipHeader() - Method in class org.apache.camel.dataformat.bindy.BindyFixedLengthFactory
Flag indicating whether to skip the header parsing
StringFormatFactory - Class in org.apache.camel.dataformat.bindy.format.factories
 
StringFormatFactory() - Constructor for class org.apache.camel.dataformat.bindy.format.factories.StringFormatFactory
 
substring(int) - Method in class org.apache.camel.dataformat.bindy.UnicodeHelper
 
substring(int, int) - Method in class org.apache.camel.dataformat.bindy.UnicodeHelper
 
supportedClasses - Variable in class org.apache.camel.dataformat.bindy.format.factories.AbstractFormatFactory
 
supportedClasses() - Method in class org.apache.camel.dataformat.bindy.format.factories.AbstractFormatFactory
 
supportedClasses() - Method in interface org.apache.camel.dataformat.bindy.format.factories.FormatFactoryInterface
Returns the list of supported classes.
supportsModel(Set<String>) - Method in class org.apache.camel.dataformat.bindy.BindyAbstractFactory
Indicates whether this factory can support a row comprised of the identified classes

T

tag() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.KeyValuePairField
tag identifying the field in the message (mandatory) - must be unique
timezone() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.DataField
Timezone to be used.
timezone() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.KeyValuePairField
Timezone to be used.
toString() - Method in class org.apache.camel.dataformat.bindy.UnicodeHelper
 
trim() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.DataField
Indicates if the value should be trimmed
type() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.Message
type is used to define the type of the message (e.g.

U

unbind(CamelContext, Map<String, Object>) - Method in class org.apache.camel.dataformat.bindy.BindyAbstractFactory
 
unbind(CamelContext, Map<String, Object>) - Method in class org.apache.camel.dataformat.bindy.BindyCsvFactory
 
unbind(CamelContext, Map<String, Object>) - Method in interface org.apache.camel.dataformat.bindy.BindyFactory
The unbind is used to transform the content of the classes model objects into a string.
unbind(CamelContext, Map<String, Object>) - Method in class org.apache.camel.dataformat.bindy.BindyFixedLengthFactory
 
unbind(CamelContext, Map<String, Object>) - Method in class org.apache.camel.dataformat.bindy.BindyKeyValuePairFactory
 
UnicodeHelper - Class in org.apache.camel.dataformat.bindy
This class replicates the essential parts of the String class in order to aid proper work for Unicode chars in the presense of UTF-16.
UnicodeHelper() - Constructor for class org.apache.camel.dataformat.bindy.UnicodeHelper
For Serialization only!
UnicodeHelper(String, UnicodeHelper.Method) - Constructor for class org.apache.camel.dataformat.bindy.UnicodeHelper
Create instance.
UnicodeHelper.Method - Enum in org.apache.camel.dataformat.bindy
Defines how length if a string is defined, i.e how chars are counted.
unmarshal(Exchange, InputStream) - Method in class org.apache.camel.dataformat.bindy.csv.BindyCsvDataFormat
 
unmarshal(Exchange, InputStream) - Method in class org.apache.camel.dataformat.bindy.fixed.BindyFixedLengthDataFormat
 
unmarshal(Exchange, InputStream) - Method in class org.apache.camel.dataformat.bindy.kvp.BindyKeyValuePairDataFormat
 
unregister(Class<? extends FormatFactoryInterface>) - Method in class org.apache.camel.dataformat.bindy.format.factories.DefaultFactoryRegistry
 
unregister(Class<? extends FormatFactoryInterface>) - Method in interface org.apache.camel.dataformat.bindy.format.factories.FactoryRegistry
 

V

value() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.BindyConverter
 
value() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.FormatFactories
 
valueOf(String) - Static method in enum org.apache.camel.dataformat.bindy.annotation.LinkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.camel.dataformat.bindy.UnicodeHelper.Method
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.camel.dataformat.bindy.annotation.LinkType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.camel.dataformat.bindy.UnicodeHelper.Method
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Method in annotation type org.apache.camel.dataformat.bindy.annotation.Message
version defines the version of the message (e.g.

W

withBindyConverter(BindyConverter) - Method in class org.apache.camel.dataformat.bindy.FormattingOptions
 
withDecimalSeparator(String) - Method in class org.apache.camel.dataformat.bindy.FormattingOptions
 
withGroupingSeparator(String) - Method in class org.apache.camel.dataformat.bindy.FormattingOptions
 
withImpliedDecimalSeparator(boolean) - Method in class org.apache.camel.dataformat.bindy.FormattingOptions
 
withLocale(String) - Method in class org.apache.camel.dataformat.bindy.FormattingOptions
 
withPattern(String) - Method in class org.apache.camel.dataformat.bindy.FormattingOptions
 
withPrecision(int) - Method in class org.apache.camel.dataformat.bindy.FormattingOptions
 
withRounding(String) - Method in class org.apache.camel.dataformat.bindy.FormattingOptions
 
withTimezone(String) - Method in class org.apache.camel.dataformat.bindy.FormattingOptions
 
WrappedException - Exception in org.apache.camel.dataformat.bindy
A RuntimeException which wraps a checked exception.
WrappedException(Exception) - Constructor for exception org.apache.camel.dataformat.bindy.WrappedException
Mandatory constructor.

Z

ZonedDateTimeFormatFactory - Class in org.apache.camel.dataformat.bindy.format.factories
 
ZonedDateTimeFormatFactory() - Constructor for class org.apache.camel.dataformat.bindy.format.factories.ZonedDateTimeFormatFactory
 
A B C D E F G H I K L M N O P Q R S T U V W Z 
All Classes All Packages