Class SerializedValueJsonParser

java.lang.Object
gov.nasa.jpl.aerie.merlin.driver.json.SerializedValueJsonParser
All Implemented Interfaces:
gov.nasa.jpl.aerie.json.JsonParser<gov.nasa.jpl.aerie.merlin.protocol.types.SerializedValue>

public final class SerializedValueJsonParser extends Object implements gov.nasa.jpl.aerie.json.JsonParser<gov.nasa.jpl.aerie.merlin.protocol.types.SerializedValue>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final gov.nasa.jpl.aerie.json.JsonParser<gov.nasa.jpl.aerie.merlin.protocol.types.SerializedValue>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    javax.json.JsonObject
    getSchema(gov.nasa.jpl.aerie.json.SchemaCache anchors)
     
    gov.nasa.jpl.aerie.json.JsonParseResult<gov.nasa.jpl.aerie.merlin.protocol.types.SerializedValue>
    parse(javax.json.JsonValue json)
     
    javax.json.JsonValue
    unparse(gov.nasa.jpl.aerie.merlin.protocol.types.SerializedValue value)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface gov.nasa.jpl.aerie.json.JsonParser

    getSchema, map, map
  • Field Details

    • serializedValueP

      public static final gov.nasa.jpl.aerie.json.JsonParser<gov.nasa.jpl.aerie.merlin.protocol.types.SerializedValue> serializedValueP
  • Constructor Details

    • SerializedValueJsonParser

      public SerializedValueJsonParser()
  • Method Details

    • getSchema

      public javax.json.JsonObject getSchema(gov.nasa.jpl.aerie.json.SchemaCache anchors)
      Specified by:
      getSchema in interface gov.nasa.jpl.aerie.json.JsonParser<gov.nasa.jpl.aerie.merlin.protocol.types.SerializedValue>
    • parse

      public gov.nasa.jpl.aerie.json.JsonParseResult<gov.nasa.jpl.aerie.merlin.protocol.types.SerializedValue> parse(javax.json.JsonValue json)
      Specified by:
      parse in interface gov.nasa.jpl.aerie.json.JsonParser<gov.nasa.jpl.aerie.merlin.protocol.types.SerializedValue>
    • unparse

      public javax.json.JsonValue unparse(gov.nasa.jpl.aerie.merlin.protocol.types.SerializedValue value)
      Specified by:
      unparse in interface gov.nasa.jpl.aerie.json.JsonParser<gov.nasa.jpl.aerie.merlin.protocol.types.SerializedValue>