public class ReflectionHelper extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getPropertyName(Member member)
Process bean properties getter by applying the JavaBean naming conventions.
|
static boolean |
isProperty(Member m) |
public static String getPropertyName(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(Member m)
Copyright © 2018 JBoss by Red Hat. All rights reserved.