T - A value type to sanitisepublic interface Sanitiser<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Sanitiser.Filter<T>
Sanitiser's filter.
|
| Modifier and Type | Method and Description |
|---|---|
T |
sanitise(T value)
Sanitises a value.
|
Copyright © 2022. All rights reserved.