com.jeffpalm.reflect
Interface Type.Factory

Enclosing interface:
Type

public static interface Type.Factory


Method Summary
 Type get(java.lang.Class cls)
           
 Type get(java.io.InputStream in)
           
 Type get(java.lang.String name)
           
 

Method Detail

get

Type get(java.lang.String name)

get

Type get(java.lang.Class cls)

get

Type get(java.io.InputStream in)
         throws java.io.IOException
Throws:
java.io.IOException