Uses of Class
org.cruxframework.crux.core.server.rest.core.dispatch.MethodInvoker.RestParameterType

Packages that use MethodInvoker.RestParameterType
org.cruxframework.crux.core.server.rest.core.dispatch   
 

Uses of MethodInvoker.RestParameterType in org.cruxframework.crux.core.server.rest.core.dispatch
 

Methods in org.cruxframework.crux.core.server.rest.core.dispatch that return MethodInvoker.RestParameterType
static MethodInvoker.RestParameterType MethodInvoker.RestParameterType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MethodInvoker.RestParameterType[] MethodInvoker.RestParameterType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.cruxframework.crux.core.server.rest.core.dispatch with parameters of type MethodInvoker.RestParameterType
protected static ValueInjector MethodInvoker.createParameterExtractorForSimpleType(MethodInvoker.RestParameterType restParameterType, Class<?> injectTargetClass, Type type, String paramName, String defaultValue)
           
 



Copyright © 2015. All rights reserved.