Interface FieldScrubber<T>

Type Parameters:
T - the type of value to scrub
All Superinterfaces:
Function<T,T>, Scrubber<FieldScrubber<T>,T,Object>, UnaryOperator<T>

public interface FieldScrubber<T> extends Scrubber<FieldScrubber<T>,T,Object>
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.