Package com.github.alex1304.rdi.config
Class SetterMethod
- java.lang.Object
-
- com.github.alex1304.rdi.config.SetterMethod
-
public class SetterMethod extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Injectable
getInjectableParameter()
int
hashCode()
void
invoke(Object instance)
void
invoke(Object instance, Object arg)
String
toString()
-
-
-
Method Detail
-
getInjectableParameter
public Injectable getInjectableParameter()
-
invoke
public void invoke(Object instance)
-
-