Class MethodSignature


  • public class MethodSignature
    extends Object
    • Constructor Detail

      • MethodSignature

        public MethodSignature​(Method m)
        Create a method signature key based on a Reflection method signature.
        Parameters:
        m - The Reflect method to build from.
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • extendIfNecessary

        public Optional<MethodSignature> extendIfNecessary()
        Extend this to a signature that includes catalog if appropriate.
        Returns:
        Extended signature with Catalog argument.
      • isExtended

        public boolean isExtended()