| Package | Description |
|---|---|
| org.metawidget.inspector.annotation |
Inspectors: Metawidget annotations support.
|
| org.metawidget.inspector.beanvalidation |
Inspectors: Bean Validation (JSR 303) support.
|
| org.metawidget.inspector.faces |
Inspectors: JSF annotations support.
|
| org.metawidget.inspector.hibernate.validator |
Inspectors: Hibernate Validator support.
|
| org.metawidget.inspector.impl |
Inspectors: convenience implementations.
|
| org.metawidget.inspector.jackson |
Inspectors: Jackson annotations support.
|
| org.metawidget.inspector.jaxb |
Inspectors: JAXB annotations support.
|
| org.metawidget.inspector.jpa |
Inspectors: JPA annotations support.
|
| org.metawidget.inspector.jsp |
Inspectors: JSP annotations support.
|
| org.metawidget.inspector.oval |
Inspectors: OVal support.
|
| org.metawidget.inspector.propertytype |
Inspectors: property type support.
|
| org.metawidget.inspector.spring |
Inspectors: Spring annotations support.
|
| org.metawidget.inspector.struts |
Inspectors: struts-config.xml support.
|
| org.metawidget.inspector.swing |
Inspectors: Swing AppFramework (JSR-296) support.
|
| Constructor and Description |
|---|
MetawidgetAnnotationInspector(BaseObjectInspectorConfig config) |
| Constructor and Description |
|---|
BeanValidationInspector(BaseObjectInspectorConfig config) |
| Constructor and Description |
|---|
FacesAnnotationInspector(BaseObjectInspectorConfig config) |
| Constructor and Description |
|---|
HibernateValidatorInspector(BaseObjectInspectorConfig config) |
| Modifier and Type | Method and Description |
|---|---|
BaseObjectInspectorConfig |
BaseObjectInspectorConfig.setActionStyle(ActionStyle actionStyle)
Sets the style used to recognize actions.
|
BaseObjectInspectorConfig |
BaseObjectInspectorConfig.setPropertyStyle(PropertyStyle propertyStyle)
Sets the style used to recognize properties.
|
| Constructor and Description |
|---|
BaseObjectInspector(BaseObjectInspectorConfig config)
Config-based constructor.
|
| Constructor and Description |
|---|
JacksonInspector(BaseObjectInspectorConfig config) |
| Constructor and Description |
|---|
JaxbInspector(BaseObjectInspectorConfig config) |
| Modifier and Type | Class and Description |
|---|---|
class |
JpaInspectorConfig
Configures a JpaInspector prior to use.
|
| Constructor and Description |
|---|
JspAnnotationInspector(BaseObjectInspectorConfig config) |
| Constructor and Description |
|---|
OvalInspector(BaseObjectInspectorConfig config) |
| Constructor and Description |
|---|
PropertyTypeInspector(BaseObjectInspectorConfig config) |
| Constructor and Description |
|---|
SpringAnnotationInspector(BaseObjectInspectorConfig config) |
| Constructor and Description |
|---|
StrutsAnnotationInspector(BaseObjectInspectorConfig config) |
| Modifier and Type | Class and Description |
|---|---|
class |
SwingAppFrameworkInspectorConfig
Configures a SwingAppFrameworkInspector prior to use.
|
Copyright © 2015. All Rights Reserved.