public abstract class AbstractAnnotationConfig extends Object implements AnnotationConfig, ApplyAnnotationConfig
| Modifier and Type | Field and Description |
|---|---|
protected AnnotationConfigEntry |
annotation |
protected org.brandao.brutos.ConfigurableApplicationContext |
applicationContext |
| Constructor and Description |
|---|
AbstractAnnotationConfig() |
| Modifier and Type | Method and Description |
|---|---|
Object |
applyInternalConfiguration(Object source,
Object builder,
org.brandao.brutos.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(org.brandao.brutos.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, waitapplyConfiguration, isApplicableprotected AnnotationConfigEntry annotation
protected org.brandao.brutos.ConfigurableApplicationContext applicationContext
public void setApplicationContext(org.brandao.brutos.ConfigurableApplicationContext applicationContext)
setApplicationContext in interface AnnotationConfigpublic void setConfiguration(AnnotationConfigEntry annotation)
AnnotationConfigsetConfiguration in interface AnnotationConfigsetConfiguration in interface ApplyAnnotationConfigpublic AnnotationConfigEntry getConfiguration()
AnnotationConfiggetConfiguration in interface AnnotationConfiggetConfiguration in interface ApplyAnnotationConfigpublic Object applyInternalConfiguration(Object source, Object builder, org.brandao.brutos.ComponentRegistry componentRegistry)
applyInternalConfiguration in interface ApplyAnnotationConfigpublic Class<? extends Annotation>[] getExecutionOrder()
AnnotationConfiggetExecutionOrder in interface AnnotationConfigpublic void setSourceConverter(Converter value)
AnnotationConfigsetSourceConverter in interface AnnotationConfigpublic Converter getSourceConverter()
AnnotationConfiggetSourceConverter in interface AnnotationConfigCopyright © 2018 Brandao. All rights reserved.