T - domain type whose objects need to be hydratedpublic class Hydrator<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
List<T> |
fromCSV(Path p)
Reads a csv file and returns list of hydrated objects of the given type
|
static <U> Hydrator<U> |
of(Class<U> type)
Hydrator factory
|
Copyright © 2015. All rights reserved.