Class AppPathConverter

java.lang.Object
com.skava.apppaymentplugin.utils.AppPathConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<String,AppPath>

@Component public class AppPathConverter extends Object implements org.springframework.core.convert.converter.Converter<String,AppPath>
AppPathConverter for the enum
Author:
Infosys Equinox
  • Constructor Details

    • AppPathConverter

      public AppPathConverter()
  • Method Details

    • convert

      public AppPath convert(String value)
      Specified by:
      convert in interface org.springframework.core.convert.converter.Converter<String,AppPath>