| Class | Description | 
|---|---|
| Boolean01BigDecimalConverter | Converts values of 0 or 1 to and from false or true where the field is stored as a Decimal numeric type. | 
| Boolean01Converter | Converts values of 0 or 1 to and from false or true. | 
| BooleanAIConverter | Converts active/inactive represented by the characters "A" and "I" to and from true and false. | 
| BooleanTFConverter | Converts true/false represented by the characters "T" and "F" to and from true and false. | 
| BooleanYNConverter | Converts true/false represented by a set of yes characters and the character "N" to and from true and false. | 
| EncryptionConverter | Calls the core service to encrypt values going to the database and decrypt values coming back from the database. | 
| HashConverter | Calls the core service to hash values going to the database. | 
| InverseBooleanYNConverter | Converts true/false represented by a set of yes characters and the character "N" to and from false and true. | 
| KualiDecimalConverter | Converts the custom  KualiDecimalobjects for OJB by converting them to/fromBigDecimal. | 
| KualiIntegerConverter | Converts the custom  KualiIntegerobjects for OJB by converting them to/fromLong. | 
| KualiPercentConverter | Converts the custom  KualiPercentobjects for OJB by converting them to/fromBigDecimal. | 
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.