Interface SerializeValueFilter


public interface SerializeValueFilter
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    shouldIgnore(String name, Object value)
     
  • Method Details

    • shouldIgnore

      boolean shouldIgnore(String name, Object value)
      Parameters:
      name - the attribute name if set.
      value - the value which will get serialized.
      Returns:
      true if the value should be ignored and not serialized.