| Package | Description |
|---|---|
| org.metawidget.inspector.impl.propertystyle.javabean |
Inspectors: JavaBean property style.
|
| org.metawidget.inspector.impl.propertystyle.javassist |
Inspectors: Javassist property style.
|
| org.metawidget.inspector.impl.propertystyle.scala |
Inspectors: Scala property style.
|
| org.metawidget.inspector.impl.propertystyle.statically |
Inspectors: Static property style.
|
| Modifier and Type | Method and Description |
|---|---|
JavaBeanPropertyStyleConfig |
JavaBeanPropertyStyleConfig.setAdditionalClassLoader(ClassLoader additionalClassLoader)
Sets an additional ClassLoader to use to resolve classes.
|
JavaBeanPropertyStyleConfig |
JavaBeanPropertyStyleConfig.setExcludeName(String... excludeName)
Overridden to exclude the names 'propertyChangeListeners' and 'vetoableChangeListeners' by
default.
|
JavaBeanPropertyStyleConfig |
JavaBeanPropertyStyleConfig.setPrivateFieldConvention(MessageFormat privateFieldConvention)
Sets the naming convention used to identify the private field, given the property
name.
|
JavaBeanPropertyStyleConfig |
JavaBeanPropertyStyleConfig.setSupportPublicFields(boolean supportPublicFields)
Sets whether to recognize public fields as properties.
|
| Constructor and Description |
|---|
JavaBeanPropertyStyle(JavaBeanPropertyStyleConfig config) |
| Constructor and Description |
|---|
JavassistPropertyStyle(JavaBeanPropertyStyleConfig config) |
| Modifier and Type | Class and Description |
|---|---|
class |
ScalaPropertyStyleConfig
Configures a ScalaPropertyStyleConfig prior to use.
|
| Constructor and Description |
|---|
StaticPropertyStyle(JavaBeanPropertyStyleConfig config) |
Copyright © 2015. All Rights Reserved.