com.supermap.services.components.spi

Class ReferencePath.SerializableMethod

  • java.lang.Object
    • com.supermap.services.components.spi.ReferencePath.SerializableMethod
  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    ReferencePath


    public static class ReferencePath.SerializableMethod
    extends java.lang.Object
    implements java.io.Serializable
    
    See Also:
    Serialized Form
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object obj) 
      java.lang.Object get(java.lang.Object obj) 
      int hashCode() 
      void invoke(java.lang.Object obj, java.lang.String value) 
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReferencePath.SerializableMethod

        public ReferencePath.SerializableMethod(java.lang.reflect.Method paramMethod)
        
    • Method Detail

      • equals

        public boolean equals(java.lang.Object obj)
        
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        
        Overrides:
        hashCode in class java.lang.Object
      • invoke

        public void invoke(java.lang.Object obj,
                  java.lang.String value)
        
      • get

        public java.lang.Object get(java.lang.Object obj)