Azure / azure-functions-java-worker

Java runtime and core types for Microsoft Azure Functions
MIT License
87 stars 54 forks source link

Simplifies the messy logics on paramter resolving #730

Open kaibocai opened 11 months ago

kaibocai commented 11 months ago

clean up more

Issue describing the changes in this PR

This PR simplifies the messy logic of parameter-resolving.

  1. Removed the unnecessary InstanceSupplier to make this logic cleaner. The existing test cases still cover all the updated logic.
  2. Removed the unnecessary nested map using UUID.

This PR can be taken as preparation work for SDK binding.

Pull request checklist

Additional information

Additional PR information