Uses of Interface
me.hsgamer.hscore.config.annotation.converter.Converter
Packages that use Converter
Package
Description
Contains the implementations of
Converter and ConverterProvider for the Bukkit configContains some
Converter for custom ConfigPathContains the implementation for
Converter and ConverterProviderContains the manager for
Converter-
Uses of Converter in me.hsgamer.hscore.bukkit.config.converter
Classes in me.hsgamer.hscore.bukkit.config.converter that implement ConverterMethods in me.hsgamer.hscore.bukkit.config.converter that return types with arguments of type Converter -
Uses of Converter in me.hsgamer.hscore.config.annotation.converter
Methods in me.hsgamer.hscore.config.annotation.converter that return ConverterModifier and TypeMethodDescriptionstatic @NotNull ConverterConverter.createConverterSafe(Class<? extends Converter> converterClass) Create a new instance of the converterMethods in me.hsgamer.hscore.config.annotation.converter that return types with arguments of type ConverterModifier and TypeMethodDescriptionConverterProvider.getConverter(Class<?> type) Get theConverterfor the typeMethod parameters in me.hsgamer.hscore.config.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 me.hsgamer.hscore.config.annotation.converter.impl
Classes in me.hsgamer.hscore.config.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 me.hsgamer.hscore.config.annotation.converter.impl that return types with arguments of type ConverterModifier and TypeMethodDescriptionDefaultArrayConverterProvider.getConverter(Class<?> type) PrimitiveConverterProvider.getConverter(Class<?> type) -
Uses of Converter in me.hsgamer.hscore.config.annotation.converter.manager
Methods in me.hsgamer.hscore.config.annotation.converter.manager that return ConverterModifier and TypeMethodDescriptionstatic ConverterDefaultConverterManager.getConverter(Type type) Get the converter for the typestatic ConverterDefaultConverterManager.getConverterIfDefault(Type type, Class<? extends Converter> converterClass) Get the converter for the type if the given converter is the default onestatic ConverterDefaultConverterManager.getConverterIfDefault(Type type, Converter converter) Get the converter for the type if the given converter is the default oneMethods in me.hsgamer.hscore.config.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 me.hsgamer.hscore.config.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