Skip to content

Instantly share code, notes, and snippets.

@jetgeng
Last active December 20, 2015 14:19
Show Gist options
  • Save jetgeng/6146061 to your computer and use it in GitHub Desktop.
Save jetgeng/6146061 to your computer and use it in GitHub Desktop.
动态绑定
package com.e6sh.beautiful.mind
import com.e6sh.beautiful.mind.cmd.POSCardQueryCommand
import org.codehaus.groovy.grails.web.metaclass.BindDynamicMethod
def bind = new BindDynamicMethod()
def cmd = new POSCardQueryCommand()
//cmd.properties = params
bind.invoke(cmd, 'bind', [cmd, params] as Object[])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment