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 Modifier and Type Field Description (package private) DeclaredMethodCacheEntry.MethodType
type
-
Fields inherited from class org.apache.commons.ognl.internal.entry.MethodCacheEntry
targetClass
-
-
Constructor Summary
Constructors Constructor Description DeclaredMethodCacheEntry(java.lang.Class<?> targetClass)
DeclaredMethodCacheEntry(java.lang.Class<?> targetClass, DeclaredMethodCacheEntry.MethodType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
-
-
-
Field Detail
-
type
DeclaredMethodCacheEntry.MethodType type
-
-
Constructor Detail
-
DeclaredMethodCacheEntry
public DeclaredMethodCacheEntry(java.lang.Class<?> targetClass)
-
DeclaredMethodCacheEntry
public DeclaredMethodCacheEntry(java.lang.Class<?> targetClass, DeclaredMethodCacheEntry.MethodType type)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classMethodCacheEntry
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classMethodCacheEntry
-
-