Interface IFieldExaminer

All Known Implementing Classes:
FieldExaminer

public interface IFieldExaminer
Author:
Silvan Wyss
  • Method Details

    • canStoreValueOfTypeOrSuperType

      boolean canStoreValueOfTypeOrSuperType(Field field, Class<?> type)
      Parameters:
      field -
      type -
      Returns:
      true if the given field can store a value of the given type or super type, false otherwise.
    • isStatic

      boolean isStatic(Field field)
      Parameters:
      field -
      Returns:
      true if the given field is static, false otherwise.