org.gcube.common.events.impl
Class ReflectionUtils

java.lang.Object
  extended by org.gcube.common.events.impl.ReflectionUtils

public class ReflectionUtils
extends Object

Library-wide reflection utilities.

Author:
Fabio Simeoni

Constructor Summary
ReflectionUtils()
           
 
Method Summary
static boolean containsVariable(Type t)
           
static Type elementTypeOf(Type t)
           
static boolean isCollectionType(Type t)
           
static Type typeOf(Object event)
           
static Object valueOf(Object event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionUtils

public ReflectionUtils()
Method Detail

typeOf

public static Type typeOf(Object event)

valueOf

public static Object valueOf(Object event)

isCollectionType

public static boolean isCollectionType(Type t)

elementTypeOf

public static Type elementTypeOf(Type t)

containsVariable

public static boolean containsVariable(Type t)


Copyright © 2013. All Rights Reserved.