Interface SerializeValueFilter


  • public interface SerializeValueFilter
    • Method Detail

      • 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.