Class JacksonMixinModuleEntries.Builder
java.lang.Object
org.springframework.boot.jackson.JacksonMixinModuleEntries.Builder
- Enclosing class:
JacksonMixinModuleEntries
Builder for
JacksonMixinModuleEntries.- 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
-