Abstract
Protected
constructorConstruct a PropertyProcessor for the specified property name.
This constructor assumes that the corresponding property getter will have a name of ("get" + sName) and the corresponding property setter's name will be ("set + sName).
the server-side ValueManipulator type identifier
the manipulator or property name
prefix with is
Protected
Readonly
manipulatorThe property value manipulator.
Returns a CompositeProcessor comprised of this and the provided processor.
a CompositeProcessor comprised of this and the provided processor
the next processor
Returns a ConditionalProcessor comprised of this processor and the provided filter.
The specified entry processor gets invoked if and only if the filter
applied to the entry evaluates to true
; otherwise the
result of the invocation will return null
.
the filter
PropertyProcessor
is a base class for EntryProcessor implementations that depend on a ValueManipulator.