org.ubercraft.sucre.common
Class ReflectionUtil
java.lang.Object
org.ubercraft.sucre.common.ReflectionUtil
public final class ReflectionUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReflectionUtil
public ReflectionUtil()
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.