Interface IFieldExaminer
- All Known Implementing Classes:
FieldExaminer
public interface IFieldExaminer
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionbooleancanStoreValueOfTypeOrSuperType(Field field, Class<?> type) boolean
-
Method Details
-
canStoreValueOfTypeOrSuperType
-
isStatic
- Parameters:
field-- Returns:
- true if the given field is static, false otherwise.
-