Interface PrimitiveConverter<T>
- All Known Implementing Classes:
BooleanAttributeConverter
,BooleanStringConverter
,ByteAttributeConverter
,ByteStringConverter
,CharacterAttributeConverter
,CharacterStringConverter
,DoubleAttributeConverter
,DoubleStringConverter
,FloatAttributeConverter
,FloatStringConverter
,IntegerAttributeConverter
,IntegerStringConverter
,LongAttributeConverter
,LongStringConverter
,ShortAttributeConverter
,ShortStringConverter
Interface for
StringConverter
and AttributeConverter
implementations
that support boxed and primitive types.-
Method Summary
Modifier and TypeMethodDescriptionThe type supported by this converter.
-
Method Details
-
primitiveType
EnhancedType<T> primitiveType()The type supported by this converter.
-