| Package | Description |
|---|---|
| org.brandao.brutos |
Contém os recursos necessários para a configuração de uma aplicação.
|
| org.brandao.brutos.type |
Contém os recursos necessários para o processamento de dados.
|
| org.brandao.brutos.web |
Contém os recursos necessários para a configuração de um aplicativo web.
|
| Modifier and Type | Method and Description |
|---|---|
TypeFactory |
TypeRegistry.getRegistredType(Class<?> classType) |
TypeFactory |
ComponentRegistryAdapter.getRegistredType(Class<?> classType) |
TypeFactory |
TypeManager.getTypeFactory(Object classType) |
| Modifier and Type | Method and Description |
|---|---|
List<TypeFactory> |
TypeManager.getAllTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeManager.register(TypeFactory factory) |
void |
TypeRegistry.registerType(TypeFactory factory) |
void |
ComponentRegistryAdapter.registerType(TypeFactory factory) |
void |
TypeManager.remove(TypeFactory factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultArrayTypeFactory |
class |
DefaultEnumTypeFactory |
class |
DefaultTypeFactory |
class |
ObjectTypeFactory |
class |
ThrowableTypeFactory |
| Modifier and Type | Method and Description |
|---|---|
TypeFactory |
TypeManagerImp.getTypeFactory(Object classType) |
| Modifier and Type | Method and Description |
|---|---|
List<TypeFactory> |
TypeManagerImp.getAllTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeManagerImp.register(TypeFactory factory) |
void |
TypeManagerImp.remove(TypeFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
TypeFactory |
WebApplicationContextWrapper.getRegistredType(Class<?> classType) |
TypeFactory |
AbstractWebApplicationContext.getRegistredType(Class<?> classType) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebApplicationContextWrapper.registerType(TypeFactory factory) |
void |
AbstractWebApplicationContext.registerType(TypeFactory factory) |
Copyright © 2026 Brandao. All rights reserved.