org.javaruntype.typedef
Class TypeDefs

Object
  extended by org.javaruntype.typedef.TypeDefs

public final class TypeDefs
extends Object

This is the central and basic factory class for TypeDef objects. Every TypeDef object should be exclusively obtained by means of this class's methods.

Since:
1.0
Author:
Daniel Fernández

Method Summary
static TypeDef forClass(Class<?> typeClass)
           Retrieves the TypeDef object corresponding with the given class.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

forClass

public static TypeDef forClass(Class<?> typeClass)

Retrieves the TypeDef object corresponding with the given class.

Parameters:
typeClass - the class which TypeDef must be obtained.
Returns:
the TypeDef


Copyright © 2012 The JAVARUNTYPE team. All Rights Reserved.