Uses of Interface
me.hsgamer.hscore.config.annotation.converter.Converter
Package
Description
Contains the implementations of
Converter
and ConverterProvider
for the Bukkit configContains some
Converter
for custom ConfigPath
Contains the implementation for
Converter
and ConverterProvider
Contains the manager for
Converter
-
Uses of Converter in me.hsgamer.hscore.bukkit.config.converter
-
Uses of Converter in me.hsgamer.hscore.config.annotation.converter
Modifier and TypeMethodDescriptionstatic @NotNull Converter
Converter.createConverterSafe
(Class<? extends Converter> converterClass) Create a new instance of the converterModifier and TypeMethodDescriptionConverterProvider.getConverter
(Class<?> type) Get theConverter
for the typeModifier and TypeMethodDescriptionstatic @NotNull Converter
Converter.createConverterSafe
(Class<? extends Converter> converterClass) Create a new instance of the converter -
Uses of Converter in me.hsgamer.hscore.config.annotation.converter.impl
Modifier and TypeClassDescriptionclass
The defaultConverter
, which does nothing, so the raw value and the final value are the same typeclass
A simpleConverter
that use an operator to convert raw value to final valueclass
Modifier and TypeMethodDescriptionDefaultArrayConverterProvider.getConverter
(Class<?> type) PrimitiveConverterProvider.getConverter
(Class<?> type) -
Uses of Converter in me.hsgamer.hscore.config.annotation.converter.manager
Modifier and TypeMethodDescriptionstatic Converter
DefaultConverterManager.getConverter
(Type type) Get the converter for the typestatic Converter
DefaultConverterManager.getConverterIfDefault
(Type type, Class<? extends Converter> converterClass) Get the converter for the type if the given converter is the default onestatic Converter
DefaultConverterManager.getConverterIfDefault
(Type type, Converter converter) Get the converter for the type if the given converter is the default oneModifier and TypeMethodDescriptionstatic Converter
DefaultConverterManager.getConverterIfDefault
(Type type, Converter converter) Get the converter for the type if the given converter is the default onestatic void
DefaultConverterManager.registerConverter
(Type type, Converter converter) Register the converter for the typeModifier and TypeMethodDescriptionstatic Converter
DefaultConverterManager.getConverterIfDefault
(Type type, Class<? extends Converter> converterClass) Get the converter for the type if the given converter is the default one