|| (primitiveCounterpart != null && actualFieldType.isAssignableFrom(primitiveCounterpart));
}
@Override
public void notFound(Class<?> type, boolean isInstanceField) throws FieldNotFoundException {
throw new FieldNotFoundException(String.format("No %s field assignable from \"%s\" could be found in the class hierarchy of %s.",
isInstanceField ? "instance" : "static", expectedFieldType.getName(), type.getName()));
}