|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.solder.properties.Properties
public class Properties
Utility class for working with JavaBean style properties
Property| Method Summary | ||
|---|---|---|
static
|
createProperty(Field field)
Create a JavaBean style property from the field |
|
static
|
createProperty(Member member)
Create a JavaBean style property from the specified member |
|
static
|
createProperty(Method method)
Create a JavaBean style property from the specified method |
|
static
|
isProperty(Method method)
Indicates whether this method is a valid property method. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static <V> FieldProperty<V> createProperty(Field field)
V - field -
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.htmlpublic static <V> Property<V> createProperty(Member member)
V - member -
IllegalArgumentException - if the method does not match JavaBean conventionshttp://www.oracle.com/technetwork/java/javase/documentation/spec-136004.htmlpublic static <V> boolean isProperty(Method method)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||