Class MethodSetter

All Implemented Interfaces:
PropertySetter

public class MethodSetter extends PropertySetterBase
MethodInjection
Author:
[email protected]
  • Constructor Details

    • MethodSetter

      public MethodSetter(Method m)
  • Method Details

    • getMethod

      public Method getMethod()
    • getAnnotation

      public <A> A getAnnotation(Class<A> annotationType)
    • set

      public void set(Object instance, Object val)