Class PropertyValue


  • public abstract class PropertyValue
    extends Object
    Base class for property values that need to be buffered during deserialization.
    • Field Detail

      • value

        public final Object value
        Value to assign when POJO has been instantiated.
    • Method Detail

      • assign

        public abstract void assign​(Object bean)
                             throws IOException
        Method called to assign stored value of this property to specified bean instance
        Throws:
        IOException