Package ch.njol.skript.classes
Class Converter.ConverterUtils
java.lang.Object
ch.njol.skript.classes.Converter.ConverterUtils
@Deprecated(since="2.10.0",
forRemoval=true)
public static final class Converter.ConverterUtils
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic <F,
T> Converter <?, T> createDoubleInstanceofConverter
(Class<F> from, Converter<F, ?> conv, Class<T> to) Deprecated, for removal: This API element is subject to removal in a future version.static <F,
T> Converter <F, T> createInstanceofConverter
(Converter<F, ?> conv, Class<T> to) Deprecated, for removal: This API element is subject to removal in a future version.static <F,
T> Converter <?, T> createInstanceofConverter
(Class<F> from, Converter<F, T> conv) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
ConverterUtils
public ConverterUtils()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
createInstanceofConverter
@Deprecated(since="2.10.0", forRemoval=true) public static <F,T> Converter<?,T> createInstanceofConverter(Class<F> from, Converter<F, T> conv) Deprecated, for removal: This API element is subject to removal in a future version. -
createInstanceofConverter
@Deprecated(since="2.10.0", forRemoval=true) public static <F,T> Converter<F,T> createInstanceofConverter(Converter<F, ?> conv, Class<T> to) Deprecated, for removal: This API element is subject to removal in a future version. -
createDoubleInstanceofConverter
@Deprecated(since="2.10.0", forRemoval=true) public static <F,T> Converter<?,T> createDoubleInstanceofConverter(Class<F> from, Converter<F, ?> conv, Class<T> to) Deprecated, for removal: This API element is subject to removal in a future version.
-