Package org.apache.juneau.rest.beans
Class BeanDescription
java.lang.Object
org.apache.juneau.rest.beans.BeanDescription
Simple serializable bean description.
 
Given a particular class type, this serializes the class into the fully-qualified class name and the properties associated with the class.
Useful for rendering simple information about a bean during REST OPTIONS requests.
See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classInformation about a bean property.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionThe bean properties.The bean class type.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
typeThe bean class type.
- 
propertiesThe bean properties.
 
- 
- 
Constructor Details- 
BeanDescriptionConstructor- Parameters:
- c- The bean class type.
 
 
- 
- 
Method Details- 
ofStatic creator.- Parameters:
- c- The bean being described.
- Returns:
- A new bean description.
 
 
-