Interface AttributeValueAccessors.StructureValue

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object>
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      <V> V get​(java.lang.String name)
      Type hinted get for field
      static AttributeValueAccessors.StructureValue of​(java.util.Map<java.lang.String,​java.lang.Object> value)
      Create structure value from map.
      java.util.Map<java.lang.String,​java.lang.Object> value()
      Return map with values
      • Methods inherited from interface java.util.Map

        clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
    • Method Detail

      • of

        static AttributeValueAccessors.StructureValue of​(java.util.Map<java.lang.String,​java.lang.Object> value)
        Create structure value from map.
        Parameters:
        value - source map
        Returns:
        structure value
      • value

        java.util.Map<java.lang.String,​java.lang.Object> value()
        Return map with values
        Returns:
        map where key represents fields
      • get

        <V> V get​(java.lang.String name)
        Type hinted get for field
        Type Parameters:
        V - returned type
        Parameters:
        name - name of field
        Returns:
        value of field