toggle menu
few
jvm
switch theme
search in API
api
/
com.few.api.domain.common.web.config.converter
/
ViewConverter
View
Converter
class
ViewConverter
:
Converter
<
String
,
ViewCategory
>
Members
Constructors
View
Converter
Link copied to clipboard
constructor
(
)
Functions
and
Then
Link copied to clipboard
open
fun
<
U
:
Any
>
andThen
(
after
:
Converter
<
in
ViewCategory
,
out
U
>
)
:
Converter
<
String
,
U
>
convert
Link copied to clipboard
open
override
fun
convert
(
source
:
String
)
:
ViewCategory
?