Enum Class SupportedHttpMethods.NoSupportedMethods

java.lang.Object
java.lang.Enum<SupportedHttpMethods.NoSupportedMethods>
org.springframework.data.rest.core.mapping.SupportedHttpMethods.NoSupportedMethods
All Implemented Interfaces:
Serializable, Comparable<SupportedHttpMethods.NoSupportedMethods>, Constable, SupportedHttpMethods
Enclosing interface:
SupportedHttpMethods

public static enum SupportedHttpMethods.NoSupportedMethods extends Enum<SupportedHttpMethods.NoSupportedMethods> implements SupportedHttpMethods
Null object to abstract the absence of any support for any HTTP method.
Author:
Oliver Gierke