Class DefaultPropertyAccessor

    • Constructor Detail

      • DefaultPropertyAccessor

        public DefaultPropertyAccessor()
        Constructs a new DefaultValueAccessor with a null default value.
      • DefaultPropertyAccessor

        public DefaultPropertyAccessor​(Object value)
        Constructs a new DefaultValueAccessor with a null default value.
        Parameters:
        value - The initial value.
    • Method Detail

      • setValue

        public void setValue​(Object value)
        The strategy to set a value.
        Specified by:
        setValue in interface PropertyAccessor
        Parameters:
        value - The value to be set.