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

com.alibaba.fastjson.support.hsf.MethodLocator Maven / Gradle / Ivy

There is a newer version: 3.2.26
Show newest version
package com.alibaba.fastjson.support.hsf;

import java.lang.reflect.Method;

public interface MethodLocator {
    Method findMethod(String[] types);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy