org.cruxframework.crux.core.server.rest.core.dispatch
Class StringParameterInjector
java.lang.Object
org.cruxframework.crux.core.server.rest.core.dispatch.StringParameterInjector
- Direct Known Subclasses:
- CookieParamInjector, FormParamInjector, HeaderParamInjector, MessageBodyParamInjector, PathParamInjector, QueryParamInjector
public class StringParameterInjector
- extends Object
- Author:
- Thiago da Rosa de Bustamante
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rawType
protected Class<?> rawType
constructor
protected Constructor<?> constructor
valueOf
protected Method valueOf
defaultValue
protected String defaultValue
paramName
protected String paramName
StringParameterInjector
protected StringParameterInjector()
StringParameterInjector
protected StringParameterInjector(Class<?> type,
String paramName,
String defaultValue)
initialize
protected void initialize(Class<?> type,
String paramName,
String defaultValue)
findValueOfMethod
protected Method findValueOfMethod()
getParamSignature
public String getParamSignature()
extractValue
public Object extractValue(String strVal)
Copyright © 2014. All rights reserved.