Uses of Interface
cc.carm.lib.configuration.adapter.ValueSerializer
Packages that use ValueSerializer
Package
Description
-
Uses of ValueSerializer in cc.carm.lib.configuration.adapter
Classes in cc.carm.lib.configuration.adapter that implement ValueSerializerModifier 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 ValueSerializerModifier and TypeFieldDescriptionprotected @Nullable ValueSerializer
<TYPE> ValueAdapter.serializer
Methods in cc.carm.lib.configuration.adapter that return ValueSerializerMethods in cc.carm.lib.configuration.adapter with parameters of type ValueSerializerModifier and TypeMethodDescription<T> void
ValueAdapterRegistry.register
(@NotNull ValueType<T> type, @NotNull ValueSerializer<T> serializer) <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 ValueSerializer<T> serializer) ValueAdapter.serializer
(@Nullable ValueSerializer<TYPE> serializer) Constructors in cc.carm.lib.configuration.adapter with parameters of type ValueSerializerModifierConstructorDescriptionValueAdapter
(@NotNull ValueType<TYPE> type, @Nullable ValueSerializer<TYPE> serializer, @Nullable ValueParser<TYPE> parser) -
Uses of ValueSerializer in cc.carm.lib.configuration.adapter.strandard
Classes in cc.carm.lib.configuration.adapter.strandard that implement ValueSerializer -
Uses of ValueSerializer in cc.carm.lib.configuration.source
Methods in cc.carm.lib.configuration.source with parameters of type ValueSerializerModifier and TypeMethodDescription<T> SELF
ConfigurationFactory.adapter
(@NotNull ValueType<T> type, @NotNull ValueSerializer<T> serializer) <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 ValueSerializer in cc.carm.lib.configuration.value.impl
Methods in cc.carm.lib.configuration.value.impl that return ValueSerializerModifier and TypeMethodDescriptionprotected <O> @Nullable ValueSerializer
<O> CachedConfigValue.serializerFor
(@NotNull ValueAdapter<O> adapter) -
Uses of ValueSerializer in cc.carm.lib.configuration.value.standard
Methods in cc.carm.lib.configuration.value.standard that return ValueSerializerModifier and TypeMethodDescription@Nullable ValueSerializer
<V> ConfiguredList.serializer()
@Nullable ValueSerializer
<V> ConfiguredValue.serializer()
Methods in cc.carm.lib.configuration.value.standard with parameters of type ValueSerializerModifier and TypeMethodDescriptionstatic <V> ConfiguredValue
<V> ConfiguredValue.of
(@NotNull ValueManifest<V, V> manifest, @Nullable ValueParser<V> parser, @Nullable ValueSerializer<V> serializer)