JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.hammurapi.convert
Interface ConverterClosure<S,T>
public interface
ConverterClosure
<S,T>
Closure interface for converters.
Method Summary
Methods
Modifier and Type
Method and Description
T
convert
(
S
source)
Converts source to target type.
Method Detail
convert
T
convert
(
S
source)
Converts source to target type. Target type is known to the closure but not to the calling code.
Parameters:
source
-
Returns:
Instance of target type.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method