Class DeclaredMethodCacheEntry
- java.lang.Object
-
- org.apache.commons.ognl.internal.entry.MethodCacheEntry
-
- org.apache.commons.ognl.internal.entry.DeclaredMethodCacheEntry
-
- All Implemented Interfaces:
CacheEntry
public class DeclaredMethodCacheEntry extends MethodCacheEntry
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeclaredMethodCacheEntry.MethodType
-
Field Summary
-
Fields inherited from class org.apache.commons.ognl.internal.entry.MethodCacheEntry
targetClass
-
-
Constructor Summary
Constructors Constructor Description DeclaredMethodCacheEntry(Class<?> targetClass)
DeclaredMethodCacheEntry(Class<?> targetClass, DeclaredMethodCacheEntry.MethodType type)
-
-
-
Constructor Detail
-
DeclaredMethodCacheEntry
public DeclaredMethodCacheEntry(Class<?> targetClass)
-
DeclaredMethodCacheEntry
public DeclaredMethodCacheEntry(Class<?> targetClass, DeclaredMethodCacheEntry.MethodType type)
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classMethodCacheEntry
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classMethodCacheEntry
-
-