Class StringToMapConverter

  • All Implemented Interfaces:
    groovy.lang.GroovyObject, org.springframework.core.convert.converter.Converter<java.lang.String,​java.util.Map>

    @Component
    public class StringToMapConverter
    extends java.lang.Object
    implements org.springframework.core.convert.converter.Converter<java.lang.String,​java.util.Map>, groovy.lang.GroovyObject
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map convert​(java.lang.String s)  
      groovy.lang.MetaClass getMetaClass()  
      void setMetaClass​(groovy.lang.MetaClass mc)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.springframework.core.convert.converter.Converter

        andThen
      • Methods inherited from interface groovy.lang.GroovyObject

        getProperty, invokeMethod, setProperty
    • Constructor Detail

      • StringToMapConverter

        public StringToMapConverter()
    • Method Detail

      • getMetaClass

        public groovy.lang.MetaClass getMetaClass()
        Specified by:
        getMetaClass in interface groovy.lang.GroovyObject
      • setMetaClass

        public void setMetaClass​(groovy.lang.MetaClass mc)
        Specified by:
        setMetaClass in interface groovy.lang.GroovyObject
      • convert

        public java.util.Map convert​(java.lang.String s)
        Specified by:
        convert in interface org.springframework.core.convert.converter.Converter<java.lang.String,​java.util.Map>