public final class Parameter extends Object
Parameter(String id, Class<?> type)
Parameter(String name, Class<?> type, Type genericType)
boolean
equals(Object obj)
Type
getGenericType()
String
getName()
Class<?>
getType()
int
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Parameter(String name, Class<?> type, Type genericType)
public Parameter(String id, Class<?> type)
public String getName()
public Class<?> getType()
public Type getGenericType()
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
Copyright © 2015. All rights reserved.