JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.flasby.util
Interface Convertor<From,
To>
public interface
Convertor<From,
To>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
To
convert
(
Object
from)
converts from one object type to another.
Method Details
convert
To
convert
(
Object
from)
converts from one object type to another.
Parameters:
from
-
Returns: