Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to use getters and setters without get- or set- prefix to serialize/deserialize DB data, 2nd attempt #730

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jul 4, 2016

  1. resolving of conflicting setter is refactored

    no change in functionality yet, see next commits
    Alexander Vasiljev committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    3e2da33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8feb6cf View commit details
    Browse the repository at this point in the history
  3. fix static methods considered as getters or setters

    Alexander Vasiljev committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    2be2c5b View commit details
    Browse the repository at this point in the history
  4. Make Reflector final

    Though the class was exposed in public API as a return value of ReflectorFactory.findForClass(...),
     it is not intended to be public. This class is used in the most frequently changed part of MyBatis,
     so it should not be inheritable in application code.
    Alexander Vasiljev committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    d7d13af View commit details
    Browse the repository at this point in the history
  5. Allow to use property getters and setters without get- or set- prefix

    to serialize/deserialize DB data
    Alexander Vasiljev committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    cfb888e View commit details
    Browse the repository at this point in the history