Uses of Class
step.core.collections.serialization.DottedKeyMap
-
Packages that use DottedKeyMap Package Description step.core.collections.serialization step.core.entities -
-
Uses of DottedKeyMap in step.core.collections.serialization
Methods in step.core.collections.serialization that return DottedKeyMap Modifier and Type Method Description DottedKeyMapDottedMapKeyDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)Methods in step.core.collections.serialization with parameters of type DottedKeyMap Modifier and Type Method Description voidDottedMapKeySerializer. serialize(DottedKeyMap value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) -
Uses of DottedKeyMap in step.core.entities
Methods in step.core.entities that return DottedKeyMap Modifier and Type Method Description DottedKeyMap<String,String>Bean. getMap()Methods in step.core.entities with parameters of type DottedKeyMap Modifier and Type Method Description voidBean. setMap(DottedKeyMap<String,String> map)
-