JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Class
io.github.projectunified.craftconfig.annotation.converter.impl.StringConverter
Packages that use
StringConverter
Package
Description
io.github.projectunified.craftconfig.annotation.converter.impl
Uses of
StringConverter
in
io.github.projectunified.craftconfig.annotation.converter.impl
Methods in
io.github.projectunified.craftconfig.annotation.converter.impl
that return
StringConverter
Modifier and Type
Method
Description
static <T>
StringConverter
<T>
StringConverter.
of
(
Function
<
String
,
T> from,
Function
<T,
String
> to)
Create a new instance of the converter