public class ReflectionHelper
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getPropertyName(java.lang.reflect.Member member)
Process bean properties getter by applying the JavaBean naming conventions.
|
static boolean |
isProperty(java.lang.reflect.Member m) |
public static java.lang.String getPropertyName(java.lang.reflect.Member member)
member
- the member for which to get the property name.null
the method name id not according to the JavaBeans standard.public static boolean isProperty(java.lang.reflect.Member m)
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.