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

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

package kz.greetgo.strconverter.simple.acceptors;

import kz.greetgo.strconverter.simple.core.NameValue;

import java.util.List;

public interface ClassManager {

  List orderList();

  AttrAcceptor acceptor(String name);

  Class workingClass();

  String alias();

  Object createInstance(NameValueList nameValueList);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy