com.sun.jersey.server.impl.model.method.dispatch
Class EntityParamDispatchProvider
java.lang.Object
com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider
com.sun.jersey.server.impl.model.method.dispatch.EntityParamDispatchProvider
- All Implemented Interfaces:
- ResourceMethodDispatchProvider
public class EntityParamDispatchProvider
- extends AbstractResourceMethodDispatchProvider
- Author:
- Paul.Sandoz@Sun.Com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityParamDispatchProvider
public EntityParamDispatchProvider()
getInjectableValuesProvider
protected InjectableValuesProvider getInjectableValuesProvider(AbstractResourceMethod abstractResourceMethod)
- Description copied from class:
AbstractResourceMethodDispatchProvider
- Get the injectable values provider for an abstract resource method.
- Specified by:
getInjectableValuesProvider
in class AbstractResourceMethodDispatchProvider
- Parameters:
abstractResourceMethod
- the abstract resource method.
- Returns:
- the injectable values provider, or null if no injectable values
can be created for the parameters of the abstract
resource method.
Copyright © 2013 Oracle Corporation. All Rights Reserved.