Class GroovyUserMapper

  • All Implemented Interfaces:
    UserMapper

    public class GroovyUserMapper
    extends AbstractUserMapper
    Implement the UserMapper using Groovy Scripting for the mapping part
    Since:
    7.4
    Author:
    tiry
    • Field Detail

      • mapperSource

        protected final String mapperSource
      • wrapperSource

        protected final String wrapperSource
      • loader

        protected groovy.lang.GroovyClassLoader loader
      • mapperClass

        protected Class<?> mapperClass
      • wrapperClass

        protected Class<?> wrapperClass
    • Constructor Detail

      • GroovyUserMapper

        public GroovyUserMapper​(String mapperScript,
                                String wrapperScript)