Class DefaultBooleanFormatter

java.lang.Object
aQute.bnd.build.model.conversions.DefaultBooleanFormatter
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.