org.jboss.seam.rest.validation
Class ValidateRequest.ValidateLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<ValidateRequest>
      extended by org.jboss.seam.rest.validation.ValidateRequest.ValidateLiteral
All Implemented Interfaces:
Serializable, Annotation, ValidateRequest
Enclosing class:
ValidateRequest

public static class ValidateRequest.ValidateLiteral
extends AnnotationLiteral<ValidateRequest>
implements ValidateRequest

Annotation literal for ValidateRequest interceptor binding.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.seam.rest.validation.ValidateRequest
ValidateRequest.ValidateLiteral
 
Constructor Summary
ValidateRequest.ValidateLiteral()
           
ValidateRequest.ValidateLiteral(Class<?>[] groups, boolean validateMessageBody, boolean validateResourceFields)
           
 
Method Summary
 Class<?>[] groups()
           
 boolean validateMessageBody()
           
 boolean validateResourceFields()
           
 
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Constructor Detail

ValidateRequest.ValidateLiteral

public ValidateRequest.ValidateLiteral()

ValidateRequest.ValidateLiteral

public ValidateRequest.ValidateLiteral(Class<?>[] groups,
                                       boolean validateMessageBody,
                                       boolean validateResourceFields)
Method Detail

groups

public Class<?>[] groups()

validateMessageBody

public boolean validateMessageBody()

validateResourceFields

public boolean validateResourceFields()


Copyright © 2011 Seam Framework. All Rights Reserved.