Package org.apache.juneau.rest.beans
Class BeanDescription.BeanPropertyDescription
java.lang.Object
org.apache.juneau.rest.beans.BeanDescription.BeanPropertyDescription
- Enclosing class:
BeanDescription
Information about a bean property.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
name
The bean property name. -
type
The bean property filtered class type.
-
-
Constructor Details
-
BeanPropertyDescription
Constructor.- Parameters:
name
- The bean property name.type
- The bean property class type.
-