Package org.nuiton.validator
Class AbstractNuitonValidatorProvider.ModelEntry<O>
- java.lang.Object
-
- org.nuiton.validator.AbstractNuitonValidatorProvider.ModelEntry<O>
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AbstractNuitonValidatorProvider
protected static class AbstractNuitonValidatorProvider.ModelEntry<O> extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ModelEntry(Class<O> type, String context, NuitonValidatorScope... scopes)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <O> AbstractNuitonValidatorProvider.ModelEntry<O>
createModelEntry(Class<O> type, String context, NuitonValidatorScope... scopes)
boolean
equals(Object o)
int
hashCode()
-
-
-
Field Detail
-
context
protected final String context
-
scopes
protected final NuitonValidatorScope[] scopes
-
-
Constructor Detail
-
ModelEntry
protected ModelEntry(Class<O> type, String context, NuitonValidatorScope... scopes)
-
-
Method Detail
-
createModelEntry
public static <O> AbstractNuitonValidatorProvider.ModelEntry<O> createModelEntry(Class<O> type, String context, NuitonValidatorScope... scopes)
-
-