Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.2.10. Configuring the Fixed-Length Reader Programmatically
- Use this code to configure the fixed-length reader to read a person record set, binding the record set into a list of person instances:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Configuring the Java binding is not mandatory. You can instead programmatically configure the Smooks instance to use other visitor implementations to carry out various forms of processing on the fixed-length record set. - To bind fixed-length records directly to a list or map of a Java type that reflects the data in your fixed-length records, use either the FixedLengthListBinder or the FixedLengthMapBinder classes:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow If you need more control over the binding process, revert back to the lower level APIs.