Package | Description |
---|---|
com.fasterxml.jackson.databind.ser.impl |
Contains implementation classes of serialization part of
data binding.
|
Modifier and Type | Method and Description |
---|---|
protected UnwrappingBeanPropertyWriter |
UnwrappingBeanPropertyWriter._new(NameTransformer transformer,
com.fasterxml.jackson.core.io.SerializedString newName)
Overridable factory method used by sub-classes
|
UnwrappingBeanPropertyWriter |
UnwrappingBeanPropertyWriter.rename(NameTransformer transformer) |
Constructor and Description |
---|
UnwrappingBeanPropertyWriter(UnwrappingBeanPropertyWriter base,
NameTransformer transformer,
com.fasterxml.jackson.core.io.SerializedString name) |
Copyright © 2014–2015 FasterXML. All rights reserved.