| Constructor and Description | 
|---|
| BooleanStringConverter(String trueRepresentation,
                      String falseRepresentation) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | from(Boolean aBoolean)Convert from the supported class into its encoded value | 
| Boolean | to(String s)Convert an encoded value to the supported class | 
Copyright © 2019. All rights reserved.