History log of /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/InjectedMethod.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
11df39c91611b9ff2d7c87a9a9829251a015bccf 16-Mar-2016 George Mount <mount@google.com> Added simple inverted String conversion.

When binding a primitive to an EditText, a common
pattern is to use '@{"" + value}'. This, however,
doesn't allow for a two-way data binding expressions.
To mitigate the need for conversion functions, a simple
inversion for this expression wsa implemented that
just converts value from a String when possible.

This CL also fixes a bug in which a method matching
the first parameter was always chosen, reguardless of
the second and further parameters.

Change-Id: I36828d9f54d2073965358fceb140b2d5e6328919
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/InjectedMethod.java