Package play.data.validation
Class IPv6AddressCheck
- java.lang.Object
-
- net.sf.oval.AbstractCheck
-
- net.sf.oval.configuration.annotation.AbstractAnnotationCheck<IPv6Address>
-
- play.data.validation.IPv6AddressCheck
-
- All Implemented Interfaces:
java.io.Serializable
,net.sf.oval.Check
,net.sf.oval.configuration.annotation.AnnotationCheck<IPv6Address>
public class IPv6AddressCheck extends net.sf.oval.configuration.annotation.AbstractAnnotationCheck<IPv6Address>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IPv6AddressCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configure(IPv6Address phone)
boolean
isSatisfied(java.lang.Object validatedObject, java.lang.Object value, net.sf.oval.context.OValContext context, net.sf.oval.Validator validator)
-
Methods inherited from class net.sf.oval.AbstractCheck
createMessageVariables, getAppliesTo, getAppliesToDefault, getContext, getErrorCode, getMessage, getMessageVariables, getProfiles, getSeverity, getTarget, getWhen, isActive, requireMessageVariablesRecreation, setAppliesTo, setContext, setErrorCode, setMessage, setProfiles, setSeverity, setTarget, setWhen
-
-
-
-
Method Detail
-
configure
public void configure(IPv6Address phone)
- Specified by:
configure
in interfacenet.sf.oval.configuration.annotation.AnnotationCheck<IPv6Address>
- Overrides:
configure
in classnet.sf.oval.configuration.annotation.AbstractAnnotationCheck<IPv6Address>
-
isSatisfied
public boolean isSatisfied(java.lang.Object validatedObject, java.lang.Object value, net.sf.oval.context.OValContext context, net.sf.oval.Validator validator) throws net.sf.oval.exception.OValException
- Throws:
net.sf.oval.exception.OValException
-
-