Class JsonFilter

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.lang.Void>

    public class JsonFilter
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.lang.Void>
    Since:
    0.21
    Author:
    Michiel Meeuwissen
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonFilter​(java.io.InputStream in, java.io.OutputStream out, java.util.List<JsonFilter.Replacement<?>> replacements)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Void call()  
      • Methods inherited from class java.lang.Object

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

      • JsonFilter

        public JsonFilter​(java.io.InputStream in,
                          java.io.OutputStream out,
                          java.util.List<JsonFilter.Replacement<?>> replacements)
    • Method Detail

      • call

        public java.lang.Void call()
                            throws java.io.IOException
        Specified by:
        call in interface java.util.concurrent.Callable<java.lang.Void>
        Throws:
        java.io.IOException