needsField

open override fun needsField(fieldInfo: FieldInfo): StoredFieldVisitor.Status

Hook before processing a field. Before a field is processed, this method is invoked so that subclasses can return a Status representing whether they need that particular field or not, or to stop processing entirely.