Uses of Enum Class
org.chenile.core.model.HTTPMethod
Packages that use 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
Fields in org.chenile.core.model declared as HTTPMethodMethods in org.chenile.core.model that return HTTPMethodModifier 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.Methods in org.chenile.core.model with parameters of type HTTPMethod -
Uses of HTTPMethod in org.chenile.http.init.od
Methods in org.chenile.http.init.od that return HTTPMethodModifier 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()