Interface ConverterProvider
- All Known Implementing Classes:
BukkitConverterProvider,DefaultArrayConverterProvider,PrimitiveConverterProvider
public interface ConverterProvider
A provider for the
Converter-
Method Summary
-
Method Details
-
getConverter
Get theConverterfor the type- Parameters:
type- the type- Returns:
- the converter or empty if the type is not supported
-