public abstract class AbstractAnnotationConfig extends Object implements AnnotationConfig, ApplyAnnotationConfig
Modifier and Type | Field and Description |
---|---|
protected AnnotationConfigEntry |
annotation |
protected ConfigurableApplicationContext |
applicationContext |
Constructor and Description |
---|
AbstractAnnotationConfig() |
Modifier and Type | Method and Description |
---|---|
Object |
applyInternalConfiguration(Object source,
Object builder,
ComponentRegistry componentRegistry) |
AnnotationConfigEntry |
getConfiguration()
Obtém a configuração.
|
Class<? extends Annotation>[] |
getExecutionOrder()
Obtém a ordem de execução dos recursos do próximo nível.
|
Converter |
getSourceConverter()
Obtém o conversor dos dados de entrada.
|
void |
setApplicationContext(ConfigurableApplicationContext applicationContext) |
void |
setConfiguration(AnnotationConfigEntry annotation)
Define a configuração.
|
void |
setSourceConverter(Converter value)
Define o conversor dos dados de entrada.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applyConfiguration, isApplicable
protected AnnotationConfigEntry annotation
protected ConfigurableApplicationContext applicationContext
public void setApplicationContext(ConfigurableApplicationContext applicationContext)
setApplicationContext
in interface AnnotationConfig
public void setConfiguration(AnnotationConfigEntry annotation)
AnnotationConfig
setConfiguration
in interface AnnotationConfig
setConfiguration
in interface ApplyAnnotationConfig
public AnnotationConfigEntry getConfiguration()
AnnotationConfig
getConfiguration
in interface AnnotationConfig
getConfiguration
in interface ApplyAnnotationConfig
public Object applyInternalConfiguration(Object source, Object builder, ComponentRegistry componentRegistry)
applyInternalConfiguration
in interface ApplyAnnotationConfig
public Class<? extends Annotation>[] getExecutionOrder()
AnnotationConfig
getExecutionOrder
in interface AnnotationConfig
public void setSourceConverter(Converter value)
AnnotationConfig
setSourceConverter
in interface AnnotationConfig
public Converter getSourceConverter()
AnnotationConfig
getSourceConverter
in interface AnnotationConfig
Copyright © 2018 Brandao. All rights reserved.