Enum Class Builder.Type

java.lang.Object
java.lang.Enum<Builder.Type>
org.aoju.bus.sensitive.Builder.Type
All Implemented Interfaces:
Serializable, Comparable<Builder.Type>, Constable
Enclosing class:
Builder

public static enum Builder.Type extends Enum<Builder.Type>
  • Enum Constant Details

    • NONE

      public static final Builder.Type NONE
      不脱敏
    • DEFAUL

      public static final Builder.Type DEFAUL
      默认脱敏方式
    • NAME

      public static final Builder.Type NAME
      中文名
    • CITIZENID

      public static final Builder.Type CITIZENID
      身份证号
    • PHONE

      public static final Builder.Type PHONE
      座机号
    • MOBILE

      public static final Builder.Type MOBILE
      手机号
    • ADDRESS

      public static final Builder.Type ADDRESS
      地址
    • EMAIL

      public static final Builder.Type EMAIL
      电子邮件
    • BANK_CARD

      public static final Builder.Type BANK_CARD
      银行卡
    • CNAPS_CODE

      public static final Builder.Type CNAPS_CODE
      企业银行联号
    • PAY_SIGN_NO

      public static final Builder.Type PAY_SIGN_NO
      支付签约协议号
    • PASSWORD

      public static final Builder.Type PASSWORD
      密码
    • GENERIC

      public static final Builder.Type GENERIC
      普通号码
  • Method Details

    • values

      public static Builder.Type[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Builder.Type valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null