com.bluetrainsoftware.common.config.MapCoercion Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stickycode-extended-config Show documentation
Show all versions of stickycode-extended-config Show documentation
Extends the functionality of Spring Boot and Sticky Code and provides extra support for Kubernetes style mounted volumes.
package com.bluetrainsoftware.common.config;
import net.stickycode.coercion.*;
import javax.inject.Inject;
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
/**
* The Sticky one doesn't trim the names
*
* author: Richard Vowles - http://gplus.to/RichardVowles
*/
public class MapCoercion extends AbstractNoDefaultCoercion