@DefaultAnnotationForFields(edu.umd.cs.findbugs.annotations.NonNull.class) @DefaultAnnotationForParameters(edu.umd.cs.findbugs.annotations.NonNull.class) @DefaultAnnotationForMethods(edu.umd.cs.findbugs.annotations.NonNull.class)
Package org.linkki.core.ui.converters
Converters used by linkki.-
Class Summary Class Description FormattedDoubleToStringConverter FormattedIntegerToStringConverter FormattedNumberToStringConverter<T extends Number> Converter fornumbersthat takes a format into count while converting.LinkkiConverterRegistry A converter registry that holds a set of standard converters.LocalDateTimeToStringConverter LocalDateToStringConverter NullHandlingConverterWrapper<PRESENTATION,MODEL> Wraps a converter and returns anerrorif the wrapped converter would returnnullas the model value.TwoDigitYearLocalDateConverter TwoDigitYearLocalDateTimeConverter ConvertsLocalDateTimetoLocalDateTimewhile recalculating two digit years into four digit years based on the -80 / +20 rule during the convertToModel conversion.