osglworks / java-tool

Some simple common Java utilities
Apache License 2.0
52 stars 18 forks source link

Provide a mechanism to enable application plug in logic to extend the IO read process #154

Closed greenlaw110 closed 5 years ago

greenlaw110 commented 6 years ago

A good example might be a plugin support reading excel file:

List<Foo> fooList = IO.read("foo.xlsx").to(new TypeReference<List<Foo>>(){});