Added generic validator fucntion to TenantConfigurationKey

Signed-off-by: Nonnenmacher Fabian <fabian.nonnenmacher@bosch-si.com>
This commit is contained in:
Fabian Nonnenmacher
2016-01-27 16:19:42 +01:00
committed by Nonnenmacher Fabian
parent 3f2c0d134a
commit b56477191a
7 changed files with 130 additions and 13 deletions

View File

@@ -18,7 +18,7 @@ import com.fasterxml.jackson.annotation.JsonInclude.Include;
*/
@JsonInclude(Include.NON_NULL)
@JsonIgnoreProperties(ignoreUnknown = true)
public class AuthenticationConfigurationRest {
public class TenantConfigurationRest {
private String key;
private String value;