Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 283 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 283 Bytes

Reflection API

Reflection Java API. Receive a string, instantiate the class and invoke the method with parameters.

General Info

API for a highly dynamic environment to instantiating objects.

Example

  • /class/method?param1=value1& param2=value2