org.hibernate.jpamodelgen
Class TypeUtils

java.lang.Object
  extended by org.hibernate.jpamodelgen.TypeUtils

public class TypeUtils
extends java.lang.Object

Utility class.

Author:
Max Andersen, Hardy Ferentschik, Emmanuel Bernard

Constructor Summary
TypeUtils()
           
 
Method Summary
static javax.lang.model.element.TypeElement getSuperclass(javax.lang.model.element.TypeElement element)
           
static java.lang.String toTypeString(javax.lang.model.type.TypeMirror type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeUtils

public TypeUtils()
Method Detail

toTypeString

public static java.lang.String toTypeString(javax.lang.model.type.TypeMirror type)

getSuperclass

public static javax.lang.model.element.TypeElement getSuperclass(javax.lang.model.element.TypeElement element)


Copyright © 2009. All Rights Reserved.