See: Description
| Class | Description |
|---|---|
| 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.
|
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.