JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
io.protostuff
ListAdapter
Converter
Contents
Description
Method Summary
Method Details
convert(F)
Hide sidebar
Show sidebar
Interface ListAdapter.Converter<
F
,
T
>
Enclosing class:
ListAdapter
<
F
,
T
>
public static interface
ListAdapter.Converter<F,
T>
Convert individual elements of the List from F to T.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
convert
(
F
from)
Method Details
convert
T
convert
(
F
from)