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

com.carrotsearch.console.jcommander.IStringConverterFactory Maven / Gradle / Ivy

The newest version!
/*
 * console-tools
 *
 * Copyright (C) 2019, Carrot Search s.c.
 * All rights reserved.
 */
package com.carrotsearch.console.jcommander;

/**
 * A factory for IStringConverter. This interface lets you specify your converters in one place
 * instead of having them repeated all over your argument classes.
 *
 * @author cbeust
 */
public interface IStringConverterFactory {
   Class> getConverter(Class forType);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy