Uses of Class
tools.jackson.databind.ser.UnrolledBeanSerializer
Packages that use UnrolledBeanSerializer
Package
Description
Contains implementation classes of serialization part of
data binding.
-
Uses of UnrolledBeanSerializer in tools.jackson.databind.ser
Methods in tools.jackson.databind.ser that return UnrolledBeanSerializerModifier and TypeMethodDescriptionstatic UnrolledBeanSerializer
UnrolledBeanSerializer.tryConstruct
(JavaType type, BeanSerializerBuilder builder, BeanPropertyWriter[] properties, BeanPropertyWriter[] filteredProperties) Factory method that will construct optimized instance if all the constraints are obeyed; or, if not, return `null` to indicate that instance can not be created.Constructors in tools.jackson.databind.ser with parameters of type UnrolledBeanSerializerModifierConstructorDescriptionprotected
UnrolledBeanSerializer
(UnrolledBeanSerializer src, Set<String> toIgnore, Set<String> toInclude) protected
UnrolledBeanSerializer
(UnrolledBeanSerializer src, BeanPropertyWriter[] properties, BeanPropertyWriter[] filteredProperties)