public interface ConfigurerFactory
Consumer<ConfigRegistry> instances to satisfy the contract of a
ConfiguringAnnotation-annotated annotation.| Modifier and Type | Method and Description |
|---|---|
default Consumer<ConfigRegistry> |
createForMethod(Annotation annotation,
Class<?> sqlObjectType,
Method method)
Create a configurer for the given annotation on a sql object method.
|
default Consumer<ConfigRegistry> |
createForType(Annotation annotation,
Class<?> sqlObjectType)
Create a configurer for the given annotation on a sql object type.
|
default Consumer<ConfigRegistry> createForType(Annotation annotation, Class<?> sqlObjectType)
annotation - the annotationsqlObjectType - the sql object type which was annotatedConfigRegistry.default Consumer<ConfigRegistry> createForMethod(Annotation annotation, Class<?> sqlObjectType, Method method)
annotation - the annotationsqlObjectType - the sql object typemethod - the method which was annotatedConfigRegistry.Copyright © 2016. All rights reserved.