Uses of Enum Class
org.chenile.core.model.HTTPMethod
Package
Description
The chief model classes that contain Service and Operation information.
Contains initialization code for specific mappings such as GetMapping, PostMapping etc.
-
Uses of HTTPMethod in org.chenile.core.model
Modifier and TypeMethodDescriptionOperationDefinition.getHttpMethod()
static HTTPMethod
Returns the enum constant of this class with the specified name.static HTTPMethod[]
HTTPMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HTTPMethod in org.chenile.http.init.od
Modifier and TypeMethodDescriptionprotected HTTPMethod
DeleteMappingProducer.httpMethod()
protected HTTPMethod
GetMappingProducer.httpMethod()
protected abstract HTTPMethod
MappingProducerBase.httpMethod()
protected HTTPMethod
PatchMappingProducer.httpMethod()
protected HTTPMethod
PostMappingProducer.httpMethod()
protected HTTPMethod
PutMappingProducer.httpMethod()