Uses of Class
org.chenile.core.model.ParamDefinition
Packages that use 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
Methods in org.chenile.cache.interceptor with parameters of type ParamDefinitionModifier and TypeMethodDescriptionprivate Object
CacheInterceptor.key
(ChenileExchange exchange, ParamDefinition p) -
Uses of ParamDefinition in org.chenile.core.model
Fields in org.chenile.core.model with type parameters of type ParamDefinitionMethods in org.chenile.core.model that return types with arguments of type ParamDefinitionMethod parameters in org.chenile.core.model with type arguments of type ParamDefinitionModifier and TypeMethodDescriptionvoid
OperationDefinition.setParams
(List<ParamDefinition> params) -
Uses of ParamDefinition in org.chenile.http.init.od
Methods in org.chenile.http.init.od with parameters of type ParamDefinitionModifier 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.