public class StringParameterInjector extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Constructor<?> |
constructor |
protected String |
defaultValue |
protected String |
paramName |
protected Class<?> |
rawType |
protected Method |
valueOf |
| Modifier | Constructor and Description |
|---|---|
protected |
StringParameterInjector() |
protected |
StringParameterInjector(Class<?> type,
String paramName,
String defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
Object |
extractValue(String strVal) |
protected Method |
findValueOfMethod() |
String |
getParamSignature() |
protected void |
initialize(Class<?> type,
String paramName,
String defaultValue) |
protected Class<?> rawType
protected Constructor<?> constructor
protected Method valueOf
protected String defaultValue
protected String paramName
Copyright © 2016. All rights reserved.