public class ClassFileMethodToParameterNamesFunction extends Object implements Function<Method,String[]>
ClassFileMethodToParameterNamesFunction()
String[]
apply(Method method)
static void
main(String[] args)
static Map<Member,String[]>
readParameterNameMap(Class<?> clazz)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen, compose, identity
public ClassFileMethodToParameterNamesFunction()
public String[] apply(Method method)
apply
Function<Method,String[]>
public static Map<Member,String[]> readParameterNameMap(Class<?> clazz)
public static void main(String[] args)
Copyright © 2021. All rights reserved.