Package ognl

Class OgnlRuntime.ClassPropertyMethodCache

java.lang.Object
ognl.OgnlRuntime.ClassPropertyMethodCache
Enclosing class:
OgnlRuntime

private static final class OgnlRuntime.ClassPropertyMethodCache extends Object
  • Field Details

  • Constructor Details

    • ClassPropertyMethodCache

      ClassPropertyMethodCache()
  • Method Details

    • get

      Method get(Class<?> clazz, String propertyName)
    • put

      void put(Class<?> clazz, String propertyName, Method method)
    • clear

      void clear()
      Allow clearing for the underlying cache of the ClassPropertyMethodCache.
      Since:
      3.1.25