Uses of Interface
space.arim.dazzleconf.serialiser.FlexibleTypeMapEntryFunction
Packages that use FlexibleTypeMapEntryFunction
Package
Description
Contains all API related to serializing and deserializing, commonly used for
adding custom config objects.
-
Uses of FlexibleTypeMapEntryFunction in space.arim.dazzleconf.serialiser
Methods in space.arim.dazzleconf.serialiser with parameters of type FlexibleTypeMapEntryFunctionModifier and TypeMethodDescription<K,V> Map<K, V> FlexibleType.getMap(FlexibleTypeMapEntryFunction<? extends K, ? extends V> entryProcessor) Gets the value as a map of further flexible types (FlexibleType.getMap()) and processes it by converting each pair of flexible types to a map entry.