Uses of Interface
cc.carm.lib.configuration.adapter.ValueParser
Packages that use ValueParser
Package
Description
-
Uses of ValueParser in cc.carm.lib.configuration.adapter
Classes in cc.carm.lib.configuration.adapter that implement ValueParserModifier and TypeClassDescriptionclass
ValueAdapter<TYPE>
Value adapter, used to convert the value of the configuration file into the objects.Fields in cc.carm.lib.configuration.adapter declared as ValueParserMethods in cc.carm.lib.configuration.adapter that return ValueParserMethods in cc.carm.lib.configuration.adapter with parameters of type ValueParserModifier and TypeMethodDescriptionValueAdapter.parser
(@Nullable ValueParser<TYPE> deserializer) <T> void
ValueAdapterRegistry.register
(@NotNull ValueType<T> type, @NotNull ValueParser<T> deserializer) <T> void
ValueAdapterRegistry.register
(@NotNull ValueType<T> type, @Nullable ValueSerializer<T> serializer, @Nullable ValueParser<T> deserializer) <T> void
ValueAdapterRegistry.register
(@NotNull Class<T> type, @NotNull ValueParser<T> deserializer) Constructors in cc.carm.lib.configuration.adapter with parameters of type ValueParserModifierConstructorDescriptionValueAdapter
(@NotNull ValueType<TYPE> type, @Nullable ValueSerializer<TYPE> serializer, @Nullable ValueParser<TYPE> parser) -
Uses of ValueParser in cc.carm.lib.configuration.adapter.strandard
Classes in cc.carm.lib.configuration.adapter.strandard that implement ValueParserConstructors in cc.carm.lib.configuration.adapter.strandard with parameters of type ValueParserModifierConstructorDescriptionprotected
PrimitiveAdapter
(@NotNull Class<T> valueType, @NotNull ValueParser<T> deserializer) -
Uses of ValueParser in cc.carm.lib.configuration.source
Methods in cc.carm.lib.configuration.source with parameters of type ValueParserModifier and TypeMethodDescription<T> SELF
ConfigurationFactory.adapter
(@NotNull ValueType<T> type, @NotNull ValueParser<T> parser) <T> SELF
ConfigurationFactory.adapter
(@NotNull ValueType<T> type, @NotNull ValueSerializer<T> serializer, @NotNull ValueParser<T> parser) <T> SELF
ConfigurationFactory.adapter
(@NotNull Class<T> type, @NotNull ValueSerializer<T> serializer, @NotNull ValueParser<T> parser) -
Uses of ValueParser in cc.carm.lib.configuration.value.impl
Methods in cc.carm.lib.configuration.value.impl that return ValueParserModifier and TypeMethodDescriptionprotected <O> @Nullable ValueParser
<O> CachedConfigValue.parserFor
(@NotNull ValueAdapter<O> adapter) -
Uses of ValueParser in cc.carm.lib.configuration.value.standard
Methods in cc.carm.lib.configuration.value.standard that return ValueParserModifier and TypeMethodDescription@Nullable ValueParser
<V> ConfiguredList.parser()
@Nullable ValueParser
<V> ConfiguredValue.parser()
Methods in cc.carm.lib.configuration.value.standard with parameters of type ValueParserModifier and TypeMethodDescriptionstatic <V> ConfiguredValue
<V> ConfiguredValue.of
(@NotNull ValueManifest<V, V> manifest, @Nullable ValueParser<V> parser, @Nullable ValueSerializer<V> serializer)