Constant Field Values

Contents

org.openrewrite.*

  • org.openrewrite.java.migrate.lombok.log.UseCommonsLog
    Modifier and Type
    Constant Field
    Value
    protected static final String
    FIELD_NAME_DESCRIPTION
    "Name of the log field to replace. If not specified, the field name is not checked and any field that satisfies the other checks is converted."
  • org.openrewrite.java.migrate.lombok.log.UseJBossLog
    Modifier and Type
    Constant Field
    Value
    protected static final String
    FIELD_NAME_DESCRIPTION
    "Name of the log field to replace. If not specified, the field name is not checked and any field that satisfies the other checks is converted."
  • org.openrewrite.java.migrate.lombok.log.UseLog
    Modifier and Type
    Constant Field
    Value
    protected static final String
    FIELD_NAME_DESCRIPTION
    "Name of the log field to replace. If not specified, the field name is not checked and any field that satisfies the other checks is converted."
  • org.openrewrite.java.migrate.lombok.log.UseLog4j2
    Modifier and Type
    Constant Field
    Value
    protected static final String
    FIELD_NAME_DESCRIPTION
    "Name of the log field to replace. If not specified, the field name is not checked and any field that satisfies the other checks is converted."
  • org.openrewrite.java.migrate.lombok.log.UseSlf4j
    Modifier and Type
    Constant Field
    Value
    protected static final String
    FIELD_NAME_DESCRIPTION
    "Name of the log field to replace. If not specified, the field name is not checked and any field that satisfies the other checks is converted."