Class TrueJsonFilter

  • All Implemented Interfaces:
    JsonFilter

    public class TrueJsonFilter
    extends java.lang.Object
    implements JsonFilter
    Accepts all JSON values.
    • Constructor Summary

      Constructors 
      Constructor Description
      TrueJsonFilter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean filter​(com.fasterxml.jackson.databind.JsonNode value)
      Accept this value.
      • Methods inherited from class java.lang.Object

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

      • TrueJsonFilter

        public TrueJsonFilter()
    • Method Detail

      • filter

        public boolean filter​(com.fasterxml.jackson.databind.JsonNode value)
        Accept this value.
        Specified by:
        filter in interface JsonFilter