Uses of Interface
de.fraunhofer.iese.mydata.pep.common.ModifierMethod
Package
Description
-
Uses of ModifierMethod in de.fraunhofer.iese.mydata.pep.common
Modifier and TypeClassDescriptionclass
Base class for modifiers that apply to single, primitive elements Implements a generic Json-doModification that handles JsonPrimitives and recursively handles JsonArrays Makes use of the Java-doModification, which must be implemented in specialist classesModifier and TypeMethodDescriptionboolean
DecisionEnforcer.addModificationMethod
(ModifierMethod modifierMethod) -
Uses of ModifierMethod in de.fraunhofer.iese.mydata.pep.enforce
Modifier and TypeMethodDescriptionboolean
JsonPathDecisionEnforcer.addModificationMethod
(ModifierMethod method) -
Uses of ModifierMethod in de.fraunhofer.iese.mydata.pep.modifiers.arithmetic
Modifier and TypeClassDescriptionclass
Addition Modifiersclass
class
class
class
-
Uses of ModifierMethod in de.fraunhofer.iese.mydata.pep.modifiers.basic
Modifier and TypeClassDescriptionclass
This a default Modifiers method with Pep sdk which deletes attribute where event parameter is either a Json Object or string (primitive type)class
This a default Modifiers method with Pep sdk which hashes a stringclass
This a default Modifiers method with Pep sdk which replaces a string with another one where event parameter is either a Json Object or string (primitive type) -
Uses of ModifierMethod in de.fraunhofer.iese.mydata.pep.modifiers.string
Modifier and TypeClassDescriptionclass
NOTE: This method does not anagram the string as primitive or json .class
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)class
This a default Modifiers method with Pep sdk which provides password encryption where event parameter is either a Json Object or string (primitive type)class
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)class
This a default Modifiers method with Pep sdk which shortens the string to it first letter, set it to upper of lower case (default: upper) and append a character (default: point) where event parameter is either a Json Object or string (primitive type)class
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)