OpenSearch/plugins/delete-by-query
Simon Willnauer a0c10850d9 Use Supplier instead of Reflection
Java 8 allows for method references which in-turn will cause
compile errors if a method is not visible while reflection fails late
and maybe too late. We can now register Request instances via FooRequest::new
instead of passing FooRequest.class and call it's ctor via reflection.
2015-09-14 09:11:32 +02:00
..
2015-09-14 09:11:32 +02:00
2015-07-22 10:45:45 -04:00
2015-09-03 10:43:28 +02:00