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

com.netflix.karyon.admin.rest.StringResolver Maven / Gradle / Ivy

package com.netflix.karyon.admin.rest;


/**
 * Strategy for converting from a String to a different Type
 * 
 * @author elandau
 */
public interface StringResolver {
    Object convert(String value) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy