Interface SchemaContextResolver


  • @Beta
    @NonNullByDefault
    public interface SchemaContextResolver
    An entity which can assemble a set of sources into a SchemaContext. Note that unlike other variations on this theme, the definitions are done via SourceReference and can thus contain locations where a particular source can be located.

    It is left an implementation detail whether the locations provided are checked or if the SchemaContext is resolved using some other mechanism.