Uses of Class
com.soklet.converter.AbstractValueConverter
Packages that use AbstractValueConverter
Package
Description
Utilities which handle converting objects from one type to another.
-
Uses of AbstractValueConverter in com.soklet.converter
Subclasses of AbstractValueConverter in com.soklet.converterModifier and TypeClassDescriptionclass
Convenience superclass which provides default implementations ofValueConverter
methods that convert fromString
to other types.