Class JsonFilter.Replacement<T>

  • Enclosing class:
    JsonFilter

    public static class JsonFilter.Replacement<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Replacement​(java.lang.String key, T value, T newValue)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Replacement

        public Replacement​(java.lang.String key,
                           T value,
                           T newValue)