| BooleanArrayConverterImpl |
Converter that works on simple datatype array boolean[], which can't be cast to Object[].
|
| ByteArrayConverterImpl |
Converter that works on simple datatype array byte[], which can't be cast to Object[].
|
| CharArrayConverterImpl |
Converter that works on simple datatype array char[], which can't be cast to Object[].
|
| DoubleArrayConverterImpl |
Converter that works on simple datatype array double[], which can't be cast to Object[].
|
| FloatArrayConverterImpl |
Converter that works on simple datatype array float[], which can't be cast to Object[].
|
| IntArrayConverterImpl |
Converter that works on simple datatype array int[], which can't be cast to Object[].
|
| LongArrayConverterImpl |
Converter that works on simple datatype array long[], which can't be cast to Object[].
|
| ShortArrayConverterImpl |
Converter that works on simple datatype array short[], which can't be cast to Object[].
|