All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tencent.devops.common.stream.utils.DefaultBindingUtils.kt Maven / Gradle / Ivy

There is a newer version: 3.1.0-rc.4
Show newest version
package com.tencent.devops.common.stream.utils

import java.lang.reflect.Method

object DefaultBindingUtils {
    fun getOutBindingName(clazz: Class<*>) = clazz.simpleName.decapitalize()

    fun getInBindingName(method: Method): String = method.name
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy