JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
dev.enola.common.convert
Interface ObjectToStringConverter
All Superinterfaces:
Converter
<
Object
,
String
>
public interface
ObjectToStringConverter
extends
Converter
<
Object
,
String
>
Method Summary
All Methods
Instance Methods
Default Methods
Modifier and Type
Method
Description
default
String
convert
(
Object
input)
Method Details
convert
default
String
convert
(
Object
input)
Specified by:
convert
in interface
Converter
<
Object
,
String
>