Interface Validator.Resolver

All Superinterfaces:
BiFunction<String,String,Optional<Validator.Resolved>>
Enclosing class:
Validator

public static interface Validator.Resolver extends BiFunction<String,String,Optional<Validator.Resolved>>
The first argument of the function is the source that has to be resolved. The second argument is the context in which the resolution happens. The context may be the outer context that is passed through the API or the resolved source of another specification. The function returns the resolved specification.
Since:
2.2