gregwhitaker / catnap

Partial JSON response framework for RESTful web services
Apache License 2.0
55 stars 15 forks source link

Added caching for model properties. #22

Open nickpanaiotov opened 5 years ago

nickpanaiotov commented 5 years ago

Getting all fields by reflection on every execution just take too much time. Added new CachingModelBuilder which will use reflection only the first time when the model is used.