| Package | Description |
|---|---|
| de.fraunhofer.iese.ind2uce.pep.modifiermethods |
| Modifier and Type | Method and Description |
|---|---|
Number |
AddModifierMethod.add(Number currentNumber,
Number operand) |
String |
AnagramModifierMethod.anagram(String inputString,
int percentage) |
String |
AppendModifierMethod.append(String input,
String prefix,
String suffix) |
Number |
CurrencyModifierMethod.changeCurrency(Object input,
String fromCurrency,
String toCurrency)
Modify.
|
com.jayway.jsonpath.DocumentContext |
DeleteModifierMethod.delete(com.jayway.jsonpath.DocumentContext documentContext,
String expression) |
Number |
DivideModifierMethod.divide(Number currentNumber,
Number numerator,
Number denominator) |
Object |
HashModifierMethod.hash(String currentObject,
String algorithm) |
Number |
MultiplyModifierMethod.multiply(Number currentNumber,
Number operand) |
String |
PasswordModifierMethod.password() |
com.jayway.jsonpath.DocumentContext |
PatternMatcherModifierMethod.patternMatcher(Object tuples,
String amountExpression,
Number percentage,
com.jayway.jsonpath.DocumentContext documentContext,
String expression,
String method,
Boolean resetList)
Domodify.
|
String |
RangeModifierMethod.range(String inputString,
int pivot)
Gets the range.
|
Object |
ReplaceModifierMethod.replace(String currentObject,
String setWith) |
String |
ReplaceSubStringModifierMethod.replaceSubstring(String currentString,
String substring,
String replacement,
String mode) |
Number |
RoundModifierMethod.round(Number currentNumber,
String mode,
Double interval,
Double offset) |
String |
ShortenInitialModifierMethod.shorten(String name,
String suffixParam,
String caseToParam) |
Number |
SignModifierMethod.sign(Number currentNumber,
String mode) |
String |
SubStringModifierMethod.substring(Object input,
Object start,
Object end,
Object fillString,
Object autoFill) |
Copyright © 2018. All rights reserved.