Package org.spicefactory.cinnamon.io.mapping

Support for all class mapping types (internal API).

See:
          Description

Interface Summary
ClassMapping A class mapping instance encapsulates information and logic needed to map an ActionScript 3 class to a corresponding Java class.
Referer Interface used internally in cases where a property of a bean is an association with another object that is not fully initialized yet and represents a MappedObjectFactory and not the final target instance.
 

Class Summary
AbstractClassMapping Abstract base class for all ClassMapping implementations.
AbstractPropertyClassMapping Abstract base class for mappings that deal with properties.
AnonymousClassMapping AnonymousClassMapping handles ActionScript objects for which no alias was registered in ActionScript.
BeanClassMapping ClassMapping implementation that is responsible for mapping the properties of ActionScript classes to bean properties of Java classes following standard Java bean conventions.
ExternalizableClassMapping ClassMapping implementation responsible for mapping ActionScript classes that implement flash.utils.IExternalizable.
FactoryHandler<T> Wraps an instance of MappedObjectFactory, for internal use only.
 

Enum Summary
ObjectEncoding Enumeration for the type of object encoding.
 

Exception Summary
ClassMappingException Exception thrown when an error occurs while processing a class mapping.
 

Package org.spicefactory.cinnamon.io.mapping Description

Support for all class mapping types (internal API).