setOf

public static IKeyDeserializer<Set<T>> setOf<T>(IKeyDeserializer<T> deserializableKey)

Produce a IKeyDeserializer that deserializes a set of type {@param } Due to the limitations of some configuration providers, a set is the only type which can contain multiple keys that require additional sub-keys.

Return

A new deserializer for a set of that type

Parameters

deserializableKey

A deserializer for each member of the set