Skip to content
This repository was archived by the owner on Oct 8, 2022. It is now read-only.

v1.2.0 (utils-se)

Latest

Choose a tag to compare

@rdebusscher rdebusscher released this 29 Sep 19:22
· 1 commit to master since this release
  • Support for JAR URL paths within ResourceUtil.
  • Added method ResourceUtil.getContent.
  • ObjectUtils.requiresNot and ObjectUtils.requiresNotBlank verification methods.
  • FastPropertyMemberAccessor utility to access fields through getters and setters based on property name and LambdaMetafactory instead of Java Reflection with setAccessible.