Writing Custom Converters

back to index

Writing custom converters that integrate in the framework is also very easy. Follow these steps:

A useful starting point would be to look at the source code of some of the existing converters. One of the easiest is the
Javadoc reference StringAssigner class, which converts anything to a String. This particular converter also converts the string representation of an enumerated value to its corresponding enum constant.