org.rblasch.convert.type
Class Types

java.lang.Object
  extended byorg.rblasch.convert.type.Types

public class Types
extends java.lang.Object

Author:
Ronald Blaschke

Constructor Summary
Types()
           
 
Method Summary
static Type findPrimitiveType(java.lang.Class c)
           
static Type findPTypeByClass(java.lang.Class c, java.lang.Class p1)
           
static Type findPTypeByName(java.lang.String t, java.lang.String p1)
           
static ParameterizableType findPTypeByType(Type t, java.util.List parameters)
           
static Type findPTypeByType(Type t, Type p1)
           
static Type findTypeByClass(java.lang.Class c)
           
static Type findTypeByName(java.lang.String name)
           
static Type nullType()
           
static Type primitiveArrayType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Types

public Types()
Method Detail

findTypeByName

public static Type findTypeByName(java.lang.String name)
                           throws UnknownTypeException
Throws:
UnknownTypeException

primitiveArrayType

public static Type primitiveArrayType()

nullType

public static Type nullType()

findPrimitiveType

public static Type findPrimitiveType(java.lang.Class c)

findTypeByClass

public static Type findTypeByClass(java.lang.Class c)

findPTypeByName

public static Type findPTypeByName(java.lang.String t,
                                   java.lang.String p1)
                            throws UnknownTypeException
Throws:
UnknownTypeException

findPTypeByClass

public static Type findPTypeByClass(java.lang.Class c,
                                    java.lang.Class p1)
                             throws UnknownTypeException
Throws:
UnknownTypeException

findPTypeByType

public static Type findPTypeByType(Type t,
                                   Type p1)
                            throws UnknownTypeException
Throws:
UnknownTypeException

findPTypeByType

public static ParameterizableType findPTypeByType(Type t,
                                                  java.util.List parameters)
                                           throws UnknownTypeException
Throws:
UnknownTypeException


Copyright © 2004 Ronald Blaschke. All Rights Reserved.