public final class ReflectionUtil extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
implementsAnyObserver(BaseEntitySystem owner) |
static boolean |
implementsObserver(BaseSystem owner,
String methodName) |
static boolean |
isGenericType(Field f,
Class<?> mainType,
Class typeParameter) |
public static boolean implementsObserver(BaseSystem owner, String methodName)
public static boolean implementsAnyObserver(BaseEntitySystem owner)
Copyright © 2019. All rights reserved.