Interface Context.Builder.Validator
- Enclosing class:
Context.Builder<T extends Context.Builder<T>>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Defines a validation chack for the context properties.
-
Method Summary
-
Method Details
-
test
Tests the properties for correctness.- Parameters:
properties- the properties to check.- Throws:
IllegalArgumentException- on error.
-