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

com.daiyc.extension.core.ExtensionNameConverter Maven / Gradle / Ivy

There is a newer version: 1.3.2
Show newest version
package com.daiyc.extension.core;

/**
 * @author daiyc
 * @since 2024/7/22
 */
public interface ExtensionNameConverter {
    String convert(Object value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy