| Modifier and Type | Method and Description |
|---|---|
com.pengrad.telegrambot.request.BaseRequest |
TelegramInvocableHandlerMethod.invokeAndHandle(@NotNull TelegramRequest telegramRequest,
@NotNull TelegramSession telegramSession)
Invoke
TelegramInvocableHandlerMethod with given arguments and return result. |
com.pengrad.telegrambot.request.BaseRequest |
TelegramInvocableHandlerMethod.invokeAndHandle(@NotNull TelegramRequest telegramRequest,
@NotNull TelegramSession telegramSession)
Invoke
TelegramInvocableHandlerMethod with given arguments and return result. |
| Modifier and Type | Method and Description |
|---|---|
Object |
BotHandlerMethodArgumentResolver.resolveArgument(@NotNull org.springframework.core.MethodParameter parameter,
@NotNull TelegramRequest telegramRequest,
@NotNull TelegramSession telegramSession)
Resolve the current method parameter Resolves a method parameter into an argument value from a given request.
|
Object |
BotHandlerMethodArgumentResolverComposite.resolveArgument(org.springframework.core.MethodParameter parameter,
TelegramRequest telegramRequest,
TelegramSession telegramSession) |
Object |
BotRequestMethodArgumentResolver.resolveArgument(org.springframework.core.MethodParameter parameter,
TelegramRequest telegramRequest,
TelegramSession telegramSession) |
Object |
BotRequestMethodPathArgumentResolver.resolveArgument(org.springframework.core.MethodParameter parameter,
TelegramRequest telegramRequest,
TelegramSession telegramSession) |
Object |
BotRequestMethodPathArgumentResolver.resolveArgument(org.springframework.core.MethodParameter parameter,
TelegramRequest telegramRequest,
TelegramSession telegramSession) |
Object |
BotRequestMethodArgumentResolver.resolveArgument(org.springframework.core.MethodParameter parameter,
TelegramRequest telegramRequest,
TelegramSession telegramSession) |
Object |
BotHandlerMethodArgumentResolverComposite.resolveArgument(org.springframework.core.MethodParameter parameter,
TelegramRequest telegramRequest,
TelegramSession telegramSession) |
Object |
BotHandlerMethodArgumentResolver.resolveArgument(@NotNull org.springframework.core.MethodParameter parameter,
@NotNull TelegramRequest telegramRequest,
@NotNull TelegramSession telegramSession)
Resolve the current method parameter Resolves a method parameter into an argument value from a given request.
|
| Modifier and Type | Method and Description |
|---|---|
com.pengrad.telegrambot.request.BaseRequest |
BotBaseRequestMethodProcessor.handleReturnValue(Object returnValue,
org.springframework.core.MethodParameter returnType,
TelegramRequest telegramRequest) |
com.pengrad.telegrambot.request.BaseRequest |
BotHandlerMethodReturnValueHandler.handleReturnValue(Object returnValue,
@NotNull org.springframework.core.MethodParameter returnType,
@NotNull TelegramRequest telegramRequest)
Resolves a method parameter into an argument value from a given request.
|
com.pengrad.telegrambot.request.BaseRequest |
BotHandlerMethodReturnValueHandlerComposite.handleReturnValue(Object returnValue,
org.springframework.core.MethodParameter returnType,
TelegramRequest telegramRequest)
Iterate over registered
BotHandlerMethodReturnValueHandlers and invoke the one that supports it. |
com.pengrad.telegrambot.request.BaseRequest |
BotResponseBodyMethodProcessor.handleReturnValue(Object returnValue,
org.springframework.core.MethodParameter returnType,
TelegramRequest telegramRequest) |
com.pengrad.telegrambot.request.BaseRequest |
BotResponseBodyMethodProcessor.handleReturnValue(Object returnValue,
org.springframework.core.MethodParameter returnType,
TelegramRequest telegramRequest) |
com.pengrad.telegrambot.request.BaseRequest |
BotHandlerMethodReturnValueHandlerComposite.handleReturnValue(Object returnValue,
org.springframework.core.MethodParameter returnType,
TelegramRequest telegramRequest)
Iterate over registered
BotHandlerMethodReturnValueHandlers and invoke the one that supports it. |
com.pengrad.telegrambot.request.BaseRequest |
BotHandlerMethodReturnValueHandler.handleReturnValue(Object returnValue,
@NotNull org.springframework.core.MethodParameter returnType,
@NotNull TelegramRequest telegramRequest)
Resolves a method parameter into an argument value from a given request.
|
com.pengrad.telegrambot.request.BaseRequest |
BotBaseRequestMethodProcessor.handleReturnValue(Object returnValue,
org.springframework.core.MethodParameter returnType,
TelegramRequest telegramRequest) |
Copyright © 2022. All rights reserved.