com.tencent.devops.common.stream.utils.DefaultBindingUtils.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common-event Show documentation
Show all versions of common-event Show documentation
Tencent blueking ci project
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