Uses of Class
org.chenile.core.model.ParamDefinition
Package
Description
The Cache interceptor is here.
The chief model classes that contain Service and Operation information.
Contains initialization code for specific mappings such as GetMapping, PostMapping etc.
-
Uses of ParamDefinition in org.chenile.cache.interceptor
Modifier and TypeMethodDescriptionprivate Object
CacheInterceptor.key
(ChenileExchange exchange, ParamDefinition p) -
Uses of ParamDefinition in org.chenile.core.model
Modifier and TypeMethodDescriptionvoid
OperationDefinition.setParams
(List<ParamDefinition> params) -
Uses of ParamDefinition in org.chenile.http.init.od
Modifier and TypeMethodDescriptionprotected void
MappingProducerBase.processParamClassType
(OperationDefinition od, ParamDefinition pd, Parameter param) The paramClass Annotation tells Chenile that the actual signature of the service's operation is different from the one that is defined in the controller.If the parameter is of type String then the Chenile Param type will override it.