Uses of Class
com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanSerializer

Packages that use UnwrappingBeanSerializer
com.fasterxml.jackson.databind.ser.impl Contains implementation classes of serialization part of data binding. 
 

Uses of UnwrappingBeanSerializer in com.fasterxml.jackson.databind.ser.impl
 

Methods in com.fasterxml.jackson.databind.ser.impl that return UnwrappingBeanSerializer
protected  UnwrappingBeanSerializer UnwrappingBeanSerializer.withIgnorals(String[] toIgnore)
           
protected  UnwrappingBeanSerializer UnwrappingBeanSerializer.withObjectIdWriter(ObjectIdWriter objectIdWriter)
           
 

Constructors in com.fasterxml.jackson.databind.ser.impl with parameters of type UnwrappingBeanSerializer
UnwrappingBeanSerializer(UnwrappingBeanSerializer src, ObjectIdWriter objectIdWriter)
           
UnwrappingBeanSerializer(UnwrappingBeanSerializer src, String[] toIgnore)
           
 



Copyright © 2012 fasterxml.com. All Rights Reserved.