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.public static GetMethodFromPropertyName action(Class<?> clazz, String property)
public Method run()
run in interface PrivilegedAction<Method>Copyright © 2009-2014 Oracle Corporation. All Rights Reserved.