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