Skip to content

Service to execute a callable by passing it's parameter by name

License

Notifications You must be signed in to change notification settings

mpoiriert/invoker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

invoker

Build Status

Service to execute a callable by passing it's parameter by name or type.

You can also register a Parameter value provider so you can provider parameter value at run time. The system does register a DefaultParameterValue in it's core with a priority of 0. This will set the default value from the the ReflectionParameter if any. If you want to be process prior to this you must register with -1 as a priority. If not provider are able to provide a value a UnableToMatchParameterException will occur.

About

Service to execute a callable by passing it's parameter by name

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages