public class PropertyParsingValidator extends Object
| Constructor and Description |
|---|
PropertyParsingValidator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
validateAllowedTypes(Class<?> type,
Set<Class<?>> allowedTypes,
String message) |
void |
validateConsistencyLevelForCounter(PropertyParsingContext context,
Pair<ConsistencyLevel,ConsistencyLevel> consistencyLevels) |
void |
validateIndexIfSet(PropertyParsingContext context) |
void |
validateMapGenerics(Field field,
Class<?> entityClass) |
void |
validateNoDuplicate(PropertyParsingContext context) |
public void validateNoDuplicate(PropertyParsingContext context)
public void validateConsistencyLevelForCounter(PropertyParsingContext context, Pair<ConsistencyLevel,ConsistencyLevel> consistencyLevels)
public void validateIndexIfSet(PropertyParsingContext context)
Copyright © 2012-2014. All Rights Reserved.