Class SelectedMethod<T extends Method>
- java.lang.Object
-
- org.mapstruct.ap.internal.model.source.selector.SelectedMethod<T>
-
-
Constructor Summary
Constructors Constructor Description SelectedMethod(T method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
T
getMethod()
List<ParameterBinding>
getParameterBindings()
int
hashCode()
void
setParameterBindings(List<ParameterBinding> parameterBindings)
String
toString()
-
-
-
Constructor Detail
-
SelectedMethod
public SelectedMethod(T method)
-
-
Method Detail
-
getMethod
public T getMethod()
-
getParameterBindings
public List<ParameterBinding> getParameterBindings()
-
setParameterBindings
public void setParameterBindings(List<ParameterBinding> parameterBindings)
-
-