All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ottema.java-reflection.3.5.1.source-code.RELEASE.txt Maven / Gradle / Ivy

Go to download

Java Reflection provides a small package with nifty reflection features that will help with finding constructors, methods and value conversions

There is a newer version: 4.1.0
Show newest version
http://code.google.com/p/java-reflection/


RELEASE NOTES Java Reflection


v3.5.1

- Added overloaded version of MethodUtils.findMatchingMethods(..) that also supports Collection in addition to varargs...
- Fixed name based type matching to properly work with arrays vs varargs...


v3.5.0

- Made method collection facilities in ClassUtil much more robust by allowing any combination of method modifiers to find methods for rather than just
 a boolean "publicOnly". This includes modifiers other than for visibility as well.


v3.4.0

- Added BeanUtils API to verify if a given Method is a bean setter / getter


v3.3.0

- More robust class location facility
- Support any custom classloader for locating classes


v3.2.1

- Optimized recursive code and implemented some caches


v3.2.0

- Added alternative lookup method for Methods based on type names rather than types
- Streamlines ClassUtils API a bit


v3.1.0

Complete overhaul:
- Conversion now works with graph-based path finding resolution to find all possible conversion paths
- Converters can now be added by third parties
- fixed a bug with the cache not working properly
- restructured classes and packages so it makes a lot more sense


v2.x.x

- Converted to Java 7 and added spotbugs
- Resolved a bunch of warnings
- Removed dependencies on external libraries


v1.0

Initial upload




© 2015 - 2024 Weber Informatics LLC | Privacy Policy