org.tynamo.services
Class EntityCoercerServiceImpl

java.lang.Object
  extended by org.tynamo.services.EntityCoercerServiceImpl
All Implemented Interfaces:
EntityCoercerService

public class EntityCoercerServiceImpl
extends Object
implements EntityCoercerService


Constructor Summary
EntityCoercerServiceImpl(DescriptorService descriptorService)
           
 
Method Summary
 String classToString(Class clazz)
           
 Class stringToClass(String simpleName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityCoercerServiceImpl

public EntityCoercerServiceImpl(DescriptorService descriptorService)
Parameters:
descriptorService - used to initialize the mappings to avoid TRAILS-173
Method Detail

classToString

public String classToString(Class clazz)
Specified by:
classToString in interface EntityCoercerService

stringToClass

public Class stringToClass(String simpleName)
Specified by:
stringToClass in interface EntityCoercerService


Copyright © 2004-2009. All Rights Reserved.