Uses of Record Class
org.springframework.ai.chat.client.ResponseEntity
Packages that use ResponseEntity
-
Uses of ResponseEntity in org.springframework.ai.chat.client
Methods in org.springframework.ai.chat.client that return ResponseEntityModifier and TypeMethodDescriptionprotected <T> ResponseEntity<ChatResponse,T> DefaultChatClient.DefaultCallResponseSpec.doResponseEntity(StructuredOutputConverter<T> outputConverter) protected <T> ResponseEntity<ChatResponse,T> DefaultChatClient.DefaultCallResponseSpec.doResponseEntity(StructuredOutputConverter<T> outputConverter, BaseAdvisorChain advisorChain) <T> ResponseEntity<ChatResponse,T> ChatClient.CallResponseSpec.responseEntity(Class<T> type) Returns aResponseEntitycontaining both the completeChatResponseobject and a specific entity type.<T> ResponseEntity<ChatResponse,T> ChatClient.CallResponseSpec.responseEntity(Class<T> type, Consumer<ChatClient.EntityParamSpec> entityParamSpecConsumer) Returns aResponseEntitycontaining both the completeChatResponseobject and a specific entity type, with behaviour configured via theentityParamSpecConsumer.<T> ResponseEntity<ChatResponse,T> ChatClient.CallResponseSpec.responseEntity(StructuredOutputConverter<T> structuredOutputConverter) Returns aResponseEntitycontaining both the completeChatResponseobject and an entity converted using a specifiedStructuredOutputConverter.<T> ResponseEntity<ChatResponse,T> ChatClient.CallResponseSpec.responseEntity(StructuredOutputConverter<T> structuredOutputConverter, Consumer<ChatClient.EntityParamSpec> entityParamSpecConsumer) Returns aResponseEntitycontaining both the completeChatResponseobject and an entity converted using a specifiedStructuredOutputConverter, with behaviour configured via theentityParamSpecConsumer.<T> ResponseEntity<ChatResponse,T> ChatClient.CallResponseSpec.responseEntity(org.springframework.core.ParameterizedTypeReference<T> type) Returns aResponseEntitycontaining both the completeChatResponseobject and aCollectionof entity types.<T> ResponseEntity<ChatResponse,T> ChatClient.CallResponseSpec.responseEntity(org.springframework.core.ParameterizedTypeReference<T> type, Consumer<ChatClient.EntityParamSpec> entityParamSpecConsumer) Returns aResponseEntitycontaining both the completeChatResponseobject and a specific entity type, with behaviour configured via theentityParamSpecConsumer.<T> ResponseEntity<ChatResponse,T> DefaultChatClient.DefaultCallResponseSpec.responseEntity(Class<T> type) <T> ResponseEntity<ChatResponse,T> DefaultChatClient.DefaultCallResponseSpec.responseEntity(Class<T> type, Consumer<ChatClient.EntityParamSpec> entityParamSpecConsumer) <T> ResponseEntity<ChatResponse,T> DefaultChatClient.DefaultCallResponseSpec.responseEntity(StructuredOutputConverter<T> structuredOutputConverter) <T> ResponseEntity<ChatResponse,T> DefaultChatClient.DefaultCallResponseSpec.responseEntity(StructuredOutputConverter<T> structuredOutputConverter, Consumer<ChatClient.EntityParamSpec> entityParamSpecConsumer) <T> ResponseEntity<ChatResponse,T> DefaultChatClient.DefaultCallResponseSpec.responseEntity(org.springframework.core.ParameterizedTypeReference<T> type) <T> ResponseEntity<ChatResponse,T> DefaultChatClient.DefaultCallResponseSpec.responseEntity(org.springframework.core.ParameterizedTypeReference<T> type, Consumer<ChatClient.EntityParamSpec> entityParamSpecConsumer)