Interface PrimitiveConverter<T>
-
- All Known Implementing Classes:
BooleanAttributeConverter
,BooleanStringConverter
,ByteAttributeConverter
,ByteStringConverter
,CharacterAttributeConverter
,CharacterStringConverter
,DoubleAttributeConverter
,DoubleStringConverter
,FloatAttributeConverter
,FloatStringConverter
,IntegerAttributeConverter
,IntegerStringConverter
,LongAttributeConverter
,LongStringConverter
,ShortAttributeConverter
,ShortStringConverter
@ThreadSafe public interface PrimitiveConverter<T>
Interface forStringConverter
andAttributeConverter
implementations that support boxed and primitive types.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnhancedType<T>
primitiveType()
The type supported by this converter.
-
-
-
Method Detail
-
primitiveType
EnhancedType<T> primitiveType()
The type supported by this converter.
-
-