
com.capitalone.dashboard.model.Configuration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hygieia-common Show documentation
Show all versions of hygieia-common Show documentation
Core package shared by API layer and Microservices
The newest version!
package com.capitalone.dashboard.model;
import org.springframework.data.mongodb.core.mapping.Document;
import java.util.Base64;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
//import java.util.regex.Pattern;
@Document(collection = "configuration")
public class Configuration extends BaseModel {
private final static String PREFIX = "BASE64:";
//private static final Pattern COMPILE = Pattern.compile(PREFIX);
public Configuration(String collectorName, Set
© 2015 - 2025 Weber Informatics LLC | Privacy Policy