Package org.approvej.scrub
Interface FieldScrubber<T>
- Type Parameters:
T- the type of value to scrub
- All Superinterfaces:
Function<T,,T> Scrubber<FieldScrubber<T>,,T, Object> UnaryOperator<T>
Generic
Scrubber to set the value of a certain field via reflection.
Note that this requires that the field is generally mutable. Immutable fields will cause a
ScrubbingError when this is applied.
-
Method Summary
Methods inherited from interface org.approvej.scrub.Scrubber
replacement, replacement