Class GroovyMethodFilter


  • public class GroovyMethodFilter
    extends Object
    ProxiedMethodFilter implementation for Groovy. Methods declared by groovy.lang.GroovyObject and their implementations are ignored.
    Author:
    Jozef Hartinger
    • Constructor Detail

      • GroovyMethodFilter

        public GroovyMethodFilter()
    • Method Detail

      • isEnabled

        public boolean isEnabled()
      • accept

        public boolean accept​(Method method)