|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.clazz.reflect.common.AccessorMethodParseResults
public class AccessorMethodParseResults
Container for the results of method parsing: propertyName and two types. The types are used differently depending on how the corresponding AccessorMethodParser uses them.
| Constructor Summary | |
|---|---|
AccessorMethodParseResults(Method method,
String propertyName,
Class type,
Class parameterType)
|
|
| Method Summary | |
|---|---|
Method |
getMethod()
Returns the method. |
Class |
getParameterType()
Returns the parameterType. |
String |
getPropertyName()
Returns the propertyName. |
Class |
getType()
Returns the type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccessorMethodParseResults(Method method,
String propertyName,
Class type,
Class parameterType)
| Method Detail |
|---|
public Method getMethod()
public String getPropertyName()
public Class getType()
public Class getParameterType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||