io.polyapi.client.internal.service.VariableInjectionService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of library Show documentation
Show all versions of library Show documentation
Java client library for Poly API
The newest version!
package io.polyapi.client.internal.service;
public interface VariableInjectionService {
Object replace(String propertyName, Object original);
T inject(String key, String type);
}