Releases: bbottema/java-reflection
Releases · bbottema/java-reflection
v3.13.0
17 Nov 14:09
Compare
Sorry, something went wrong.
No results found
Added converter support for String to Date yyyy-MM-dd[ HH:mm]
v3.11.0
27 Oct 21:52
Compare
Sorry, something went wrong.
No results found
Added support for UUID conversion
The Jakarta Activation framework is now an explicit dependency
v3.10.1
21 Oct 14:58
Compare
Sorry, something went wrong.
No results found
Made locateClass a little bit more user friendly by deferring return type T
v3.10.0
21 Oct 14:57
Compare
Sorry, something went wrong.
No results found
Added methods for finding parameters by annotations type
Moved to Intellij @nullability annotations
Added license boilerplate code in Maven build script
Solved a bunch of static anlayses warnings
Improved how compatibility work when passing null-arguments as argument lists for locating constructors/methods
v3.9.5
21 Oct 14:58
Compare
Sorry, something went wrong.
No results found
Added method to check if a class has a method with a given name
v3.9.4
21 Oct 15:07
Compare
Sorry, something went wrong.
No results found
Allow null-values when invoking setter
v3.9.3
21 Oct 15:07
Compare
Sorry, something went wrong.
No results found
Added API for checking method compatibility based on actual arguments rather than by types only
Added helper method to zip method parameters with their respective actual arguments
Made the LookupMode arguments of type Set rather than EnumSet, so they can be made unmodifiable
Added convenience method for returning the verify and return the only method in a findMethods result
v3.9.2
21 Oct 15:07
Compare
Sorry, something went wrong.
No results found
Added API to easily invoke bean setters / getters or methods
v3.9.1
21 Oct 15:07
Compare
Sorry, something went wrong.
No results found
Added convencience method to return the first method for a specified name
Added method that returns an annotation of a specified type from a list
Added method that returns an annotation of a specified type from an array
Fixed visibility modifier on a public API
v3.9.0
21 Oct 15:07
Compare
Sorry, something went wrong.
No results found
Added support for bean-like methods defined on interfaces