org.chromattic.metamodel.type
Class SimpleTypeResolver
java.lang.Object
org.chromattic.metamodel.type.SimpleTypeResolver
public class SimpleTypeResolver
- extends java.lang.Object
This code is synchronized. Normally it should not have performance impact on runtime, i.e
this should not be used at runtime and the result should be cached somewhere in the runtime layer.
- Version:
- $Revision$
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleTypeResolver
public SimpleTypeResolver()
- The default constructor.
SimpleTypeResolver
public SimpleTypeResolver(SimpleTypeResolver that)
- Deep clone constructor.
- Parameters:
that - that resolver to clone
resolveType
public SimpleTypeMapping resolveType(org.reflext.api.TypeInfo typeInfo)
resolveType
public SimpleTypeMapping resolveType(org.reflext.api.TypeInfo typeInfo,
PropertyMetaType<?> propertyMT)
Copyright © 2012 eXo Platform SAS. All Rights Reserved.