Klasse FieldExaminer

java.lang.Object
ch.nolix.core.reflection.reflectionexaminer.FieldExaminer
Alle implementierten Schnittstellen:
IFieldExaminer

public final class FieldExaminer extends Object implements IFieldExaminer
A FieldExaminer is not mutable.
Version:
2025-02-09
Autor:
Silvan Wyss
  • Konstruktordetails

    • FieldExaminer

      public FieldExaminer()
  • Methodendetails

    • canStoreValueOfTypeOrSuperType

      public boolean canStoreValueOfTypeOrSuperType(Field field, Class<?> type)
      Angegeben von:
      canStoreValueOfTypeOrSuperType in Schnittstelle IFieldExaminer
      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

      public boolean isStatic(Field field)
      Angegeben von:
      isStatic in Schnittstelle IFieldExaminer
      Parameter:
      field -
      Gibt zurück:
      true if the given field is static, false otherwise.