Interface BinFieldFilter


public interface BinFieldFilter
Filter allows cheeking Bin annotation and fields during mapping or writing operations.
Since:
2.0.4
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isAllowed(Bin annotation, Field field)
    Check annotation and field that they allowed.
  • Method Details

    • isAllowed

      boolean isAllowed(Bin annotation, Field field)
      Check annotation and field that they allowed.
      Parameters:
      annotation - bin annotation, must not be null
      field - marked field, can be null
      Returns:
      true if field allowed, false otherwise