Package org.dynalang.mop.beans

This package defines a metaobject protocol implementation that follows the JavaBeans specification.

See:
          Description

Class Summary
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 Member> Represents a single dynamic method.
 

Package org.dynalang.mop.beans Description

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.