Class AutomaticBean.PatternConverter

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

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

    • PatternConverter

      private PatternConverter()
  • Method Details

    • convert

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