
Public Member Functions | |
| void | _clearRouteParameterMethodCache () |
| RouteParameterMethod | _routeParameterMethodForClass (Class<?> resultsClass) |
| void | _setRouteParameterMethodForClass (RouteParameterMethod routeParameter, Class<?> resultsClass) |
| boolean | equals (Object obj) |
| int | hashCode () |
| String | key () |
| Key (String key, String valueType) | |
| Key (String key) | |
| String | toString () |
| String | valueType () |
Protected Member Functions | |
| Key () | |
Protected Attributes | |
| String | _key |
| String | _valueType |
Private Attributes | |
| Map< Class <?>, RouteParameterMethod > | _routeParameterMethodCache |
| Key | ( | ) | [protected] |
| void _clearRouteParameterMethodCache | ( | ) |
| RouteParameterMethod _routeParameterMethodForClass | ( | Class<?> | resultsClass | ) |
| void _setRouteParameterMethodForClass | ( | RouteParameterMethod | routeParameter, | |
| Class<?> | resultsClass | |||
| ) |
| boolean equals | ( | Object | obj | ) |
| int hashCode | ( | ) |
| String key | ( | ) |
| String toString | ( | ) |
| String valueType | ( | ) |
Map<Class<?>, RouteParameterMethod> _routeParameterMethodCache [private] |
String _valueType [protected] |
1.5.8