Package ch.njol.skript.classes
Class Converter.ConverterUtils
java.lang.Object
ch.njol.skript.classes.Converter.ConverterUtils
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(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(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(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.
-