org.jboss.seam.rest.validation
Class ValidationMetadata
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValidationMetadata
public ValidationMetadata()
getMethodMetadata
public MethodMetadata getMethodMetadata(Method method)
containsMethodMetadata
public boolean containsMethodMetadata(Method method)
Copyright © 2011 Seam Framework. All Rights Reserved.