com.github.talberto.easybeans.gen
Class MetaType

java.lang.Object
  extended by com.github.talberto.easybeans.gen.MetaType

public class MetaType
extends Object


Field Summary
protected  Set<MetaImport> mImports
           
protected  String mName
           
 
Constructor Summary
MetaType(String pName, Set<MetaImport> pImports)
           
 
Method Summary
 Set<MetaImport> getImports()
           
 String getName()
           
protected static String getName(Type pType)
           
static MetaType of(com.google.common.reflect.TypeToken<?> pTypeToken)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

mName

protected String mName

mImports

protected Set<MetaImport> mImports
Constructor Detail

MetaType

public MetaType(String pName,
                Set<MetaImport> pImports)
Method Detail

getName

public String getName()
Returns:
the name

of

public static MetaType of(com.google.common.reflect.TypeToken<?> pTypeToken)

getName

protected static String getName(Type pType)

getImports

public Set<MetaImport> getImports()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All rights reserved.