Class AutomaticBean.SeverityLevelConverter

java.lang.Object
com.puppycrawl.tools.checkstyle.api.AutomaticBean.SeverityLevelConverter
All Implemented Interfaces:
org.apache.commons.beanutils.Converter
Enclosing class:
AutomaticBean

private static class AutomaticBean.SeverityLevelConverter extends Object implements org.apache.commons.beanutils.Converter
A converter that converts strings to severity level.
  • Constructor Details

    • SeverityLevelConverter

      private SeverityLevelConverter()
  • Method Details

    • convert

      public Object convert(Class type, Object value)
      Specified by:
      convert in interface org.apache.commons.beanutils.Converter