Klasse GlobalFieldTool

java.lang.Object
ch.nolix.core.reflection.GlobalFieldTool

public final class GlobalFieldTool extends Object
  • Methodendetails

    • getValueFromStaticField

      public static <V> V getValueFromStaticField(Field staticField)
    • hasGivenTypeOrSuperType

      public static boolean hasGivenTypeOrSuperType(Field field, Class<?> type)
    • isStatic

      public static boolean isStatic(Field field)
    • isStaticAndStoresValueOfGivenType

      public static boolean isStaticAndStoresValueOfGivenType(Field field, Class<?> type)