Package dev.enola.common.convert
Interface BiConverter<A,B>
- Type Parameters:
A- the first type that can be converted to and fromB- the second type that can be converted to and from
- All Known Subinterfaces:
IdConverter<I>,IdentityConverter<T>,IRIConverter<I>,ObjectToStringBiConverter<T>,OptionalBiConverterIntoAppendable<I>
- All Known Implementing Classes:
IdConverterChain,IDIRI.ConverterX,ObjectToStringBiConverterWithFormat,ObjectToStringWithToStringBiConverter,TemporalAccessorToStringConverter
public interface BiConverter<A,B>
-
Method Summary
-
Method Details
-
convertTo
- Throws:
ConversionException
-
convertFrom
- Throws:
ConversionException
-