@Deprecated public class PropertyAnnotationConfig extends AbstractAnnotationConfig
annotation, applicationContext| Constructor and Description |
|---|
PropertyAnnotationConfig()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.brandao.brutos.PropertyBuilder |
addProperty(org.brandao.brutos.BeanBuilder beanBuilder,
BeanPropertyAnnotation property,
String propertyName,
String name,
org.brandao.brutos.ScopeType scope,
org.brandao.brutos.EnumerationType enumProperty,
String temporalProperty,
org.brandao.brutos.type.Type type,
org.brandao.brutos.ComponentRegistry componentRegistry)
Deprecated.
|
protected org.brandao.brutos.PropertyBuilder |
addProperty(BeanPropertyAnnotation property,
Object builder,
org.brandao.brutos.ComponentRegistry componentRegistry)
Deprecated.
|
protected org.brandao.brutos.PropertyBuilder |
addProperty(org.brandao.brutos.ControllerBuilder controllerBuilder,
BeanPropertyAnnotation property,
String propertyName,
String name,
org.brandao.brutos.ScopeType scope,
org.brandao.brutos.EnumerationType enumProperty,
String temporalProperty,
org.brandao.brutos.type.Type type,
org.brandao.brutos.ComponentRegistry componentRegistry)
Deprecated.
|
Object |
applyConfiguration(Object source,
Object builder,
org.brandao.brutos.ComponentRegistry componentRegistry)
Deprecated.
Aplica o recurso na entidade.
|
protected org.brandao.brutos.PropertyBuilder |
buildProperty(org.brandao.brutos.BeanBuilder beanBuilder,
BeanPropertyAnnotation property,
org.brandao.brutos.ComponentRegistry componentRegistry)
Deprecated.
|
boolean |
isApplicable(Object source)
Deprecated.
Verifica se o recurso vai ser aplicado à entidade.
|
applyInternalConfiguration, getConfiguration, getExecutionOrder, getSourceConverter, setApplicationContext, setConfiguration, setSourceConverterpublic boolean isApplicable(Object source)
AnnotationConfigsource - Entidade.public Object applyConfiguration(Object source, Object builder, org.brandao.brutos.ComponentRegistry componentRegistry)
AnnotationConfigsource - Entidade.builder - Construtor da entidade.componentRegistry - Regsitro dos componentes da aplicação.protected org.brandao.brutos.PropertyBuilder addProperty(BeanPropertyAnnotation property, Object builder, org.brandao.brutos.ComponentRegistry componentRegistry)
protected org.brandao.brutos.PropertyBuilder addProperty(org.brandao.brutos.BeanBuilder beanBuilder,
BeanPropertyAnnotation property,
String propertyName,
String name,
org.brandao.brutos.ScopeType scope,
org.brandao.brutos.EnumerationType enumProperty,
String temporalProperty,
org.brandao.brutos.type.Type type,
org.brandao.brutos.ComponentRegistry componentRegistry)
protected org.brandao.brutos.PropertyBuilder addProperty(org.brandao.brutos.ControllerBuilder controllerBuilder,
BeanPropertyAnnotation property,
String propertyName,
String name,
org.brandao.brutos.ScopeType scope,
org.brandao.brutos.EnumerationType enumProperty,
String temporalProperty,
org.brandao.brutos.type.Type type,
org.brandao.brutos.ComponentRegistry componentRegistry)
protected org.brandao.brutos.PropertyBuilder buildProperty(org.brandao.brutos.BeanBuilder beanBuilder,
BeanPropertyAnnotation property,
org.brandao.brutos.ComponentRegistry componentRegistry)
Copyright © 2018 Brandao. All rights reserved.