public class MethodInjectionPoint extends InjectionPoint
Constructor and Description |
---|
MethodInjectionPoint(java.lang.reflect.Method writeMethod,
java.lang.String configuration,
java.lang.String key,
java.lang.String format,
java.lang.Class<? extends java.beans.PropertyEditor> editor) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<?> |
getType() |
java.lang.reflect.Method |
getWriteMethod() |
void |
setValue(java.lang.Object instance,
java.lang.Object value) |
java.lang.String |
toString() |
getConfiguration, getEditor, getFormat, getKey
public MethodInjectionPoint(@Nonnull java.lang.reflect.Method writeMethod, @Nonnull java.lang.String configuration, @Nonnull java.lang.String key, @Nonnull java.lang.String format, @Nonnull java.lang.Class<? extends java.beans.PropertyEditor> editor)
@Nonnull public java.lang.reflect.Method getWriteMethod()
public void setValue(@Nonnull java.lang.Object instance, java.lang.Object value)
setValue
in class InjectionPoint
@Nonnull public java.lang.Class<?> getType()
getType
in class InjectionPoint
public java.lang.String toString()
toString
in class java.lang.Object