net.entropysoft.transmorph.signature
Class TypeFactory
java.lang.Object
net.entropysoft.transmorph.signature.TypeFactory
public class TypeFactory
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeFactory
public TypeFactory(ClassLoader classLoader)
getClassLoader
public ClassLoader getClassLoader()
getType
public Type getType(FullTypeSignature typeSignature)
throws ClassNotFoundException
- Throws:
ClassNotFoundException
getType
public Type getType(PrimitiveTypeSignature primitiveTypeSignature)
getType
public GenericArrayType getType(ArrayTypeSignature arrayTypeSignature)
throws ClassNotFoundException
- Throws:
ClassNotFoundException
getType
public Type getType(ClassTypeSignature classTypeSignature)
throws ClassNotFoundException
- Throws:
ClassNotFoundException
Copyright © 2008-2010 EntropySoft. All Rights Reserved.