Class DataBindingLazyMetaPropertyMap

  • All Implemented Interfaces:
    java.util.Map

    public class DataBindingLazyMetaPropertyMap
    extends grails.beans.util.LazyMetaPropertyMap
    Extends the default implementation and does data binding.
    Since:
    1.1
    • 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 Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object put​(java.lang.Object propertyName, java.lang.Object propertyValue)  
      • Methods inherited from class grails.beans.util.LazyMetaPropertyMap

        clear, containsKey, containsValue, entrySet, equals, get, getInstance, hashCode, isEmpty, keySet, putAll, remove, size, values
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Map

        compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
    • Constructor Detail

      • DataBindingLazyMetaPropertyMap

        public DataBindingLazyMetaPropertyMap​(java.lang.Object o)
        Constructs the map
        Parameters:
        o - The object to inspect
    • Method Detail

      • put

        public java.lang.Object put​(java.lang.Object propertyName,
                                    java.lang.Object propertyValue)
        Specified by:
        put in interface java.util.Map
        Overrides:
        put in class grails.beans.util.LazyMetaPropertyMap