Package dev.enola.data.id
Interface IdConverter<I>
- All Superinterfaces:
BiConverter<I,,String> Converter<String,,Optional<I>> ConverterInto<I,,Appendable> ConverterIntoAppendable<I>,ObjectClassConverter<I>,ObjectToStringBiConverter<I>,OptionalConverter<String,I>
- All Known Implementing Classes:
IdConverterChain
@Immutable
@ThreadSafe
public interface IdConverter<I>
extends ObjectToStringBiConverter<I>, OptionalConverter<String,I>
-
Method Summary
Methods inherited from interface dev.enola.common.convert.ConverterInto
convertIntoOrThrowMethods inherited from interface dev.enola.common.convert.ObjectToStringBiConverter
convertInto, convertObjectToType, convertToType
-
Method Details
-
convertTo
- Specified by:
convertToin interfaceBiConverter<I,String> - Throws:
ConversionException
-
convertFrom
- Specified by:
convertFromin interfaceBiConverter<I,String> - Throws:
ConversionException
-
idClass
-