Interface IHasTypeConverterTo<DSTTYPE>

Type Parameters:
DSTTYPE - The element type to be converted to.
All Known Subinterfaces:
IGenericAdderTrait<ELEMENTTYPE,IMPLTYPE>, IGenericMapAdderTrait<KEYTYPE,VALUETYPE,IMPLTYPE>

public interface IHasTypeConverterTo<DSTTYPE>
An object having or requiring a converter from primitive to something else.
Author:
Philip Helger
  • Method Details

    • getTypeConverterTo

      @NonNull ITypeConverterTo<DSTTYPE> getTypeConverterTo()
      Returns:
      The primitive converter to use to convert to the destination type. Might not be null.