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
tools.devnull.trugger
Interface ObjectMapper<T,R>
public interface
ObjectMapper<T,R>
Interface that maps two things inside a fluent interface.
Since:
5.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
R
to
(
T
value)
Maps to the given object.
Method Detail
to
R
to(
T
value)
Maps to the given object.
Parameters:
value
- the value to map
Returns:
a reference to the object for doing other mappings.
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