All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.netty.core.util.AsmMethodToParameterNamesFunction Maven / Gradle / Ivy

The newest version!
//package com.github.netty.core.util;
//
//import java.lang.reflect.Method;
//import java.util.function.Function;
//
///**
// * ASM - based method variable parameter name function
// * @author wangzihao
// */
//public class AsmMethodToParameterNamesFunction implements Function {
//    private ParameterNameDiscoverer parameterNameDiscoverer = new ParameterNameDiscoverer();
//    @Override
//    public String[] apply(Method method) {
//        return parameterNameDiscoverer.getParameterNames(method);
//    }
//}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy