Skip to content

Add helper methods for quickly getting/setting fields and calling methods #3

@thecodewarrior

Description

@thecodewarrior

Currently for one-time access to a field you need to call Mirror.reflectClass(yourObject.class).declaredField("fieldName").get(yourObject), but for such a simple case it would be nice to be able to do something akin to Mirror.getField(object, "fieldName").

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions