Package cdc.converters.defaults
Class StringToBigInteger
java.lang.Object
cdc.converters.AbstractConverter<String,T>
cdc.converters.defaults.AbstractStringToNumber<BigInteger>
cdc.converters.defaults.StringToBigInteger
- All Implemented Interfaces:
Converter<String,,BigInteger> Function<String,BigInteger>
-
Nested Class Summary
Nested classes/interfaces inherited from class cdc.converters.defaults.AbstractStringToNumber
AbstractStringToNumber.Creator<C> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Factory<StringToBigInteger>static final StringToBigIntegerFields 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
-