public final class GetMethodFromPropertyName
extends java.lang.Object
implements java.security.PrivilegedAction<java.lang.reflect.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(java.lang.Class<?> clazz,
java.lang.String property) |
java.lang.reflect.Method |
run() |
public static GetMethodFromPropertyName action(java.lang.Class<?> clazz, java.lang.String property)
public java.lang.reflect.Method run()
run
in interface java.security.PrivilegedAction<java.lang.reflect.Method>
Copyright © 2007-2022 Red Hat, Inc. All Rights Reserved