org.chromattic.core.mapper
Class MixinTypeMapper

java.lang.Object
  extended by org.chromattic.core.mapper.TypeMapper
      extended by org.chromattic.core.mapper.MixinTypeMapper
All Implemented Interfaces:
MethodInvoker

public class MixinTypeMapper
extends TypeMapper

Version:
$Revision$
Author:
Julien Viet

Field Summary
 
Fields inherited from class org.chromattic.core.mapper.TypeMapper
objectClass
 
Constructor Summary
MixinTypeMapper(Class<?> objectClass, Set<PropertyMapper> propertyMappers, Set<MethodMapper> methodMappers, NameConflictResolution onDuplicate, Instrumentor instrumentor, String mixinTypeName)
           
 
Method Summary
 String getTypeName()
           
 
Methods inherited from class org.chromattic.core.mapper.TypeMapper
createObject, getFormatter, getMethodMappers, getObjectClass, getOnDuplicate, getPropertyMappers, invoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MixinTypeMapper

public MixinTypeMapper(Class<?> objectClass,
                       Set<PropertyMapper> propertyMappers,
                       Set<MethodMapper> methodMappers,
                       NameConflictResolution onDuplicate,
                       Instrumentor instrumentor,
                       String mixinTypeName)
Method Detail

getTypeName

public String getTypeName()
Specified by:
getTypeName in class TypeMapper


Copyright © 2009 eXo Platform SAS. All Rights Reserved.