Interface CsvElementFetcher<T>
-
- Type Parameters:
T- The type of the returned Object.
public interface CsvElementFetcher<T>Interface for a class that returns a pre-registered property of an Entity.- Author:
- scf
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tfetch(Entity source)Fetch the pre-registered property of the given source entity.
-