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

org.sonarsource.sonarlint.shaded.org.picocontainer.Converting Maven / Gradle / Ivy

There is a newer version: 10.2.0.78029
Show newest version
package org.picocontainer;


/**
 * Interface for containers that can handle string-to-object conversion in object parameters.
 * @author Paul Hammant
 */
public interface Converting {

    /**
     * Retrieve the set of converters for transforming string parameters
     * into objects.
     * @return converter set instance.
     */
    Converters getConverters();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy