Class SubStringModifierMethod
java.lang.Object
de.fraunhofer.iese.mydata.pep.common.PrimitiveModifierMethod
de.fraunhofer.iese.mydata.pep.modifiers.string.SubStringModifierMethod
- All Implemented Interfaces:
ModifierMethod
This a default Modifiers method with Pep sdk which appends the prefix and
suffix to string where event parameter is either a Json Object or string
(primitive type)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondoModification
(Object currentObject, ParameterList modifierMethodParameterList) This method to be overridden when modifier wants to handle primitive type like Integer(int), Float(float), Boolean(boolean), Long(long), Short(short), Byte(byte) and Double(double) and StringMethods inherited from class de.fraunhofer.iese.mydata.pep.common.PrimitiveModifierMethod
doModification, nameIsValid
-
Constructor Details
-
SubStringModifierMethod
public SubStringModifierMethod()
-
-
Method Details
-
doModification
Description copied from interface:ModifierMethod
This method to be overridden when modifier wants to handle primitive type like Integer(int), Float(float), Boolean(boolean), Long(long), Short(short), Byte(byte) and Double(double) and String- Parameters:
currentObject
- The primitive value for modification.modifierMethodParameterList
- List of parameters that should be used for modification- Returns:
- This default implementation is returning the object without modification.
-
substring
-
getDisplayName
- Returns:
- Display name
-