Schnittstelle IFieldExaminer
- Alle bekannten Implementierungsklassen:
FieldExaminer
public interface IFieldExaminer
- Version:
- 2025-02-09
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleancanStoreValueOfTypeOrSuperType(Field field, Class<?> type) boolean
-
Methodendetails
-
canStoreValueOfTypeOrSuperType
- 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
- Parameter:
field-- Gibt zurück:
- true if the given field is static, false otherwise.
-