public final class GetMethodFromPropertyName extends Object implements PrivilegedAction<Method>
null if it does not exist. This method will prepend
'is' and 'get' to the property name and capitalize the first letter.| Modifier and Type | Method and Description |
|---|---|
static GetMethodFromPropertyName |
action(Class<?> clazz,
String property) |
Method |
run() |
public static GetMethodFromPropertyName action(Class<?> clazz, String property)
public Method run()
run in interface PrivilegedAction<Method>Copyright © 2018 JBoss by Red Hat. All rights reserved.