Schnittstelle IFieldExaminer

Alle bekannten Implementierungsklassen:
FieldExaminer

public interface IFieldExaminer
Version:
2025-02-09
Autor:
Silvan Wyss
  • Methodendetails

    • canStoreValueOfTypeOrSuperType

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

      boolean isStatic(Field field)
      Parameter:
      field -
      Gibt zurück:
      true if the given field is static, false otherwise.