Class ArrayToStringDeserializer

java.lang.Object
org.testcontainers.shaded.com.fasterxml.jackson.databind.JsonDeserializer<String>
io.github.microcks.testcontainers.util.jackson.ArrayToStringDeserializer

public class ArrayToStringDeserializer extends org.testcontainers.shaded.com.fasterxml.jackson.databind.JsonDeserializer<String>
This is a custom deserializer to deserialize an array of primitive types to String where each value is separated by a comma.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.testcontainers.shaded.com.fasterxml.jackson.databind.JsonDeserializer

    org.testcontainers.shaded.com.fasterxml.jackson.databind.JsonDeserializer.None
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    deserialize(org.testcontainers.shaded.com.fasterxml.jackson.core.JsonParser jsonParser, org.testcontainers.shaded.com.fasterxml.jackson.databind.DeserializationContext deserializationContext)
     

    Methods inherited from class org.testcontainers.shaded.com.fasterxml.jackson.databind.JsonDeserializer

    deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, unwrappingDeserializer

    Methods inherited from class java.lang.Object

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

    • ArrayToStringDeserializer

      public ArrayToStringDeserializer()
  • Method Details

    • deserialize

      public String deserialize(org.testcontainers.shaded.com.fasterxml.jackson.core.JsonParser jsonParser, org.testcontainers.shaded.com.fasterxml.jackson.databind.DeserializationContext deserializationContext) throws IOException
      Specified by:
      deserialize in class org.testcontainers.shaded.com.fasterxml.jackson.databind.JsonDeserializer<String>
      Throws:
      IOException