Interface TypedStringConverter<T>

    • Method Detail

      • getEffectiveType

        java.lang.Class<?> getEffectiveType()
        Gets the effective type that the converter works on.

        For example, if a class declares the FromString and ToString then the effective type of the converter is that class. If a subclass is queried for a converter, then the effective type is that of the superclass.

        Returns:
        the effective type