Package ognl.internal.entry
Class DeclaredMethodCacheEntry
- java.lang.Object
-
- ognl.internal.entry.MethodCacheEntry
-
- ognl.internal.entry.DeclaredMethodCacheEntry
-
- All Implemented Interfaces:
CacheEntry
public class DeclaredMethodCacheEntry extends MethodCacheEntry
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeclaredMethodCacheEntry.MethodType
-
Field Summary
Fields Modifier and Type Field Description (package private) DeclaredMethodCacheEntry.MethodTypetype-
Fields inherited from class 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 booleanequals(java.lang.Object o)inthashCode()
-
-
-
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:
equalsin classMethodCacheEntry
-
hashCode
public int hashCode()
- Overrides:
hashCodein classMethodCacheEntry
-
-