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.

@FunctionalInterface public static interface Context.Builder.Validator
Defines a validation chack for the context properties.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    test(Map<String,Object> properties)
    Tests the properties for correctness.