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.modelFields in org.chenile.core.model declared as HTTPMethodMethods in org.chenile.core.model that return HTTPMethodModifier and TypeMethodDescriptionOperationDefinition.getHttpMethod()static HTTPMethodReturns 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.odMethods in org.chenile.http.init.od that return HTTPMethodModifier and TypeMethodDescriptionprotected HTTPMethodDeleteMappingProducer.httpMethod()protected HTTPMethodGetMappingProducer.httpMethod()protected abstract HTTPMethodMappingProducerBase.httpMethod()protected HTTPMethodPatchMappingProducer.httpMethod()protected HTTPMethodPostMappingProducer.httpMethod()protected HTTPMethodPutMappingProducer.httpMethod()