Class CallContextCache.Signature

  • Enclosing class:
    CallContextCache

    private static final class CallContextCache.Signature
    extends java.lang.Object
    • Field Detail

      • returnType

        private final Type returnType
        Keep references to the return and parameter types so they do not get garbage collected until the closure does.
      • parameterTypes

        private final Type[] parameterTypes
      • saveErrno

        private final boolean saveErrno
      • faultProtect

        private final boolean faultProtect
      • hashCode

        private int hashCode
    • Constructor Detail

      • Signature

        public Signature​(Type returnType,
                         Type[] parameterTypes,
                         CallingConvention convention,
                         boolean saveErrno,
                         boolean faultProtect)
    • Method Detail

      • equals

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

        private final int calculateHashCode()
      • hashCode

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