Package | Description |
---|---|
org.metawidget.inspector.annotation |
Inspectors: Metawidget annotations support.
|
org.metawidget.inspector.beanvalidation |
Inspectors: Bean Validation (JSR 303) support.
|
org.metawidget.inspector.commons.validator |
Inspectors: Commons Validator support.
|
org.metawidget.inspector.composite |
Inspectors: composite inspection support.
|
org.metawidget.inspector.faces |
Inspectors: JSF annotations support.
|
org.metawidget.inspector.hibernate |
Inspectors: Hibernate 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.jbpm |
Inspectors: JBoss jBPM support.
|
org.metawidget.inspector.jpa |
Inspectors: JPA annotations support.
|
org.metawidget.inspector.json |
Inspectors: JavaScript Object Notation (JSON) support.
|
org.metawidget.inspector.json.schema |
Inspectors: JSON Schema 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.
|
org.metawidget.inspector.wsdl |
Inspectors: Web Services Description Language (WSDL) support.
|
org.metawidget.inspector.xml |
Inspectors: inspection-result-1.0.xsd support.
|
org.metawidget.inspector.xsd |
Inspectors: XML Schema (XSD) support.
|
Modifier and Type | Class and Description |
---|---|
class |
MetawidgetAnnotationInspector
Inspects annotations defined by Metawidget (declared in this same package).
|
Modifier and Type | Class and Description |
---|---|
class |
BeanValidationInspector
Inspects annotations defined by Bean Validation (JSR 303).
|
Modifier and Type | Class and Description |
---|---|
class |
CommonsValidatorInspector
Inspector to look for metadata in validation.xml files.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeInspector
Delegates inspection to one or more sub-inspectors, then combines the resulting DOMs.
|
class |
ValidatingCompositeInspector
CompositeInspector that validates the inspection result XMLs against the
inspection-result-1.0.xsd schema. |
Modifier and Type | Class and Description |
---|---|
class |
FacesAnnotationInspector
Inspects annotations defined by Metawidget's Java Server Faces support (declared in this same
package).
|
Modifier and Type | Class and Description |
---|---|
class |
HibernateInspector
Inspector to look for relevant settings in hibernate.cfg.xml and mapping.hbm.xml files.
|
Modifier and Type | Class and Description |
---|---|
class |
HibernateValidatorInspector
Inspects annotations defined by Hibernate Validator.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseObjectInspector
Convenience implementation for Inspectors that inspect Objects.
|
class |
BaseXmlInspector
Convenience implementation for Inspectors that inspect XML files.
|
Modifier and Type | Class and Description |
---|---|
class |
JacksonInspector
Inspects annotations defined by Jackson.
|
Modifier and Type | Class and Description |
---|---|
class |
JaxbInspector
Inspects annotations defined by Java API for XML Binding (JAXB).
|
Modifier and Type | Class and Description |
---|---|
class |
PageflowInspector
Inspector to look for relevant settings in JBoss jBPM pageflow jPDL files.
|
Modifier and Type | Class and Description |
---|---|
class |
JpaInspector
Inspects annotations defined by Java Persistence API (JPA).
|
Modifier and Type | Class and Description |
---|---|
class |
JsonInspector
Inspector to look for metadata in JSON files.
|
Modifier and Type | Class and Description |
---|---|
class |
JsonSchemaInspector
Inspector to look for metadata in JSON Schema files.
|
Modifier and Type | Class and Description |
---|---|
class |
JspAnnotationInspector
Inspects annotations defined by Metawidget's JSP support (declared in this same package).
|
Modifier and Type | Class and Description |
---|---|
class |
OvalInspector
Inspects annotations defined by OVal.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyTypeInspector
Inspector to look for types of properties.
|
Modifier and Type | Class and Description |
---|---|
class |
SpringAnnotationInspector
Inspects annotations defined by Metawidget's Spring support (declared in this same package).
|
Modifier and Type | Class and Description |
---|---|
class |
StrutsAnnotationInspector
Inspects annotations defined by Metawidget's Struts support (declared in this same package).
|
class |
StrutsInspector
Inspector to look for metadata in struts-config.xml files.
|
Modifier and Type | Class and Description |
---|---|
class |
SwingAppFrameworkInspector
Inspects annotations defined by Swing AppFramework.
|
Modifier and Type | Class and Description |
---|---|
class |
WsdlInspector
Inspector to look for metadata in Web Services Description Language (WSDL) files.
|
Modifier and Type | Class and Description |
---|---|
class |
XmlInspector
Inspects
inspection-result-1.0.xsd -compliant files (such as
metawidget-metadata.xml ). |
Modifier and Type | Class and Description |
---|---|
class |
XmlSchemaInspector
Inspector to look for metadata in XML Schema (XSD) files.
|
Copyright © 2015. All Rights Reserved.