DataSource Extensions
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
DataSource Extensions
spring-boot-starter-datasource
/
com.caplin.integration.datasourcex.spring.annotations
/
DataMessageMapping
Data
Message
Mapping
@
Target
(
allowedTargets
=
[
AnnotationTarget.FUNCTION
,
AnnotationTarget.PROPERTY_GETTER
]
)
@
MessageMapping
annotation class
DataMessageMapping
(
val
value
:
String
,
val
type
:
DataMessageMapping.Type
=
Type.JSON
)
(
source
)
Members
Types
Type
Link copied to clipboard
enum
Type
:
Enum
<
DataMessageMapping.Type
>
Properties
type
Link copied to clipboard
val
type
:
DataMessageMapping.Type
value
Link copied to clipboard
@get:
AliasFor
(
annotation
=
MessageMapping::class
)
val
value
:
Array
<
out
String
>