Klasse FieldTool

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

public final class FieldTool extends Object
  • Konstruktordetails

    • FieldTool

      public FieldTool()
  • Methodendetails

    • getValueFromStaticField

      public <V> V getValueFromStaticField(Field paramField)
    • hasGivenTypeOrSuperType

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

      public boolean isStatic(Field field)
    • isStaticAndStoresValueOfGivenType

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