Class ClassConfiguration.PropertyInfo

java.lang.Object
org.htmlunit.javascript.configuration.ClassConfiguration.PropertyInfo
Enclosing class:
ClassConfiguration

public static class ClassConfiguration.PropertyInfo extends Object
Class used to contain the property information if the property is readable, writable and the methods that implement the get and set functions.
  • Field Details

    • readMethod_

      private final Method readMethod_
    • writeMethod_

      private final Method writeMethod_
  • Constructor Details

    • PropertyInfo

      public PropertyInfo(Method readMethod, Method writeMethod)
      Constructor.
      Parameters:
      readMethod - the readMethod
      writeMethod - the writeMethod
  • Method Details

    • getReadMethod

      public Method getReadMethod()
      Returns:
      the readMethod
    • getWriteMethod

      public Method getWriteMethod()
      Returns:
      the writeMethod