Class BeanDescription

java.lang.Object
org.apache.juneau.rest.beans.BeanDescription

@Bean(properties="type,properties") public final class BeanDescription extends Object
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: