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.impl.propertystyle |
Inspectors: property styles.
|
org.metawidget.inspector.impl.propertystyle.groovy |
Inspectors: Groovy property style.
|
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.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.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,String> |
MetawidgetAnnotationInspector.inspectProperty(Property property) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,String> |
BeanValidationInspector.inspectProperty(Property property) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,String> |
FacesAnnotationInspector.inspectProperty(Property property) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,String> |
HibernateValidatorInspector.inspectProperty(Property property) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Property> |
BaseObjectInspector.getProperties(String type) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,String> |
BaseObjectInspector.inspectParent(Object parentToInspect,
Property propertyInParent)
Inspect the parent property leading to the
toInspect . |
protected Map<String,String> |
BaseObjectInspector.inspectProperty(Property property)
Inspect the given property and return a Map of attributes.
|
protected boolean |
BaseObjectInspector.shouldInspectPropertyAsEntity(Property property)
Whether to additionally inspect each child property using
inspectEntity from its
object level. |
Modifier and Type | Class and Description |
---|---|
class |
BaseProperty
Convenience implementation for Properties.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Property> |
BasePropertyStyle.getProperties(String type) |
Map<String,Property> |
PropertyStyle.getProperties(String type)
Gets the Properties for the given type.
|
protected Map<String,Property> |
BasePropertyStyle.getUncachedTraits(String type) |
protected abstract Map<String,Property> |
BasePropertyStyle.inspectProperties(String type) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Property> |
GroovyPropertyStyle.inspectProperties(String type)
Returns properties sorted by name.
|
Modifier and Type | Class and Description |
---|---|
static class |
JavaBeanPropertyStyle.FieldProperty
Public member field-based property.
|
static class |
JavaBeanPropertyStyle.JavaBeanProperty
JavaBean-convention-based property.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,Property> |
JavaBeanPropertyStyle.inspectProperties(String type)
Returns properties sorted by name.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JavaBeanPropertyStyle.lookupFields(Map<String,Property> properties,
Class<?> clazz)
Lookup public field-based properties.
|
protected void |
JavaBeanPropertyStyle.lookupGetters(Map<String,Property> properties,
Class<?> clazz)
Lookup getter-based properties.
|
protected void |
JavaBeanPropertyStyle.lookupSetters(Map<String,Property> properties,
Class<?> clazz)
Lookup setter-based properties.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,Property> |
JavassistPropertyStyle.inspectProperties(String type) |
Modifier and Type | Method and Description |
---|---|
protected void |
ScalaPropertyStyle.lookupFields(Map<String,Property> properties,
Class<?> clazz)
Overridden because Scala always wraps properties with getter and setter methods.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,String> |
JacksonInspector.inspectProperty(Property property) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,String> |
JaxbInspector.inspectProperty(Property property) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,String> |
JpaInspector.inspectProperty(Property property) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,String> |
JspAnnotationInspector.inspectProperty(Property property) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,String> |
OvalInspector.inspectProperty(Property property) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,String> |
PropertyTypeInspector.inspectProperty(Property property) |
protected boolean |
PropertyTypeInspector.shouldInspectPropertyAsEntity(Property property) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,String> |
SpringAnnotationInspector.inspectProperty(Property property) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,String> |
StrutsAnnotationInspector.inspectProperty(Property property) |
Copyright © 2015. All Rights Reserved.