public class CrudMethodsSupportedHttpMethods extends Object implements SupportedHttpMethods
SupportedHttpMethods
that are determined by a CrudMethods
instance.SupportedHttpMethods.NoSupportedMethods
Constructor and Description |
---|
CrudMethodsSupportedHttpMethods(CrudMethods crudMethods)
Creates a new
CrudMethodsSupportedHttpMethods for the given CrudMethods . |
Modifier and Type | Method and Description |
---|---|
Set<HttpMethod> |
getMethodsFor(PersistentProperty<?> property)
Returns the supported
HttpMethod s for the given PersistentProperty . |
Set<HttpMethod> |
getMethodsFor(ResourceType resourcType)
Returns the supported
HttpMethod s for the given ResourceType . |
public CrudMethodsSupportedHttpMethods(CrudMethods crudMethods)
CrudMethodsSupportedHttpMethods
for the given CrudMethods
.crudMethods
- must not be null.public Set<HttpMethod> getMethodsFor(ResourceType resourcType)
SupportedHttpMethods
HttpMethod
s for the given ResourceType
.getMethodsFor
in interface SupportedHttpMethods
resourcType
- must not be null.public Set<HttpMethod> getMethodsFor(PersistentProperty<?> property)
SupportedHttpMethods
HttpMethod
s for the given PersistentProperty
.getMethodsFor
in interface SupportedHttpMethods
property
- must not be null.Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.