You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.