io.microconfig.core.properties.PropertySerializer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of microconfig-api Show documentation
Show all versions of microconfig-api Show documentation
Powerful tool for microservice configuration management
package io.microconfig.core.properties;
import io.microconfig.core.configtypes.ConfigType;
import io.microconfig.core.templates.Template;
import java.util.Collection;
import java.util.List;
public interface PropertySerializer {
T serialize(Collection properties,
List templates,
ConfigType configType,
String componentName,
String environment);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy