Class PropertyValue.Map

  • Enclosing class:
    PropertyValue

    static final class PropertyValue.Map
    extends PropertyValue
    Property value type used when storing entries to be added to a Map.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.Object _key  
    • Constructor Summary

      Constructors 
      Constructor Description
      Map​(PropertyValue next, java.lang.Object value, java.lang.Object key)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void assign​(java.lang.Object bean)
      Method called to assign stored value of this property to specified bean instance
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • _key

        final java.lang.Object _key
    • Constructor Detail

      • Map

        public Map​(PropertyValue next,
                   java.lang.Object value,
                   java.lang.Object key)
    • 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