toggle menu
Spring Boot Kotlin API
3.3.12-SNAPSHOT
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot.jackson
/
JsonMixinModuleEntries
/
Builder
Builder
open
class
Builder
Builder for
JsonMixinModuleEntries
.
Members
Functions
and
Link copied to clipboard
open
fun
and
(
type
:
Class
<
out
Any
>
,
mixinClass
:
Class
<
out
Any
>
)
:
JsonMixinModuleEntries.Builder
Add a mapping for the specified classes.
open
fun
and
(
typeClassName
:
String
,
mixinClassName
:
String
)
:
JsonMixinModuleEntries.Builder
Add a mapping for the specified class names.