Interface SchemaResolver.SchemaResolverCustomizer<T extends SchemaResolver>

Type Parameters:
T - the type of the SchemaResolver
Enclosing interface:
SchemaResolver
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 SchemaResolver.SchemaResolverCustomizer<T extends SchemaResolver>
Callback interface that can be implemented by beans wishing to customize the schema resolver before it is fully initialized, in particular to tune its configuration.
Author:
Chris Bono
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(T schemaResolver)
    Customize the schema resolver.
  • Method Details

    • customize

      void customize(T schemaResolver)
      Customize the schema resolver.
      Parameters:
      schemaResolver - the schema resolver to customize