Class BundleableObjectConverter

java.lang.Object
com.fasterxml.jackson.databind.util.StdConverter<String,BundleableObject>
security.whisper.javastix.json.converters.dehydrated.BundleableObjectConverter
All Implemented Interfaces:
com.fasterxml.jackson.databind.util.Converter<String,BundleableObject>

public class BundleableObjectConverter extends com.fasterxml.jackson.databind.util.StdConverter<String,BundleableObject>
Generates a Dehydrated Bundleable Object based on a ID.
  • 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(String value)
     

    Methods inherited from class com.fasterxml.jackson.databind.util.StdConverter

    _findConverterType, getInputType, getOutputType

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BundleableObjectConverter

      public BundleableObjectConverter()
  • Method Details