com.mysema.query.apt
Class APTTypeFactory

java.lang.Object
  extended by com.mysema.query.apt.APTTypeFactory

public final class APTTypeFactory
extends Object

APTTypeModelFactory is a factory for APT inspection based TypeModel creation

Author:
tiwe

Constructor Summary
APTTypeFactory(ProcessingEnvironment env, Configuration configuration, TypeFactory factory, List<Class<? extends Annotation>> annotations)
           
 
Method Summary
 Type create(TypeMirror type)
           
 EntityType createEntityType(TypeMirror type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

APTTypeFactory

public APTTypeFactory(ProcessingEnvironment env,
                      Configuration configuration,
                      TypeFactory factory,
                      List<Class<? extends Annotation>> annotations)
Method Detail

create

@Nullable
public Type create(TypeMirror type)

createEntityType

@Nullable
public EntityType createEntityType(TypeMirror type)


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