Skip to content

marcos-araujo/java-reflection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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