public class RegisterConstructorMapperImpl extends Object implements Configurer
| Constructor and Description |
|---|
RegisterConstructorMapperImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
configureForMethod(ConfigRegistry registry,
Annotation annotation,
Class<?> sqlObjectType,
Method method)
Configures the registry for the given annotation on a sql object method.
|
void |
configureForType(ConfigRegistry registry,
Annotation annotation,
Class<?> sqlObjectType)
Configures the registry for the given annotation on a sql object type.
|
public void configureForMethod(ConfigRegistry registry, Annotation annotation, Class<?> sqlObjectType, Method method)
ConfigurerconfigureForMethod in interface Configurerregistry - the registry to configureannotation - the annotationsqlObjectType - the sql object typemethod - the method which was annotatedpublic void configureForType(ConfigRegistry registry, Annotation annotation, Class<?> sqlObjectType)
ConfigurerconfigureForType in interface Configurerregistry - the registry to configureannotation - the annotationsqlObjectType - the sql object type which was annotatedCopyright © 2019. All rights reserved.