- All Implemented Interfaces:
- Converter<String,Boolean>
public class DefaultBooleanFormatter
extends Object
implements Converter<String,Boolean>
Formatter for booleans with a default value; if the input value matches the
default then it is formatted to null
.
- Author:
- Neil Bartlett