org.qi4j.library.http
Class ConstraintInfo

java.lang.Object
  extended by org.qi4j.library.http.ConstraintInfo
All Implemented Interfaces:
java.io.Serializable

public class ConstraintInfo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Nested Class Summary
static class ConstraintInfo.Constraint
           
static class ConstraintInfo.HttpMethod
           
 
Method Summary
 ConstraintInfo.Constraint getConstraint()
           
 ConstraintInfo.HttpMethod[] getOmittedHttpMethods()
           
 java.lang.String getPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getConstraint

public ConstraintInfo.Constraint getConstraint()

getOmittedHttpMethods

public ConstraintInfo.HttpMethod[] getOmittedHttpMethods()

getPath

public java.lang.String getPath()