Interface BindMarkersFactoryResolver.BindMarkerFactoryProvider

Enclosing class:
BindMarkersFactoryResolver
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 BindMarkersFactoryResolver.BindMarkerFactoryProvider
SPI to extend Spring's default R2DBC BindMarkersFactory discovery mechanism.

Implementations of this interface are discovered through Spring's SpringFactoriesLoader mechanism.

See Also:
  • SpringFactoriesLoader
  • Method Details

    • getBindMarkers

      @Nullable BindMarkersFactory getBindMarkers(ConnectionFactory connectionFactory)
      Return a BindMarkersFactory for the given ConnectionFactory.
      Parameters:
      connectionFactory - the connection factory to be used with the BindMarkersFactory
      Returns:
      the BindMarkersFactory if this BindMarkerFactoryProvider can provide a bind marker factory object, otherwise null