Package dev.enola.common.convert
@NullMarked
package dev.enola.common.convert
-
ClassDescriptionBiConverter<A,
B> Bi-directional alternative toConverter.ConverterIntowhich catches any failures and wraps them into ConversionException.Converter<I,O> Converts an object of type I to a new object of type O.ConverterInto<I,O> Converts an object of type I into an existing object of type O.Converts an object of type I into characters written to an Appendable.ConverterIntoChain<I,O> A "chain" ofConverterIntos.Converts an object to a requested (other) class, if it can.ObjectConverter<X,Y> Converts objects of type T to & from String, if it can.An ObjectToStringBiConverter which usesObject.toString()forBiConverter.convertTo(Object), and which also checks the type to convert from.OptionalConverter<I,O> OptionalConverterof an object of type I to a new object of type O, orOptional.empty().A "chain" ofOptionalConverters.