Class Converter.UpdateNotificationConverter

java.lang.Object
com.fasterxml.jackson.databind.util.StdConverter<com.fasterxml.jackson.databind.JsonNode,UpdateNotification>
org.opendaylight.ovsdb.lib.notation.json.Converter.UpdateNotificationConverter
All Implemented Interfaces:
com.fasterxml.jackson.databind.util.Converter<com.fasterxml.jackson.databind.JsonNode,UpdateNotification>
Enclosing class:
Converter

public static class Converter.UpdateNotificationConverter extends com.fasterxml.jackson.databind.util.StdConverter<com.fasterxml.jackson.databind.JsonNode,UpdateNotification>
  • 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(com.fasterxml.jackson.databind.JsonNode 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

    • UpdateNotificationConverter

      public UpdateNotificationConverter()
  • Method Details

    • convert

      public UpdateNotification convert(com.fasterxml.jackson.databind.JsonNode value)
      Specified by:
      convert in interface com.fasterxml.jackson.databind.util.Converter<com.fasterxml.jackson.databind.JsonNode,UpdateNotification>
      Specified by:
      convert in class com.fasterxml.jackson.databind.util.StdConverter<com.fasterxml.jackson.databind.JsonNode,UpdateNotification>