Class SetterStore.IntermediateV3

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    SetterStore

    public static class SetterStore.IntermediateV3
    extends java.lang.Object
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.HashMap<android.databinding.tool.store.SetterStore.InverseMethodDescription,​java.lang.String> twoWayMethods  
    • Constructor Summary

      Constructors 
      Constructor Description
      IntermediateV3()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      android.databinding.tool.store.SetterStore.Intermediate upgrade()  
      • Methods inherited from class java.lang.Object

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

      • twoWayMethods

        public final java.util.HashMap<android.databinding.tool.store.SetterStore.InverseMethodDescription,​java.lang.String> twoWayMethods
    • Constructor Detail

      • IntermediateV3

        public IntermediateV3()
    • Method Detail

      • upgrade

        public android.databinding.tool.store.SetterStore.Intermediate upgrade()