Package | Description |
---|---|
org.brandao.brutos |
Contém os recursos necessários para a configuração de uma aplicação.
|
org.brandao.brutos.annotation.configuration |
Contém os recursos necessários para o processamento da configuração da aplicação.
|
org.brandao.brutos.xml |
Contém os recursos que dão suporte à configuração XML.
|
Modifier and Type | Method and Description |
---|---|
BeanBuilder |
ConstructorBuilder.buildConstructorArg(String name,
Class<?> target) |
BeanBuilder |
ConstructorBuilder.buildConstructorArg(String name,
Class<?> classType,
Class<?> target) |
BeanBuilder |
BeanBuilder.buildElement(Class<?> type) |
BeanBuilder |
BeanBuilder.buildElement(String name,
Class<?> type) |
BeanBuilder |
BeanBuilder.buildKey(Class<?> type) |
BeanBuilder |
BeanBuilder.buildKey(String name,
Class<?> type) |
BeanBuilder |
ControllerBuilder.buildMappingBean(String name,
Class<?> target) |
BeanBuilder |
ControllerBuilder.buildMappingBean(String name,
String parentBeanName,
Class<?> target) |
BeanBuilder |
MetaBeanBuilder.buildMetaValue(Object value,
Class<?> clazz) |
BeanBuilder |
ThrowSafeBuilder.buildParameter(Class<?> classType) |
BeanBuilder |
ParametersBuilder.buildParameter(Class<?> classType) |
BeanBuilder |
ActionBuilder.buildParameter(Class<?> classType) |
BeanBuilder |
ParametersBuilder.buildParameter(Class<?> classType,
Class<?> beanType) |
BeanBuilder |
ThrowSafeBuilder.buildParameter(String name,
Class<?> classType) |
BeanBuilder |
ParametersBuilder.buildParameter(String name,
Class<?> classType) |
BeanBuilder |
ActionBuilder.buildParameter(String name,
Class<?> classType) |
BeanBuilder |
ParametersBuilder.buildParameter(String name,
Class<?> classType,
Class<?> beanType) |
BeanBuilder |
ControllerBuilder.buildProperty(String propertyName,
Class<?> clazz) |
BeanBuilder |
BeanBuilder.buildProperty(String propertyName,
Class<?> target) |
BeanBuilder |
BeanBuilder.buildProperty(String name,
String propertyName,
Class<?> target) |
BeanBuilder |
ThrowSafeBuilder.buildResultAction(Class<?> classType,
Class<?> beanType) |
BeanBuilder |
ActionBuilder.buildResultAction(Class<?> classType,
Class<?> beanType) |
BeanBuilder |
ThrowSafeBuilder.buildResultAction(String name,
Class<?> classType,
Class<?> beanType) |
BeanBuilder |
ActionBuilder.buildResultAction(String name,
Class<?> classType,
Class<?> beanType) |
BeanBuilder |
PropertyBuilder.getBeanBuilder() |
BeanBuilder |
KeyBuilder.getBeanBuilder() |
BeanBuilder |
ElementBuilder.getBeanBuilder() |
BeanBuilder |
ConstructorBuilder.getBeanBuilder() |
BeanBuilder |
BeanBuilder.setFactory(String factory) |
BeanBuilder |
BeanBuilder.setIndexFormat(String indexFormat) |
BeanBuilder |
BeanBuilder.setMaxItens(int value) |
BeanBuilder |
BeanBuilder.setMethodfactory(String methodFactory) |
BeanBuilder |
BeanBuilder.setSeparator(String separator) |
Constructor and Description |
---|
ConstructorBuilder(Bean mappingBean,
BeanBuilder beanBuilder,
ValidatorFactory validatorFactory,
Controller controller) |
ElementBuilder(DependencyBean element,
BeanBuilder beanBuilder,
ValidatorFactory validatorFactory) |
KeyBuilder(DependencyBean key,
BeanBuilder beanBuilder,
ValidatorFactory validatorFactory) |
PropertyBuilder(PropertyBean propertyBean,
BeanBuilder beanBuilder,
ValidatorFactory validatorFactory) |
Modifier and Type | Method and Description |
---|---|
protected BeanBuilder |
BeanAnnotationConfig.createBean(ControllerBuilder controllerBuilder,
Class<?> type) |
Modifier and Type | Method and Description |
---|---|
protected void |
BeanAnnotationConfig.addConstructor(BeanBuilder beanBuilder,
ComponentRegistry componentRegistry,
Class<?> clazz) |
protected void |
ElementCollectionAnnotationConfig.addElement(ElementEntry elementEntry,
BeanBuilder builder,
ComponentRegistry componentRegistry) |
protected void |
BeanAnnotationConfig.addfactories(BeanBuilder factoryBuilder,
ComponentRegistry componentRegistry,
Class<?> clazz) |
protected void |
KeyCollectionAnnotationConfig.addKey(KeyEntry keyEntry,
BeanBuilder builder,
ComponentRegistry componentRegistry) |
protected void |
BeanAnnotationConfig.addProperties(BeanBuilder beanBuilder,
ComponentRegistry componentRegistry,
Class<?> clazz) |
protected PropertyBuilder |
PropertyAnnotationConfig.addProperty(BeanBuilder beanBuilder,
BeanPropertyAnnotation property,
String propertyName,
String name,
ScopeType scope,
EnumerationType enumProperty,
String temporalProperty,
Type type,
ComponentRegistry componentRegistry)
Deprecated.
|
protected PropertyBuilder |
PropertyAnnotationConfig.buildProperty(BeanBuilder beanBuilder,
BeanPropertyAnnotation property,
ComponentRegistry componentRegistry)
Deprecated.
|
protected void |
BeanAnnotationConfig.createBean(BeanBuilder builder,
BeanEntryProperty source,
ComponentRegistry componentRegistry) |
protected void |
BeanAnnotationConfig.createBean(BeanBuilder beanBuilder,
ComponentRegistry componentRegistry,
Object genericType,
KeyCollection keyCollection,
ElementCollection elementCollection) |
protected void |
BeanAnnotationConfig.createBean(BeanBuilder builder,
ElementEntry source,
ComponentRegistry componentRegistry) |
protected void |
BeanAnnotationConfig.createBean(BeanBuilder builder,
KeyEntry source,
ComponentRegistry componentRegistry) |
protected void |
BeanAnnotationConfig.setElement(BeanBuilder beanBuilder,
ComponentRegistry componentRegistry,
Object genericType,
Class<?> type,
ElementCollection elementCollection) |
protected void |
BeanAnnotationConfig.setKey(BeanBuilder beanBuilder,
ComponentRegistry componentRegistry,
Object genericType,
Class<?> type,
KeyCollection keyCollection) |
Modifier and Type | Method and Description |
---|---|
protected void |
XMLComponentDefinitionReader.addBean(Element beanNode,
BeanBuilder bean,
ConstructorBuilder constructorBuilder,
String name,
String propertyName,
boolean key,
String keyName,
boolean element,
String elementName) |
protected void |
XMLComponentDefinitionReader.buildBean(Element beanNode,
BeanBuilder beanBuilder) |
protected void |
XMLComponentDefinitionReader.buildConstructorBean(NodeList consList,
BeanBuilder beanBuilder) |
protected void |
XMLComponentDefinitionReader.buildElementCollection(Element conNode,
BeanBuilder beanBuilder) |
protected void |
XMLComponentDefinitionReader.buildKeyCollection(Element conNode,
BeanBuilder beanBuilder) |
protected void |
XMLComponentDefinitionReader.buildPropertiesBean(NodeList consList,
BeanBuilder beanBuilder) |
Copyright © 2018 Brandao. All rights reserved.