类 JsonMixinModuleEntries.Builder
java.lang.Object
org.springframework.boot.jackson.JsonMixinModuleEntries.Builder
Builder for
JsonMixinModuleEntries.-
方法概要
修饰符和类型方法说明Add a mapping for the specified classes.Add a mapping for the specified class names.
-
方法详细资料
-
and
Add a mapping for the specified class names.- 参数:
typeClassName- the type class namemixinClassName- the mixin class name- 返回:
this, to facilitate method chaining
-
and
Add a mapping for the specified classes.- 参数:
type- the type classmixinClass- the mixin class- 返回:
this, to facilitate method chaining
-