ma.glasnost.orika.inheritance
Class SuperTypeResolver

java.lang.Object
  extended by ma.glasnost.orika.inheritance.SuperTypeResolver

public final class SuperTypeResolver
extends Object


Constructor Summary
SuperTypeResolver()
           
 
Method Summary
static
<T> Type<T>
getSuperType(Type<?> enhancedClass, SuperTypeResolverStrategy strategy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuperTypeResolver

public SuperTypeResolver()
Method Detail

getSuperType

public static <T> Type<T> getSuperType(Type<?> enhancedClass,
                                       SuperTypeResolverStrategy strategy)


Copyright © 2013 Glasnost. All Rights Reserved.