JavaScript is disabled on your browser.
Skip navigation links
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
dk.vajhoej.record
Interface Util.Transformer<T1,T2>
Type Parameters:
T1
- input type
T2
- output type
Enclosing class:
Util
public static interface
Util.Transformer<T1,T2>
Interface for converting objects read.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T2
convert
(
T1
o)
Convert object.
Method Detail
convert
T2
convert(
T1
o)
Convert object.
Parameters:
o
- object to convert
Returns:
converted object
Skip navigation links
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