Interface ConverterProvider

All Known Implementing Classes:
BukkitConverterProvider, PrimitiveConverterProvider

public interface ConverterProvider
A provider for the Converter
  • Method Details

    • getConverter

      Optional<Converter> getConverter(Class<?> type)
      Get the Converter for the type
      Parameters:
      type - the type
      Returns:
      the converter or empty if the type is not supported