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

com.gitee.feizns.convert.method.valueof.AbstractValueOfMethodConverter Maven / Gradle / Ivy

package com.gitee.feizns.convert.method.valueof;

import com.gitee.feizns.convert.method.AbstractMethodConverter;

/**
 * @author feizns
 * @since 2019/6/15 0015
 */
public abstract class AbstractValueOfMethodConverter extends AbstractMethodConverter {

    private static final String METHOD_NAME = "valueOf";

    public AbstractValueOfMethodConverter() {
        super(METHOD_NAME);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy