Uses of Interface
io.bytestreams.codec.core.util.Converter
Packages that use Converter
-
Uses of Converter in io.bytestreams.codec.core
Methods in io.bytestreams.codec.core with parameters of type Converter -
Uses of Converter in io.bytestreams.codec.core.util
Classes in io.bytestreams.codec.core.util that implement ConverterModifier and TypeClassDescriptionfinal classBiMap<K,V> An immutable bidirectional map that maintains a one-to-one mapping between keys and values.Methods in io.bytestreams.codec.core.util that return ConverterModifier and TypeMethodDescriptionReturns a composed converter that first applies this converter, then applies theafterconverter.Converters.leftEvenPad(char padChar) Converters.leftFitPad(char padChar, int length) Converters.leftPad(char padChar, int length) static <V,U> Converter <V, U> Creates a converter from two functions.Converters.rightEvenPad(char padChar) Converters.rightFitPad(char padChar, int length) Converters.rightPad(char padChar, int length) static <T extends TemporalAccessor>
Converter<String, T> Converters.temporal(String format, TemporalQuery<T> query) Converters.toInt(int digits) Converters.toLong(int digits) Methods in io.bytestreams.codec.core.util with parameters of type Converter