| Interface | Description |
|---|---|
| Converter |
Interface for converting string values to a values of a property in Java bean.
|
| Class | Description |
|---|---|
| SimonBeanUtils |
Utils for setting properties values in Java bean object.
|
| ToBooleanConverter |
Converter from String to Boolean.
|
| ToByteConverter |
Converter from String to Byte.
|
| ToCharConverter | |
| ToDoubleConverter |
Converter from String to Double.
|
| ToEnumConverter |
Class for converting String values to an instance of an enum of the specified type.
|
| ToFloatConverter |
Converter from String to Float.
|
| ToIntegerConverter |
Converter from String to Integer.
|
| ToLongConverter |
Converter from String to Long.
|
| ToShortConverter |
Converter from String to Short.
|
| ToStringConverter |
Converter for String type.
|
| Exception | Description |
|---|---|
| BeanUtilsException |
Exception thrown by SimonBeanUtils class.
|
| ConvertException |
Thrown in case of conversion errors.
|
Copyright © 2019. All rights reserved.