protected static class AbstractNuitonValidatorProvider.ModelEntry<O> extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
context |
protected NuitonValidatorScope[] |
scopes |
protected Class<O> |
type |
| Modifier | Constructor and Description |
|---|---|
protected |
ModelEntry(Class<O> type,
String context,
NuitonValidatorScope... scopes) |
| Modifier and Type | Method and Description |
|---|---|
static <O> AbstractNuitonValidatorProvider.ModelEntry<O> |
createModelEntry(Class<O> type,
String context,
NuitonValidatorScope... scopes) |
boolean |
equals(Object o) |
int |
hashCode() |
protected final String context
protected final NuitonValidatorScope[] scopes
protected ModelEntry(Class<O> type, String context, NuitonValidatorScope... scopes)
public static <O> AbstractNuitonValidatorProvider.ModelEntry<O> createModelEntry(Class<O> type, String context, NuitonValidatorScope... scopes)
Copyright © 2013–2017 CodeLutin. All rights reserved.