org.springframework.boot.autoconfigure.Properties Maven / Gradle / Ivy
package org.springframework.boot.autoconfigure;
import java.net.Proxy.Type;
import java.net.URI;
import java.util.Date;
import java.util.List;
import java.util.Locale;
import java.util.Map;
import java.util.TimeZone;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.core.io.Resource;
import org.springframework.util.LinkedCaseInsensitiveMap;
/**
* @see java.utilTreeMap
* @see String#CASE_INSENSITIVE_ORDER
*/
@ConfigurationProperties("properties")
public class Properties {
// private static final long serialVersionUID = -3828334504963147887L;
private Map locale = new LinkedCaseInsensitiveMap();
private Map timeZone = new LinkedCaseInsensitiveMap();
private Map date = new LinkedCaseInsensitiveMap();
private Map bool = new LinkedCaseInsensitiveMap();
private Map num = new LinkedCaseInsensitiveMap();
private Map key = new LinkedCaseInsensitiveMap();
private Map uri = new LinkedCaseInsensitiveMap();
private Map resource = new LinkedCaseInsensitiveMap();
private Map> list = new LinkedCaseInsensitiveMap>();
private Map> map = new LinkedCaseInsensitiveMap