Package cdc.converters.defaults
Class StringToDouble
-
Nested Class Summary
Nested classes/interfaces inherited from class cdc.converters.defaults.AbstractStringToNumber
AbstractStringToNumber.Creator<C> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Factory<StringToDouble>static final StringToDoubleFields inherited from class cdc.converters.defaults.AbstractStringToNumber
FPARAMS, LOCALE, PATTERNFields inherited from interface cdc.converters.Converter
META_FARGS, SOURCE_CLASS, TARGET_CLASS -
Method Summary
Methods inherited from class cdc.converters.defaults.AbstractStringToNumber
apply, factory, getLocale, getParams, getPatternMethods inherited from class cdc.converters.AbstractConverter
getSourceClass, getTargetClass, getWrappedSourceClass, getWrappedTargetClass, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface cdc.converters.Converter
adapt, andThen, andThenRaw, applyRaw, areCompliantSourceAndTargetClasses, areMatchingSourceAndTargetClasses, cast, compose, composeRaw, isCompliantSourceClass, isCompliantTargetClass, isMatchingSourceClass, isMatchingTargetClass, orElse, orElseRaw
-
Field Details
-
INSTANCE
-
FACTORY
-
-
Method Details
-
create
-