Class UseFreemarkerEngineImpl

java.lang.Object
org.jdbi.v3.freemarker.internal.UseFreemarkerEngineImpl
All Implemented Interfaces:
Configurer

public class UseFreemarkerEngineImpl extends Object implements Configurer
  • Constructor Details

    • UseFreemarkerEngineImpl

      public UseFreemarkerEngineImpl()
  • Method Details

    • configureForType

      public void configureForType(ConfigRegistry registry, Annotation annotation, Class<?> sqlObjectType)
      Description copied from interface: Configurer
      Configures the registry for the given annotation on a sql object type.
      Specified by:
      configureForType in interface Configurer
      Parameters:
      registry - the registry to configure
      annotation - the annotation
      sqlObjectType - the sql object type which was annotated
    • configureForMethod

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