- 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, 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, 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
-
- 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 BindyCsvFactory 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
-
- 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
-
- 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
- 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
-