Class JsonMixinModuleEntries.Builder
java.lang.Object
org.springframework.boot.jackson.JsonMixinModuleEntries.Builder
- Enclosing class:
JsonMixinModuleEntries
Builder for
JsonMixinModuleEntries
.- Since:
- 4.0.0
- Author:
- Stephane Nicoll
-
Method Summary
Modifier and TypeMethodDescriptionAdd a mapping for the specified classes.Add a mapping for the specified class names.
-
Method Details
-
and
Add a mapping for the specified class names.- Parameters:
typeClassName
- the type class namemixinClassName
- the mixin class name- Returns:
this
, to facilitate method chaining
-
and
Add a mapping for the specified classes.- Parameters:
type
- the type classmixinClass
- the mixin class- Returns:
this
, to facilitate method chaining
-