Package com.soklet.converter
package com.soklet.converter
Utilities which handle converting objects from one type to another.
For example, converting a String
value "2024-09-30"
to a LocalDate
.
Value conversion is documented in detail at https://www.soklet.com/docs/value-conversions.
- Author:
- Mark Allen
-
ClassDescriptionConvenience superclass which provides default implementations of
ValueConverter
methods.Convenience superclass which provides default implementations ofValueConverter
methods that convert fromString
to other types.Construct for creating type tokens that represent generic types.Thrown if an error occurs during value conversion.ValueConverter<F,T> Contract for converting objects from one type to another.A collection ofValueConverter
instances, supplemented with quality-of-life features that most applications need.Non-instantiable utility class that exists to vend a set of defaultValueConverter
instances viaValueConverters.defaultValueConverters()
.