JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
net.eusashead.parquet.converter
Interface Converter<T,V>
All Known Subinterfaces:
RepresentationConverter
<T>
All Known Implementing Classes:
EntityRepresentationConverter
public interface
Converter<T,V>
Method Summary
Methods
Modifier and Type
Method and Description
T
convert
(
V
source)
Convert a thing to another thing
Method Detail
convert
T
convert(
V
source)
Convert a thing to another thing
Parameters:
source
- to be converted
Returns:
converted thing
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method