Package cdc.converters.defaults
Class StringRandomizer
Converter that takes a string and replaces all characters by random letters or digits.
Spaces can be preserved.
- Author:
- Damien Carbonne
-
Field Summary
FieldsFields 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
-
PRESERVE_SPACES
-
FPARAMS
-
FACTORY
-
-
Method Details
-
create
-
getPreserveSpaces
public boolean getPreserveSpaces() -
apply
-
getParams
- Returns:
- The parameters used to configure this converter.
-