Modifier and Type | Method and Description |
---|---|
static <V> MethodProperty<V> |
createProperty(Method method)
Create a JavaBean style property from the specified method
|
static <V> boolean |
isProperty(Method method)
Indicates whether this method is a valid property method.
|
public static <V> MethodProperty<V> createProperty(Method method)
V
- method
- IllegalArgumentException
- if the method does not match JavaBean conventionshttp://www.oracle.com/technetwork/java/javase/documentation/spec-136004.html
public static <V> boolean isProperty(Method method)
Copyright © 2021 JBoss by Red Hat. All rights reserved.