Class KeyColumnImpl

java.lang.Object
org.jdbi.v3.sqlobject.config.internal.KeyColumnImpl
All Implemented Interfaces:
ExtensionConfigurer

public class KeyColumnImpl extends Object implements ExtensionConfigurer
  • Constructor Details

    • KeyColumnImpl

      public KeyColumnImpl()
  • Method Details

    • configureForMethod

      public void configureForMethod(ConfigRegistry config, Annotation annotation, Class<?> sqlObjectType, Method method)
      Description copied from interface: ExtensionConfigurer
      Configures the config for the given annotation on a extension type method.
      Specified by:
      configureForMethod in interface ExtensionConfigurer
      Parameters:
      config - the config to configure
      annotation - the annotation
      sqlObjectType - the extension type
      method - the method which was annotated