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

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

package com.netflix.karyon.admin.rest;

public interface StringResolverFactory {
    StringResolver create(Class type) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy