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

kz.greetgo.strconverter.simple.acceptors.ClassInstantiation Maven / Gradle / Ivy

package kz.greetgo.strconverter.simple.acceptors;

import java.util.Map;

public interface ClassInstantiation {

  Object createInstance(Class workingClass, Map acceptorMap, NameValueList nameValueList);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy