Defines the multiplex entries for a certain base class. Multiplexers are
used to select a specific handler if more than one class will match the
property type.
Multiplexers override automatic mappings and can be redefined using manual
mappings.
public MultiplexMappingInfo(Class baseClass)(Code)
Creates a new instance for the specified class.
Parameters: baseClass - the base class.
MultiplexMappingInfo
public MultiplexMappingInfo(Class baseClass, String typeAttribute)(Code)
Creates a new instance for the specified class.
Parameters: baseClass - the base class (null not permitted). Parameters: typeAttribute - the type attribute (null not permitted).