com.mysema.query.codegen
Class TypeResolver

java.lang.Object
  extended by com.mysema.query.codegen.TypeResolver

public final class TypeResolver
extends Object

TypeResolver provides type resolving funcationlity for resolving generic type variables to concrete types

Author:
tiwe

Method Summary
static com.mysema.codegen.model.Type resolve(com.mysema.codegen.model.Type type, com.mysema.codegen.model.Type declaringType, EntityType context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

resolve

public static com.mysema.codegen.model.Type resolve(com.mysema.codegen.model.Type type,
                                                    com.mysema.codegen.model.Type declaringType,
                                                    EntityType context)


Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.