Package cdc.converters.defaults
Class ToUpperCase
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Factory<ToUpperCase>static final FormalArgsstatic final ToUpperCaseFields inherited from interface cdc.converters.Converter
META_FARGS, SOURCE_CLASS, TARGET_CLASS -
Method Summary
Methods 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
-
LOCALE
-
FPARAMS
-
INSTANCE
-
FACTORY
-
-
Method Details
-
create
-
getLocale
-
apply
-
getParams
- Returns:
- The parameters used to configure this converter.
-