Class MethodParameterNamesScanner

  • All Implemented Interfaces:
    Scanner

    public class MethodParameterNamesScanner
    extends java.lang.Object
    implements Scanner
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private java.lang.String getString​(javassist.bytecode.MethodInfo method)  
      java.util.List<java.util.Map.Entry<java.lang.String,​java.lang.String>> scan​(javassist.bytecode.ClassFile classFile)
      scan the given classFile and produces list of Map.Entry key/values
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MethodParameterNamesScanner

        public MethodParameterNamesScanner()
    • Method Detail

      • scan

        public java.util.List<java.util.Map.Entry<java.lang.String,​java.lang.String>> scan​(javassist.bytecode.ClassFile classFile)
        Description copied from interface: Scanner
        scan the given classFile and produces list of Map.Entry key/values
        Specified by:
        scan in interface Scanner
      • getString

        private java.lang.String getString​(javassist.bytecode.MethodInfo method)