Interface JsonValueNodeFactory


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      JsonNode node​(software.amazon.awssdk.thirdparty.jackson.core.JsonParser parser, software.amazon.awssdk.thirdparty.jackson.core.JsonToken token)  
    • Field Detail

      • DEFAULT

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

      • node

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