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.converters |
Contém os conversores usados na configuração da aplicação.
|
Modifier and Type | Method and Description |
---|---|
List<InterceptorStackConverter.InterceptorStackItem> |
InterceptorStackEntry.getInterceptors() |
Modifier and Type | Method and Description |
---|---|
void |
InterceptorStackEntry.setInterceptors(List<InterceptorStackConverter.InterceptorStackItem> interceptors) |
Modifier and Type | Method and Description |
---|---|
InterceptorStackConverter.InterceptorStackItem |
InterceptorStackConverter.InterceptorStackItem.getPrevious() |
Modifier and Type | Method and Description |
---|---|
List<InterceptorStackConverter.InterceptorStackItem> |
InterceptorStackConverter.InterceptorStackItem.getNext() |
Modifier and Type | Method and Description |
---|---|
void |
InterceptorStackConverter.InterceptorStackItem.addNext(InterceptorStackConverter.InterceptorStackItem next) |
void |
InterceptorStackConverter.InterceptorStackItem.setPrevious(InterceptorStackConverter.InterceptorStackItem previous) |
Copyright © 2018 Brandao. All rights reserved.