Class ConfigurationEntryConstraintValidator
- java.lang.Object
-
- app.nzyme.plugin.rest.configuration.ConfigurationEntryConstraintValidator
-
public class ConfigurationEntryConstraintValidator extends Object
-
-
Constructor Summary
Constructors Constructor Description ConfigurationEntryConstraintValidator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleancheckConstraints(EncryptedRegistryKey key, Map.Entry<String,Object> variable)static booleancheckConstraints(RegistryKey key, Map.Entry<String,Object> variable)
-
-
-
Method Detail
-
checkConstraints
public static boolean checkConstraints(RegistryKey key, Map.Entry<String,Object> variable)
-
checkConstraints
public static boolean checkConstraints(EncryptedRegistryKey key, Map.Entry<String,Object> variable)
-
-