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

io.polyapi.client.internal.service.VariableInjectionService Maven / Gradle / Ivy

There is a newer version: 0.15.3
Show newest version
package io.polyapi.client.internal.service;

public interface VariableInjectionService {
    Object replace(String propertyName, Object original);

     T inject(String key, String type);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy