org.ubercraft.sucre.common
Class ReflectionUtil

java.lang.Object
  extended by org.ubercraft.sucre.common.ReflectionUtil

public final class ReflectionUtil
extends Object


Constructor Summary
ReflectionUtil()
           
 
Method Summary
static boolean isEqualsMethod(Method method)
           
static boolean isHashCodeMethod(Method method)
           
static boolean isToStringMethod(Method method)
           
static
<T> T
newInstanceUnchecked(Class<? extends T> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionUtil

public ReflectionUtil()
Method Detail

isEqualsMethod

public static boolean isEqualsMethod(Method method)

isHashCodeMethod

public static boolean isHashCodeMethod(Method method)

isToStringMethod

public static boolean isToStringMethod(Method method)

newInstanceUnchecked

public static <T> T newInstanceUnchecked(Class<? extends T> type)


Copyright © 2013. All Rights Reserved.