Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for parameterCount (0.18 sec)

  1. platforms/core-configuration/core-serialization-codecs/src/main/kotlin/org/gradle/internal/serialize/codecs/core/jos/JavaSerializationEncodingLookup.kt

        private
        fun writeReplaceMethodFrom(candidates: List<Method>) =
            candidates.firstAccessibleMatchingMethodOrNull {
                !Modifier.isStatic(modifiers)
                    && parameterCount == 0
                    && returnType == java.lang.Object::class.java
                    && name == "writeReplace"
            }
    
        private
        fun writeObjectMethodHierarchyFrom(candidates: List<Method>) = candidates
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 23:09:56 UTC 2024
    - 3.4K bytes
    - Viewed (0)
Back to top