Class BeanDescription.BeanPropertyDescription

java.lang.Object
org.apache.juneau.rest.beans.BeanDescription.BeanPropertyDescription
Enclosing class:
BeanDescription

Information about a bean property.
  • Field Details

    • name

      public String name
      The bean property name.
    • type

      public String type
      The bean property filtered class type.
  • Constructor Details