|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.github.talberto.easybeans.gen.MetaType
public class MetaType
| 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 |
|---|
protected String mName
protected Set<MetaImport> mImports
| Constructor Detail |
|---|
public MetaType(String pName,
Set<MetaImport> pImports)
| Method Detail |
|---|
public String getName()
public static MetaType of(com.google.common.reflect.TypeToken<?> pTypeToken)
protected static String getName(Type pType)
public Set<MetaImport> getImports()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||