Uses of Interface
org.cruxframework.crux.core.server.rest.core.dispatch.ValueInjector

Packages that use ValueInjector
org.cruxframework.crux.core.server.rest.core.dispatch   
 

Uses of ValueInjector in org.cruxframework.crux.core.server.rest.core.dispatch
 

Classes in org.cruxframework.crux.core.server.rest.core.dispatch that implement ValueInjector
 class CookieParamInjector
           
 class FormParamInjector
           
 class HeaderParamInjector
           
 class MessageBodyParamInjector
           
 class PathParamInjector
           
 class QueryParamInjector
           
 

Fields in org.cruxframework.crux.core.server.rest.core.dispatch declared as ValueInjector
protected  ValueInjector[] MethodInvoker.params
           
 

Methods in org.cruxframework.crux.core.server.rest.core.dispatch that return ValueInjector
protected static ValueInjector MethodInvoker.createParameterExtractor(Class<?> injectTargetClass, Type type, Annotation[] annotations)
           
protected static ValueInjector MethodInvoker.createParameterExtractorForComplexType(Class<?> injectTargetClass, Type type, Annotation[] annotations)
          The user can define a value object to group parameters that are passed in the same way (query, form, path, cookie, header).
protected static ValueInjector MethodInvoker.createParameterExtractorForSimpleType(Class<?> injectTargetClass, Type type, Annotation[] annotations)
           
protected static ValueInjector MethodInvoker.createParameterExtractorForSimpleType(MethodInvoker.RestParameterType restParameterType, Class<?> injectTargetClass, Type type, String paramName, String defaultValue)
           
 ValueInjector[] MethodInvoker.getParams()
           
 



Copyright © 2015. All rights reserved.