Package | Description |
---|---|
org.metawidget.inspector.annotation |
Inspectors: Metawidget annotations support.
|
org.metawidget.inspector.impl |
Inspectors: convenience implementations.
|
org.metawidget.inspector.impl.actionstyle |
Inspectors: action styles.
|
org.metawidget.inspector.impl.propertystyle |
Inspectors: property styles.
|
org.metawidget.inspector.impl.propertystyle.javabean |
Inspectors: JavaBean property style.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,String> |
MetawidgetAnnotationInspector.inspectTrait(Trait trait) |
Modifier and Type | Class and Description |
---|---|
class |
BaseTraitStyle<T extends Trait>
Convenience implementation for ActionStyles and PropertyStyles.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseTrait
Convenience implementation for Traits.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,String> |
BaseObjectInspector.inspectTrait(Trait trait)
Inspect the given trait and return a Map of attributes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Action
Interface over actions, in case we want to support non-method based actions in the future.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
MethodActionStyle.MethodAction
Method-based action.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Property
Interface over getter/setter-based, field-based, or Groovy-based properties, so that
Inspectors can treat them all the same. |
Modifier and Type | Class and Description |
---|---|
class |
BaseProperty
Convenience implementation for Properties.
|
Modifier and Type | Class and Description |
---|---|
static class |
JavaBeanPropertyStyle.FieldProperty
Public member field-based property.
|
static class |
JavaBeanPropertyStyle.JavaBeanProperty
JavaBean-convention-based property.
|
Copyright © 2015. All Rights Reserved.