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

io.github.hengyunabc.bind.AbstractBinder Maven / Gradle / Ivy

The newest version!
package io.github.hengyunabc.bind;

import org.springframework.core.env.ConfigurableEnvironment;

public abstract class AbstractBinder {

	public abstract  T bind(ConfigurableEnvironment environment, String prefix, Class type);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy