Package | Description |
---|---|
org.brandao.brutos.annotation.configuration |
Contém os recursos necessários para o processamento da configuração da aplicação.
|
org.brandao.brutos.annotation.configuration.web |
Modifier and Type | Method and Description |
---|---|
static ThrowableEntry |
AnnotationUtil.toEntry(ThrowSafe value,
Class<? extends Throwable> target) |
Modifier and Type | Method and Description |
---|---|
static List<ThrowableEntry> |
AnnotationUtil.toEntry(ThrowSafe value) |
static List<ThrowableEntry> |
AnnotationUtil.toList(List<ThrowSafe> list) |
Modifier and Type | Method and Description |
---|---|
protected void |
ThrowSafeAnnotationConfig.addThrowSafe(ActionBuilder actionBuilder,
ComponentRegistry componentRegistry,
ThrowableEntry throwSafe) |
protected void |
ThrowSafeAnnotationConfig.addThrowSafe(ControllerBuilder controllerBuilder,
ComponentRegistry componentRegistry,
ThrowableEntry throwSafe) |
Modifier and Type | Class and Description |
---|---|
class |
WebThrowableEntry |
Modifier and Type | Method and Description |
---|---|
static ThrowableEntry |
WebAnnotationUtil.toEntry(ResponseError value,
Class<? extends Throwable> target) |
Modifier and Type | Method and Description |
---|---|
static List<ThrowableEntry> |
WebAnnotationUtil.toEntry(ResponseError value) |
static List<ThrowableEntry> |
WebAnnotationUtil.toList(List<ResponseError> list) |
Modifier and Type | Method and Description |
---|---|
protected void |
WebThrowSafeAnnotationConfig.addThrowSafe(ActionBuilder actionBuilder,
ComponentRegistry componentRegistry,
ThrowableEntry source) |
protected void |
WebThrowSafeAnnotationConfig.addThrowSafe(ControllerBuilder controllerBuilder,
ComponentRegistry componentRegistry,
ThrowableEntry source) |
Copyright © 2018 Brandao. All rights reserved.