T - on of JAX-RS annotation that used for method parameterspublic abstract class ParameterResolver<T> extends Object
| Constructor and Description |
|---|
ParameterResolver() |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
resolve(Parameter parameter,
ApplicationContext context)
Create object which will be passed in resource method or locator.
|
public abstract Object resolve(Parameter parameter, ApplicationContext context) throws Exception
MethodParameterImpl.getParameterClass().parameter - See Parametercontext - See ApplicationContextMethodParameterImpl.getParameterClass()Exception - if any errors occursCopyright © 2015. All rights reserved.