Class PropertyValue.Any

  • Enclosing class:
    PropertyValue

    static final class PropertyValue.Any
    extends PropertyValue
    Property value type used when storing entries to be added to a POJO using "any setter" (method that takes name and value arguments, allowing setting multiple different properties using single method).
    • Field Detail

      • _propertyName

        final java.lang.String _propertyName
    • Method Detail

      • assign

        public void assign​(java.lang.Object bean)
                    throws java.io.IOException,
                           com.fasterxml.jackson.core.JsonProcessingException
        Description copied from class: PropertyValue
        Method called to assign stored value of this property to specified bean instance
        Specified by:
        assign in class PropertyValue
        Throws:
        java.io.IOException
        com.fasterxml.jackson.core.JsonProcessingException