Interface JsonValueNodeFactory

All Known Implementing Classes:
SdkRpcV2CborValueNodeFactory

public interface JsonValueNodeFactory
Parses JSON tokens into JsonNode's values. Used only for atomic values.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Default implementation.
  • Method Summary

    Modifier and Type
    Method
    Description
    node(software.amazon.awssdk.thirdparty.jackson.core.JsonParser parser, software.amazon.awssdk.thirdparty.jackson.core.JsonToken token)
     
  • Field Details

    • DEFAULT

      static final JsonValueNodeFactory DEFAULT
      Default implementation. Takes the tokens and returns JsonNode values based on its string representation.
  • Method Details

    • node

      JsonNode node(software.amazon.awssdk.thirdparty.jackson.core.JsonParser parser, software.amazon.awssdk.thirdparty.jackson.core.JsonToken token) throws IOException
      Throws:
      IOException