Uses of Interface
io.github.projectunified.craftconfig.annotation.converter.Converter
Packages that use Converter
Package
Description
-
Uses of Converter in io.github.projectunified.craftconfig.annotation.converter
Methods in io.github.projectunified.craftconfig.annotation.converter that return ConverterModifier and TypeMethodDescriptionstatic @NotNull ConverterConverter.createConverterSafe(Class<? extends Converter> converterClass) Create a new instance of the converterMethods in io.github.projectunified.craftconfig.annotation.converter that return types with arguments of type ConverterModifier and TypeMethodDescriptionConverterProvider.getConverter(Class<?> type) Get theConverterfor the typeMethod parameters in io.github.projectunified.craftconfig.annotation.converter with type arguments of type ConverterModifier and TypeMethodDescriptionstatic @NotNull ConverterConverter.createConverterSafe(Class<? extends Converter> converterClass) Create a new instance of the converter -
Uses of Converter in io.github.projectunified.craftconfig.annotation.converter.impl
Classes in io.github.projectunified.craftconfig.annotation.converter.impl that implement ConverterModifier and TypeClassDescriptionclassThe defaultConverter, which does nothing, so the raw value and the final value are the same typeclassA simpleConverterthat use an operator to convert raw value to final valueclassMethods in io.github.projectunified.craftconfig.annotation.converter.impl that return types with arguments of type ConverterModifier and TypeMethodDescriptionDefaultArrayConverterProvider.getConverter(Class<?> type) EnumConverterProvider.getConverter(Class<?> type) PrimitiveConverterProvider.getConverter(Class<?> type) -
Uses of Converter in io.github.projectunified.craftconfig.annotation.converter.manager
Methods in io.github.projectunified.craftconfig.annotation.converter.manager that return ConverterModifier and TypeMethodDescriptionstatic ConverterDefaultConverterManager.getConverter(Type type) Get the converter for the typestatic ConverterDefaultConverterManager.getConverterIfDefault(Type type, Converter converter) Get the converter for the type if the given converter is the default onestatic ConverterDefaultConverterManager.getConverterIfDefault(Type type, Class<? extends Converter> converterClass) Get the converter for the type if the given converter is the default oneMethods in io.github.projectunified.craftconfig.annotation.converter.manager with parameters of type ConverterModifier and TypeMethodDescriptionstatic ConverterDefaultConverterManager.getConverterIfDefault(Type type, Converter converter) Get the converter for the type if the given converter is the default onestatic voidDefaultConverterManager.registerConverter(Type type, Converter converter) Register the converter for the typeMethod parameters in io.github.projectunified.craftconfig.annotation.converter.manager with type arguments of type ConverterModifier and TypeMethodDescriptionstatic ConverterDefaultConverterManager.getConverterIfDefault(Type type, Class<? extends Converter> converterClass) Get the converter for the type if the given converter is the default one -
Uses of Converter in io.github.projectunified.craftconfig.bukkit.converter
Classes in io.github.projectunified.craftconfig.bukkit.converter that implement ConverterMethods in io.github.projectunified.craftconfig.bukkit.converter that return types with arguments of type Converter