Class AutomaticBean.UriConverter

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

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

    • UriConverter

      private UriConverter()
  • Method Details

    • convert

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