| Package | Description |
|---|---|
| org.brandao.brutos |
Contém os recursos necessários para a configuração de uma aplicação.
|
| org.brandao.brutos.annotation.bean |
Contém os recursos necessários para a manipulação das entidades.
|
| org.brandao.brutos.annotation.configuration |
Contém os recursos necessários para o processamento da configuração da aplicação.
|
| org.brandao.brutos.mapping |
Contém os recursos que permitem a configuração de um aplicativo.
|
| org.brandao.brutos.type |
Contém os recursos necessários para o processamento de dados.
|
| org.brandao.brutos.web.type |
| Modifier and Type | Method and Description |
|---|---|
Type |
MetaBeanBuilder.getType() |
Type |
TypeManager.getType(Object classType) |
Type |
TypeManager.getType(Object classType,
EnumerationType enumType,
String pattern) |
| Modifier and Type | Method and Description |
|---|---|
ConstructorArgBuilder |
ConstructorBuilder.addContructorArg(String name,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
ScopeType scope,
Object value,
boolean nullable,
boolean generic,
Type typeDef,
FetchType fetchType,
Object type) |
ConstructorArgBuilder |
ConstructorBuilder.addContructorArg(String name,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
ScopeType scope,
Object value,
boolean nullable,
boolean generic,
Type typeDef,
Object type) |
ConstructorArgBuilder |
ConstructorBuilder.addContructorArg(String name,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
ScopeType scope,
Object value,
boolean nullable,
Type typeDef,
Class<?> type) |
ConstructorArgBuilder |
ConstructorBuilder.addContructorArg(String name,
Type type) |
MetaBeanBuilder |
MetaBeanBuilder.addMetaValue(Object value,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
ScopeType scope,
Type typeDef,
Object type) |
ParameterBuilder |
ParametersBuilder.addParameter(String name,
ScopeType scope,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
Type typeDef,
Object value,
boolean nullable,
boolean generic,
FetchType fetchType,
Object classType) |
ParameterBuilder |
ParametersBuilder.addParameter(String name,
ScopeType scope,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
Type typeDef,
Object value,
boolean nullable,
boolean generic,
Object classType) |
ParameterBuilder |
ParametersBuilder.addParameter(String name,
ScopeType scope,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
Type typeDef,
Object value,
boolean nullable,
Class<?> classType) |
ParameterBuilder |
ParametersBuilder.addParameter(String name,
ScopeType scope,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
Type typeDef,
Object value,
boolean nullable,
Object classType) |
ParameterBuilder |
ParametersBuilder.addParameter(String name,
ScopeType scope,
Type typeDef) |
ParameterBuilder |
ParametersBuilder.addParameter(String name,
Type typeDef) |
PropertyBuilder |
BeanBuilder.addProperty(String name,
String propertyName,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
ScopeType scope,
Object value,
boolean nullable,
boolean generic,
Object classType,
FetchType fetchType,
Type type) |
PropertyBuilder |
BeanBuilder.addProperty(String name,
String propertyName,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
ScopeType scope,
Object value,
boolean nullable,
boolean generic,
Object classType,
Type type) |
PropertyBuilder |
BeanBuilder.addProperty(String name,
String propertyName,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
ScopeType scope,
Object value,
boolean nullable,
Object classType,
Type type) |
PropertyBuilder |
BeanBuilder.addProperty(String name,
String propertyName,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
ScopeType scope,
Object value,
boolean nullable,
Type type) |
PropertyBuilder |
ControllerBuilder.addProperty(String propertyName,
String id,
ScopeType scope,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
Object value,
boolean nullable,
boolean generic,
Object classType,
FetchType fetchType,
Type type) |
PropertyBuilder |
ControllerBuilder.addProperty(String propertyName,
String id,
ScopeType scope,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
Object value,
boolean nullable,
boolean generic,
Object classType,
Type type) |
PropertyBuilder |
ControllerBuilder.addProperty(String propertyName,
String id,
ScopeType scope,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
Object value,
boolean nullable,
Object classType,
Type type) |
PropertyBuilder |
ControllerBuilder.addProperty(String propertyName,
String id,
ScopeType scope,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
Object value,
boolean nullable,
Type type) |
PropertyBuilder |
ControllerBuilder.addProperty(String propertyName,
String id,
ScopeType scope,
Type type) |
PropertyBuilder |
ControllerBuilder.addProperty(String propertyName,
String id,
Type type) |
PropertyBuilder |
BeanBuilder.addProperty(String name,
String propertyName,
Type type) |
MetaBeanBuilder |
ResultActionBuilder.buildMetaBean(String name,
ScopeType scope,
EnumerationType enumProperty,
String temporalProperty,
Class<?> classType,
Type type) |
MetaBeanBuilder |
PropertyBuilder.buildMetaBean(String name,
ScopeType scope,
EnumerationType enumProperty,
String temporalProperty,
Class<?> classType,
Type type) |
MetaBeanBuilder |
ParameterBuilder.buildMetaBean(String name,
ScopeType scope,
EnumerationType enumProperty,
String temporalProperty,
Class<?> classType,
Type type) |
MetaBeanBuilder |
KeyBuilder.buildMetaBean(String name,
ScopeType scope,
EnumerationType enumProperty,
String temporalProperty,
Class<?> classType,
Type type) |
MetaBeanBuilder |
GenericBuilder.buildMetaBean(String name,
ScopeType scope,
EnumerationType enumProperty,
String temporalProperty,
Class<?> classType,
Type type) |
MetaBeanBuilder |
ElementBuilder.buildMetaBean(String name,
ScopeType scope,
EnumerationType enumProperty,
String temporalProperty,
Class<?> classType,
Type type) |
MetaBeanBuilder |
ConstructorArgBuilder.buildMetaBean(String name,
ScopeType scope,
EnumerationType enumProperty,
String temporalProperty,
Class<?> classType,
Type type) |
MetaBeanBuilder |
ResultActionBuilder.buildMetaBean(String name,
ScopeType scope,
Type type) |
MetaBeanBuilder |
PropertyBuilder.buildMetaBean(String name,
ScopeType scope,
Type type) |
MetaBeanBuilder |
ParameterBuilder.buildMetaBean(String name,
ScopeType scope,
Type type) |
MetaBeanBuilder |
KeyBuilder.buildMetaBean(String name,
ScopeType scope,
Type type) |
MetaBeanBuilder |
GenericBuilder.buildMetaBean(String name,
ScopeType scope,
Type type) |
MetaBeanBuilder |
ElementBuilder.buildMetaBean(String name,
ScopeType scope,
Type type) |
MetaBeanBuilder |
ConstructorArgBuilder.buildMetaBean(String name,
ScopeType scope,
Type type) |
MetaBeanBuilder |
ResultActionBuilder.buildMetaBean(String name,
Type type) |
MetaBeanBuilder |
PropertyBuilder.buildMetaBean(String name,
Type type) |
MetaBeanBuilder |
ParameterBuilder.buildMetaBean(String name,
Type type) |
MetaBeanBuilder |
KeyBuilder.buildMetaBean(String name,
Type type) |
MetaBeanBuilder |
GenericBuilder.buildMetaBean(String name,
Type type) |
MetaBeanBuilder |
ElementBuilder.buildMetaBean(String name,
Type type) |
MetaBeanBuilder |
ConstructorArgBuilder.buildMetaBean(String name,
Type type) |
ElementBuilder |
BeanBuilder.setElement(String name,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
ScopeType scope,
Object value,
boolean nullable,
boolean generic,
Type typeDef,
Object type) |
ElementBuilder |
BeanBuilder.setElement(String name,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
ScopeType scope,
Object value,
boolean nullable,
Type typeDef,
Class<?> type) |
ElementBuilder |
BeanBuilder.setElement(String name,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
ScopeType scope,
Object value,
boolean nullable,
Type typeDef,
Object type) |
KeyBuilder |
BeanBuilder.setKey(String name,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
ScopeType scope,
Object value,
boolean generic,
Type typeDef,
Object type) |
KeyBuilder |
BeanBuilder.setKey(String name,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
ScopeType scope,
Object value,
Type typeDef,
Class<?> type) |
KeyBuilder |
BeanBuilder.setKey(String name,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
ScopeType scope,
Object value,
Type typeDef,
Object type) |
ResultActionBuilder |
ThrowSafeBuilder.setResultAction(String name,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
Type typeDef,
Object value,
boolean nullable,
boolean generic,
Object classType) |
ResultActionBuilder |
ActionBuilder.setResultAction(String name,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
Type typeDef,
Object value,
boolean nullable,
boolean generic,
Object classType) |
ResultActionBuilder |
ThrowSafeBuilder.setResultAction(String name,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
Type typeDef,
Object value,
boolean nullable,
Class<?> classType) |
ResultActionBuilder |
ActionBuilder.setResultAction(String name,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
Type typeDef,
Object value,
boolean nullable,
Class<?> classType) |
ResultActionBuilder |
ThrowSafeBuilder.setResultAction(String name,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
Type typeDef,
Object value,
boolean nullable,
Object classType) |
ResultActionBuilder |
ActionBuilder.setResultAction(String name,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
Type typeDef,
Object value,
boolean nullable,
Object classType) |
ResultActionBuilder |
ThrowSafeBuilder.setResultAction(String name,
Type typeDef) |
ResultActionBuilder |
ActionBuilder.setResultAction(String name,
Type typeDef) |
MetaBeanBuilder |
MetaBeanBuilder.setType(Type type) |
| Constructor and Description |
|---|
MetaBeanBuilder(MetaBean metaBean,
String name,
ScopeType scope,
EnumerationType enumProperty,
String temporalProperty,
Class<?> classType,
Type type,
ValidatorFactory validatorFactory,
ControllerBuilder controller,
String origin) |
| Modifier and Type | Method and Description |
|---|---|
Type |
BeanPropertyAnnotationWrapper.getTypeInstance() |
Type |
BeanPropertyAnnotationImp.getTypeInstance() |
Type |
BeanPropertyAnnotation.getTypeInstance() |
| Modifier and Type | Method and Description |
|---|---|
Type |
ResultActionEntry.getTypeInstance() |
Type |
ConstructorArgEntry.getTypeInstance() |
Type |
ActionParamEntry.getTypeInstance() |
static Type |
AnnotationUtil.getTypeInstance(Any value) |
static Type |
AnnotationUtil.getTypeInstance(Class<?> value) |
static Type |
AnnotationUtil.getTypeInstance(Type value) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Type> |
KeyEntry.getType() |
Class<? extends Type> |
ElementEntry.getType() |
| Modifier and Type | Method and Description |
|---|---|
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.addProperty(ControllerBuilder controllerBuilder,
BeanPropertyAnnotation property,
String propertyName,
String name,
ScopeType scope,
EnumerationType enumProperty,
String temporalProperty,
Type type,
ComponentRegistry componentRegistry)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyEntry.setType(Class<? extends Type> type) |
void |
ElementEntry.setType(Class<? extends Type> type) |
| Modifier and Type | Field and Description |
|---|---|
protected Type |
UseBeanData.type |
protected Type |
DependencyBean.type |
| Modifier and Type | Method and Description |
|---|---|
Type |
UseBeanData.getType() |
Type |
MetaBean.getType() |
Type |
DependencyBean.getType() |
| Modifier and Type | Method and Description |
|---|---|
static DependencyBean |
MappingBeanUtil.createConstructorArg(String name,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
ScopeType scope,
Object value,
boolean nullable,
boolean generic,
Type typeDef,
Object classType,
Bean mappingBean,
FetchType fetchType,
ValidatorFactory validatorFactory,
Controller controller) |
static DependencyBean |
MappingBeanUtil.createDependencyBean(String name,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
ScopeType scope,
Object value,
boolean nullable,
boolean generic,
Type typeDef,
Object classType,
Bean mappingBean,
FetchType fetchType,
ValidatorFactory validatorFactory,
Controller controller) |
static DependencyBean |
MappingBeanUtil.createElementBean(String name,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
ScopeType scope,
Object value,
boolean nullable,
boolean generic,
Type typeDef,
Object classType,
Bean mappingBean,
FetchType fetchType,
ValidatorFactory validatorFactory,
Controller controller) |
static DependencyBean |
MappingBeanUtil.createKeyBean(String name,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
ScopeType scope,
Object value,
boolean nullable,
boolean generic,
Type typeDef,
Object classType,
Bean mappingBean,
FetchType fetchType,
ValidatorFactory validatorFactory,
Controller controller) |
static DependencyBean |
MappingBeanUtil.createMetaBeanValue(EnumerationType enumProperty,
String temporalProperty,
String mapping,
ScopeType scope,
Object value,
boolean nullable,
boolean generic,
Type typeDef,
Object classType,
Bean mappingBean,
FetchType fetchType,
ValidatorFactory validatorFactory,
Controller controller) |
static DependencyBean |
MappingBeanUtil.createProperty(String name,
String propertyName,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
ScopeType scope,
Object value,
boolean nullable,
boolean generic,
Type typeDef,
Object classType,
Bean mappingBean,
FetchType fetchType,
ValidatorFactory validatorFactory,
Controller controller) |
void |
UseBeanData.setType(Type type) |
void |
MetaBean.setType(Type type) |
void |
DependencyBean.setType(Type type) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArrayType |
interface |
CollectionType |
interface |
DateTimeType |
interface |
EnumType |
interface |
GenericType |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCollectionType |
class |
AbstractType |
class |
AnyType |
class |
BigDecimalType |
class |
BigIntegerType |
class |
BooleanType |
class |
BooleanWrapperType |
class |
ByteType |
class |
ByteWrapperType |
class |
CalendarType |
class |
CharacterType |
class |
CharType |
class |
ClassType |
class |
DefaultArrayType |
class |
DefaultDateType |
class |
DefaultEnumType |
class |
DoubleType |
class |
DoubleWrapperType |
class |
FloatType |
class |
FloatWrapperType |
class |
IntegerType |
class |
IntegerWrapperType |
class |
ListType |
class |
LongType |
class |
LongWrapperType |
class |
NullType |
class |
ObjectType |
class |
ResultActionType |
class |
SerializableType |
class |
SetType |
class |
ShortType |
class |
ShortWrapperType |
class |
StringType |
class |
ThrowableType |
| Modifier and Type | Method and Description |
|---|---|
Type |
CollectionType.getCollectionType() |
Type |
AbstractCollectionType.getCollectionType() |
Type |
DefaultArrayType.getComponentType() |
Type |
ArrayType.getComponentType() |
Type |
TypeFactory.getInstance() |
Type |
ThrowableTypeFactory.getInstance() |
Type |
ObjectTypeFactory.getInstance() |
Type |
DefaultTypeFactory.getInstance() |
Type |
DefaultEnumTypeFactory.getInstance() |
Type |
DefaultArrayTypeFactory.getInstance() |
Type |
TypeManagerImp.getType(Object classType) |
Type |
TypeManagerImp.getType(Object classType,
EnumerationType enumType,
String pattern) |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionType.setCollectionType(Type type) |
void |
AbstractCollectionType.setCollectionType(Type type) |
void |
DefaultArrayType.setComponentType(Type type) |
void |
ArrayType.setComponentType(Type type) |
| Modifier and Type | Class and Description |
|---|---|
class |
DownloadType |
class |
FileType |
class |
JSONType |
class |
UploadedFileType |
class |
WebResultActionType |
Copyright © 2026 Brandao. All rights reserved.