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 for StringConverter and AttributeConverter implementations that support boxed and primitive types.
  • Method Summary

    Modifier and Type
    Method
    Description
    The type supported by this converter.
  • Method Details

    • primitiveType

      EnhancedType<T> primitiveType()
      The type supported by this converter.