maven-central-portal-kotlin-api
Toggle table of contents
2.4.2
common
Platform filter
common
Switch theme
Search in API
maven-central-portal-kotlin-api
maven-central-portal-kotlin-api
/
org.danilopianini.centralpublisher.impl.infrastructure
/
TypedBodyProvider
Typed
Body
Provider
class
TypedBodyProvider
<
T
:
Any
>
(
type
:
TypeInfo
)
:
BodyProvider
<
T
>
Members
Constructors
Typed
Body
Provider
Link copied to clipboard
constructor
(
type
:
TypeInfo
)
Functions
body
Link copied to clipboard
open
suspend override
fun
body
(
response
:
HttpResponse
)
:
T
typed
Body
Link copied to clipboard
open
suspend override
fun
<
V
:
Any
>
typedBody
(
response
:
HttpResponse
,
type
:
TypeInfo
)
:
V