org.jboss.seam.rest.validation
Class ValidationMetadata

java.lang.Object
  extended by org.jboss.seam.rest.validation.ValidationMetadata
All Implemented Interfaces:
Serializable

@ApplicationScoped
public class ValidationMetadata
extends Object
implements Serializable

Container for MethodMetadata.

Author:
Jozef Hartinger
See Also:
Serialized Form

Constructor Summary
ValidationMetadata()
           
 
Method Summary
 boolean containsMethodMetadata(Method method)
           
 MethodMetadata getMethodMetadata(Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidationMetadata

public ValidationMetadata()
Method Detail

getMethodMetadata

public MethodMetadata getMethodMetadata(Method method)

containsMethodMetadata

public boolean containsMethodMetadata(Method method)


Copyright © 2011 Seam Framework. All Rights Reserved.