Class NotComplex<E>

java.lang.Object
org.miaixz.bus.shade.safety.complex.NotComplex<E>
All Implemented Interfaces:
Complex<E>

public class NotComplex<E> extends Object implements Complex<E>
非门逻辑规则
Since:
Java 17+
Author:
Kimi Liu
  • Constructor Details

    • NotComplex

      public NotComplex(Complex<E> delegate)
  • Method Details

    • on

      public boolean on(E entry)
      Description copied from interface: Complex
      记录是否需要加/解密
      Specified by:
      on in interface Complex<E>
      Parameters:
      entry - 记录
      Returns:
      true: 需要 false:不需要