FEST-Reflect

A Java library that provides a Fluent Interface-based API
Download

FEST-Reflect Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License 2.0
  • Price:
  • FREE
  • Publisher Name:
  • Alex Ruiz
  • Publisher web site:
  • http://fest.easytesting.org/mocks/index.html

FEST-Reflect Tags


FEST-Reflect Description

A Java library that provides a Fluent Interface-based API FEST-Reflect is a Java library that provides a Fluent Interface-based API that simplifies the usage of Java Reflection, resulting in improved readability and type safety.Examples:The following examples demonstrate how easy is to access constructors, methods and fields using FEST-Reflect:Person person = constructor().withParameterTypes(String.class) .in(Person.class) .newInstance("Yoda"); method("setName").withParameterTypes(String.class) .in(person) .invoke("Luke"); field("name").ofType(String.class) .in(person) .set("Anakin"); Requirements: · Java 2 Standard Edition Runtime Environment What's New in This Release: · The project is now considered mature and production-ready. · The documentation was updated.


FEST-Reflect Related Software