Class Converter.ConverterUtils

java.lang.Object
ch.njol.skript.classes.Converter.ConverterUtils
Enclosing interface:
Converter<F,T>

@Deprecated(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 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.