| Name | Description | Type | Package | Framework |
| BaseProperty | Convenience implementation for Properties. | Class | org.metawidget.inspector.impl.propertystyle | MetaWidget |
| BasePropertyStyle | Convenience implementation for PropertyStyles. | Class | org.metawidget.inspector.impl.propertystyle | MetaWidget |
| GroovyPropertyStyle | PropertyStyle for Groovy-style properties. | Class | org.metawidget.inspector.impl.propertystyle.groovy | MetaWidget |
| GroovyPropertyStyleConfig | Configures a GroovyPropertyStyle prior to use. | Class | org.metawidget.inspector.impl.propertystyle.groovy | MetaWidget |
| JavaBeanPropertyStyle | PropertyStyle for JavaBean-style properties. | Class | org.metawidget.inspector.impl.propertystyle.javabean | MetaWidget |
| JavaBeanPropertyStyle .FieldProperty | Public member field-based property. | Class | org.metawidget.inspector.impl.propertystyle.javabean.JavaBeanPropertyStyle | MetaWidget |
| JavaBeanPropertyStyle .JavaBeanProperty | JavaBean-convention-based property. | Class | org.metawidget.inspector.impl.propertystyle.javabean.JavaBeanPropertyStyle | MetaWidget |
| JavaBeanPropertyStyleConfig | Configures a JavaBeanPropertyStyle prior to use. | Class | org.metawidget.inspector.impl.propertystyle.javabean | MetaWidget |
| JavassistPropertyStyle | PropertyStyle for environments that use JavaBeans and have Javassist available. | Class | org.metawidget.inspector.impl.propertystyle.javassist | MetaWidget |
| Property | Interface over getter/setter-based, field-based, or Groovy-based properties, so that Inspectors can treat them all the same. | Interface | org.metawidget.inspector.impl.propertystyle | MetaWidget |
| PropertyStyle | Abstraction layer for retrieving properties from types. | Interface | org.metawidget.inspector.impl.propertystyle | MetaWidget |
| ScalaPropertyStyle | PropertyStyle for Scala-style properties. | Class | org.metawidget.inspector.impl.propertystyle.scala | MetaWidget |
| ScalaPropertyStyleConfig | Configures a ScalaPropertyStyleConfig prior to use. | Class | org.metawidget.inspector.impl.propertystyle.scala | MetaWidget |
| StaticPropertyStyle | PropertyStyle for statically-declared properties. | Class | org.metawidget.inspector.impl.propertystyle.statically | MetaWidget |
| ValueAndDeclaredType | Simple immutable structure to store a value and its declared type. | Class | org.metawidget.inspector.impl.propertystyle | MetaWidget |