Interface LazySimpleSanitizer.ValueContainer
-
- Enclosing class:
- LazySimpleSanitizer
public static interface LazySimpleSanitizer.ValueContainer
Responsible for returning sanitized value.- Since:
- 1.3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getValue()
Returns a sanitized value.
-
-
-
Method Detail
-
getValue
Object getValue()
Returns a sanitized value.- Returns:
- the sanitized value.
- Since:
- 1.3.0
-
-