Skip to content

Releases: bbottema/java-reflection

v3.13.0

17 Nov 14:09
Compare
Choose a tag to compare
  • Added converter support for String to Date yyyy-MM-dd[ HH:mm]

v3.11.0

27 Oct 21:52
Compare
Choose a tag to compare
  • Added support for UUID conversion
  • The Jakarta Activation framework is now an explicit dependency

v3.10.1

21 Oct 14:58
Compare
Choose a tag to compare
  • Made locateClass a little bit more user friendly by deferring return type T

v3.10.0

21 Oct 14:57
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Added method to check if a class has a method with a given name

v3.9.4

21 Oct 15:07
Compare
Choose a tag to compare
  • Allow null-values when invoking setter

v3.9.3

21 Oct 15:07
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Added API to easily invoke bean setters / getters or methods

v3.9.1

21 Oct 15:07
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Added support for bean-like methods defined on interfaces