Package | Description |
---|---|
org.brandao.brutos.mapping |
Contém os recursos que permitem a configuração de um aplicativo.
|
org.brandao.brutos.validator |
Contém os recursos necessários para a validação de dados.
|
Modifier and Type | Field and Description |
---|---|
protected ConstructorBean |
Bean.constructor |
Modifier and Type | Method and Description |
---|---|
ConstructorBean |
Bean.getConstructor() |
Modifier and Type | Method and Description |
---|---|
protected Object[] |
AbstractBeanDecoder.getArgs(ConstructorBean constructor,
StringBuilder path,
NodeBeanDecoder parent) |
protected Object |
AbstractBeanDecoder.getInstance(ConstructorBean constructor,
StringBuilder path,
NodeBeanDecoder parent) |
protected Object |
AbstractBeanDecoder.getInstanceByConstructor(ConstructorBean constructor,
StringBuilder path,
NodeBeanDecoder parent) |
protected Object |
AbstractBeanDecoder.getInstanceByFactory(ConstructorBean constructor,
StringBuilder path,
NodeBeanDecoder parent) |
void |
Bean.setConstructor(ConstructorBean constructor) |
Modifier and Type | Method and Description |
---|---|
void |
Validator.validate(ConstructorBean source,
Object factoryInstance,
Object value) |
void |
JSR303Validator.validate(ConstructorBean source,
Object factoryInstance,
Object value) |
void |
DefaultValidator.validate(ConstructorBean source,
Object factoryInstance,
Object value) |
void |
Validator.validate(ConstructorBean source,
Object factoryInstance,
Object[] value) |
void |
JSR303Validator.validate(ConstructorBean source,
Object factoryInstance,
Object[] value) |
void |
DefaultValidator.validate(ConstructorBean source,
Object factoryInstance,
Object[] value) |
Copyright © 2018 Brandao. All rights reserved.