Skip to content

v1.0

Compare
Choose a tag to compare
@ThomasSousa96 ThomasSousa96 released this 14 Oct 08:05
· 18 commits to master since this release
  • Added ClassWrapper class, for facilitate the handling of a Java class and your members, using the Java Reflection API
  • Added the PathExpression API, for access nested fields or methods of a given root object
  • Added the Reflections class, a utility class for facilitates the access, of centralized way, to the principal functionalities
  • Added the Predicates class, a utility class with static methods that returns a Predicate for filter a Class, Member, Field or Method.
  • Added the DelegatedInstanceFactory#DEFAULT_FACTORY, that by default has capacity to instantiates all primitive types and any classes with default constructor.