org.nuiton.validator
Class AbstractNuitonValidatorProvider.ModelEntry<O>

java.lang.Object
  extended by 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

Field Summary
protected  String context
           
protected  NuitonValidatorScope[] scopes
           
protected  Class<O> type
           
 
Constructor Summary
protected AbstractNuitonValidatorProvider.ModelEntry(Class<O> type, String context, NuitonValidatorScope... scopes)
           
 
Method Summary
static
<O> AbstractNuitonValidatorProvider.ModelEntry<O>
createModelEntry(Class<O> type, String context, NuitonValidatorScope... scopes)
           
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected final Class<O> type

context

protected final String context

scopes

protected final NuitonValidatorScope[] scopes
Constructor Detail

AbstractNuitonValidatorProvider.ModelEntry

protected AbstractNuitonValidatorProvider.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)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2011-2012 CodeLutin. All Rights Reserved.