See: Description
| Class | Description |
|---|---|
| ArrayMetaobjectProtocol<T> |
Adds access to array elements by numeric index as well as the "length"
read-only property to
BeanMetaobjectProtocol. |
| BeanMetaobjectProtocol<T> |
Exposes a metaobject protocol for a single Java class, treating it as a
JavaBean.
|
| BeansMetaobjectProtocol |
A metaobject protocol implementation that allows access and manipulation of
POJOS using semantics adhering to the JavaBeans specification, as well as
access and manipulation of native Java arrays.
|
| ClassTokenString | |
| DynamicMethod<T extends java.lang.reflect.Member> |
Represents a single dynamic method.
|
This package defines a metaobject protocol implementation that follows
the JavaBeans specification. An instance of this MOP can be typically
used among the last, fallback MOPs in a composite MOP (together with
list and
map MOPs as
well as a bottom
MOP) to provide commonsensical POJO manipulation abilities to dynamic
language runtimes.