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

org.skife.config.Coercible Maven / Gradle / Ivy

There is a newer version: 8.1.2
Show newest version
package org.skife.config;

/**
 * Returns a Coercer to convert String values into
 * the given type. The interface accepts Class<?> because
 * the type can be {@link java.lang.Object}.
 */
public interface Coercible
{
    Coercer accept(Class clazz);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy