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
type
protected final Class<O> type
context
protected final String context
scopes
protected final NuitonValidatorScope[] scopes
AbstractNuitonValidatorProvider.ModelEntry
protected AbstractNuitonValidatorProvider.ModelEntry(Class<O> type,
String context,
NuitonValidatorScope... scopes)
createModelEntry
public static <O> AbstractNuitonValidatorProvider.ModelEntry<O> createModelEntry(Class<O> type,
String context,
NuitonValidatorScope... scopes)
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2011 CodeLutin. All Rights Reserved.