Uses of Interface
me.hsgamer.hscore.config.annotation.converter.Converter
Packages that use Converter
Package
Description
Contains some
Converter for custom ConfigPathContains the manager for
Converter-
Uses of Converter in me.hsgamer.hscore.config.annotation.converter
Classes in me.hsgamer.hscore.config.annotation.converter that implement ConverterModifier and TypeClassDescriptionclassThe defaultConverter, which does nothing, so the raw value and the final value are the same typeclassAConverterto convert primitive typesclassA simpleConverterthat use an operator to convert raw value to final valueMethods 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 converterMethod 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.manager
Methods in me.hsgamer.hscore.config.annotation.converter.manager that return ConverterModifier and TypeMethodDescriptionstatic ConverterDefaultConverterManager.getConverter(Class<?> clazz) Get the converter for the type classstatic ConverterDefaultConverterManager.getConverterIfDefault(Class<?> clazz, Class<? extends Converter> converterClass) Get the converter for the type class if the given converter is the default onestatic ConverterDefaultConverterManager.getConverterIfDefault(Class<?> clazz, Converter converter) Get the converter for the type class 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(Class<?> clazz, Converter converter) Get the converter for the type class if the given converter is the default onestatic voidDefaultConverterManager.registerConverter(Class<?> clazz, Converter converter) Register the converter for the type class