Uses of Interface
space.arim.dazzleconf.serialiser.FlexibleType
Packages that use FlexibleType
Package
Description
Contains all API related to serializing and deserializing, commonly used for
adding custom config objects.
-
Uses of FlexibleType in space.arim.dazzleconf.serialiser
Methods in space.arim.dazzleconf.serialiser that return types with arguments of type FlexibleTypeModifier and TypeMethodDescriptionFlexibleType.getCollection()Gets the value as a collection of further flexible types.FlexibleType.getList()Gets the value as a list of further flexible types.FlexibleType.getMap()Gets the value as a map of further flexible types.FlexibleType.getMap()Gets the value as a map of further flexible types.FlexibleType.getSet()Gets the value as a set of further flexible types.Methods in space.arim.dazzleconf.serialiser with parameters of type FlexibleTypeModifier and TypeMethodDescriptionURLValueSerialiser.deserialise(FlexibleType flexibleType) ValueSerialiser.deserialise(FlexibleType flexibleType) Deserializes a value from a flexible type representing a raw config value.FlexibleTypeFunction.getResult(FlexibleType flexibleType) Gets a result from the flexible typeFlexibleTypeMapEntryFunction.getResult(FlexibleType flexibleKey, FlexibleType flexibleValue) Gets a result from two flexible types