Uses of Interface
de.fraunhofer.iese.mydata.pep.common.ModifierMethod
Packages that use ModifierMethod
Package
Description
-
Uses of ModifierMethod in de.fraunhofer.iese.mydata.pep.common
Classes in de.fraunhofer.iese.mydata.pep.common that implement ModifierMethodModifier 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 classesMethods in de.fraunhofer.iese.mydata.pep.common with parameters of type ModifierMethodModifier and TypeMethodDescriptionboolean
DecisionEnforcer.addModificationMethod
(ModifierMethod modifierMethod) -
Uses of ModifierMethod in de.fraunhofer.iese.mydata.pep.enforce
Methods in de.fraunhofer.iese.mydata.pep.enforce with parameters of type ModifierMethodModifier and TypeMethodDescriptionboolean
JsonPathDecisionEnforcer.addModificationMethod
(ModifierMethod method) -
Uses of ModifierMethod in de.fraunhofer.iese.mydata.pep.modifiers.arithmetic
Classes in de.fraunhofer.iese.mydata.pep.modifiers.arithmetic that implement ModifierMethodModifier and TypeClassDescriptionclass
Addition Modifiersclass
class
class
class
-
Uses of ModifierMethod in de.fraunhofer.iese.mydata.pep.modifiers.basic
Classes in de.fraunhofer.iese.mydata.pep.modifiers.basic that implement ModifierMethodModifier 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
Classes in de.fraunhofer.iese.mydata.pep.modifiers.string that implement ModifierMethodModifier 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)