Class SetterFieldImpl

    • Constructor Detail

      • SetterFieldImpl

        public SetterFieldImpl​(Class<?> containerClass,
                               String propertyName,
                               Field field)
    • Method Detail

      • getContainerClass

        public Class<?> getContainerClass()
      • getPropertyName

        public String getPropertyName()
      • getField

        public Field getField()
      • getMethodName

        public String getMethodName()
        Description copied from interface: Setter
        Optional operation (may return null)
        Specified by:
        getMethodName in interface Setter
      • getMethod

        public Method getMethod()
        Description copied from interface: Setter
        Optional operation (may return null)
        Specified by:
        getMethod in interface Setter