Class DeclaredMethodCacheEntry
java.lang.Object
org.apache.commons.ognl.internal.entry.MethodCacheEntry
org.apache.commons.ognl.internal.entry.DeclaredMethodCacheEntry
- All Implemented Interfaces:
CacheEntry
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class org.apache.commons.ognl.internal.entry.MethodCacheEntry
targetClass
-
Constructor Summary
ConstructorsConstructorDescriptionDeclaredMethodCacheEntry
(Class<?> targetClass) DeclaredMethodCacheEntry
(Class<?> targetClass, DeclaredMethodCacheEntry.MethodType type) -
Method Summary
-
Field Details
-
type
-
-
Constructor Details
-
DeclaredMethodCacheEntry
-
DeclaredMethodCacheEntry
-
-
Method Details
-
equals
- Overrides:
equals
in classMethodCacheEntry
-
hashCode
public int hashCode()- Overrides:
hashCode
in classMethodCacheEntry
-