public class ArgsMeta extends Object
boolean
equals(Object o)
String
getMethod()
int
hashCode()
static ArgsMeta
of(Class<?> type, Method method)
of(Class<?> type, String methodName, Class<?>... args)
of(Object type, String methodName, Class<?>... args)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public String getMethod()
public static ArgsMeta of(Class<?> type, Method method)
public static ArgsMeta of(Class<?> type, String methodName, Class<?>... args)
public static ArgsMeta of(Object type, String methodName, Class<?>... args)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
Copyright © 2022. All rights reserved.