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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
nameThe bean property name.
- 
typeThe bean property filtered class type.
 
- 
- 
Constructor Details- 
BeanPropertyDescriptionConstructor.- Parameters:
- name- The bean property name.
- type- The bean property class type.
 
 
-