Interface PropertySetter

All Known Implementing Classes:
FieldSetter, MethodSetter, PropertySetterBase

public interface PropertySetter
PropertySetter
Author:
[email protected]
  • Method Details

    • getType

      Class getType()
    • getAnnotation

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

      void set(Object instance, Object resource)