com.mysema.query.apt
Class APTTypeModelFactory

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

public class APTTypeModelFactory
extends Object

APTTypeModelFactory is a factory for APT inspection based TypeModel creation

Author:
tiwe

Constructor Summary
APTTypeModelFactory(ProcessingEnvironment env, Configuration configuration, TypeModelFactory factory, List<Class<? extends Annotation>> annotations)
           
 
Method Summary
 TypeModel create(TypeMirror type)
          Create a TypeModel for the given TypeMirror
 EntityModel createEntityModel(TypeMirror type)
          Create an EntityModel for the given TypeMirror
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

APTTypeModelFactory

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

create

public TypeModel create(TypeMirror type)
Create a TypeModel for the given TypeMirror

Parameters:
type -
el -
Returns:

createEntityModel

public EntityModel createEntityModel(TypeMirror type)
Create an EntityModel for the given TypeMirror

Parameters:
type -
el -
Returns:


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