Klasse FieldExaminer
java.lang.Object
ch.nolix.core.reflection.reflectionexaminer.FieldExaminer
- Alle implementierten Schnittstellen:
IFieldExaminer
A
FieldExaminer is not mutable.- Version:
- 2025-02-09
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleancanStoreValueOfTypeOrSuperType(Field field, Class<?> type) boolean
-
Konstruktordetails
-
FieldExaminer
public FieldExaminer()
-
-
Methodendetails
-
canStoreValueOfTypeOrSuperType
- Angegeben von:
canStoreValueOfTypeOrSuperTypein SchnittstelleIFieldExaminer- 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
- Angegeben von:
isStaticin SchnittstelleIFieldExaminer- Parameter:
field-- Gibt zurück:
- true if the given field is static, false otherwise.
-