public interface IParameterGuesser
| Modifier and Type | Method and Description |
|---|---|
IParameterGuesser |
getParent()
Get the parent guesser.
|
Object |
guessParameter(Class<?> type,
boolean exact)
Guess a parameter.
|
void |
setParent(IParameterGuesser parent)
Set the parent.
|
Object guessParameter(Class<?> type, boolean exact)
type - The type.exact - Test with exactIParameterGuesser getParent()
void setParent(IParameterGuesser parent)
parent - The parent.Copyright © 2013. All Rights Reserved.