public class RequestProcessorContext extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Class<?> |
targetClass |
protected Method |
targetMethod |
| Constructor and Description |
|---|
RequestProcessorContext() |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getTargetClass() |
Method |
getTargetMethod() |
void |
setTargetClass(Class<?> targetClass) |
void |
setTargetMethod(Method targetMethod) |
Copyright © 2016. All rights reserved.