Constructor and Description |
---|
SelectedMethod(T method) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
T |
getMethod() |
List<ParameterBinding> |
getParameterBindings() |
int |
hashCode() |
void |
setParameterBindings(List<ParameterBinding> parameterBindings) |
String |
toString() |
public SelectedMethod(T method)
public T getMethod()
public List<ParameterBinding> getParameterBindings()
public void setParameterBindings(List<ParameterBinding> parameterBindings)
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.