Class BundleableObjectSetConverter
java.lang.Object
com.fasterxml.jackson.databind.util.StdConverter<Set<String>,Set<BundleableObject>>
security.whisper.javastix.json.converters.dehydrated.BundleableObjectSetConverter
- All Implemented Interfaces:
com.fasterxml.jackson.databind.util.Converter<Set<String>,Set<BundleableObject>>
public class BundleableObjectSetConverter
extends com.fasterxml.jackson.databind.util.StdConverter<Set<String>,Set<BundleableObject>>
Generates a Dehydrated Bundleable Object based on a ID from a Set of BundleableObjects.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.fasterxml.jackson.databind.util.Converter
com.fasterxml.jackson.databind.util.Converter.None -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.fasterxml.jackson.databind.util.StdConverter
_findConverterType, getInputType, getOutputType
-
Constructor Details
-
BundleableObjectSetConverter
public BundleableObjectSetConverter()
-
-
Method Details
-
convert
- Specified by:
convertin interfacecom.fasterxml.jackson.databind.util.Converter<Set<String>,Set<BundleableObject>> - Specified by:
convertin classcom.fasterxml.jackson.databind.util.StdConverter<Set<String>,Set<BundleableObject>>
-