Package org.openqa.selenium.json
Class SimplePropertyDescriptor
- java.lang.Object
-
- org.openqa.selenium.json.SimplePropertyDescriptor
-
public class SimplePropertyDescriptor extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SimplePropertyDescriptor(java.lang.String name, java.util.function.Function<java.lang.Object,java.lang.Object> read, java.lang.reflect.Method write)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
static SimplePropertyDescriptor[]
getPropertyDescriptors(java.lang.Class<?> clazz)
java.util.function.Function<java.lang.Object,java.lang.Object>
getReadMethod()
java.lang.reflect.Method
getWriteMethod()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getReadMethod
public java.util.function.Function<java.lang.Object,java.lang.Object> getReadMethod()
-
getWriteMethod
public java.lang.reflect.Method getWriteMethod()
-
getPropertyDescriptors
public static SimplePropertyDescriptor[] getPropertyDescriptors(java.lang.Class<?> clazz)
-
-