public interface DataResource
Modifier and Type | Method and Description |
---|---|
Class<?> |
getCls()
Fetch the user defined POJO class
|
InputStream |
getInputStream()
Load the input stream of the data file
|
String |
getType()
Fetch the data file extension
|
void |
setCls(Class<?> cls)
Set the user defined POJO class to map data
|
InputStream getInputStream()
Class<?> getCls()
void setCls(Class<?> cls)
cls
- String getType()
Copyright © 2016 PayPal Open Source. All rights reserved.