org.chromattic.core.mapper
Class NodeTypeMapper

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

public class NodeTypeMapper
extends TypeMapper

Version:
$Revision$
Author:
Julien Viet

Field Summary
 
Fields inherited from class org.chromattic.core.mapper.TypeMapper
objectClass
 
Constructor Summary
NodeTypeMapper(Class<?> objectClass, Set<PropertyMapper> propertyMappers, Set<MethodMapper> methodMappers, NameConflictResolution onDuplicate, Instrumentor instrumentor, ObjectFormatter formatter, String nodeTypeName)
           
 
Method Summary
 String getNodeTypeName()
           
 String getTypeName()
           
 String toString()
           
 
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, wait, wait, wait
 

Constructor Detail

NodeTypeMapper

public NodeTypeMapper(Class<?> objectClass,
                      Set<PropertyMapper> propertyMappers,
                      Set<MethodMapper> methodMappers,
                      NameConflictResolution onDuplicate,
                      Instrumentor instrumentor,
                      ObjectFormatter formatter,
                      String nodeTypeName)
Method Detail

getTypeName

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

getNodeTypeName

public String getNodeTypeName()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 eXo Platform SAS. All Rights Reserved.