JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
tech.corefinance.common.converter
Interface ExportTypeConverter<I,
O>
All Known Implementing Classes:
DateExportConverter
public interface
ExportTypeConverter<I,
O>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
O
convert
(
I
data)
boolean
isSupport
(
Class
<?> dataType)
Method Details
convert
O
convert
(
I
data)
isSupport
boolean
isSupport
(
Class
<?> dataType)