com.fasterxml.jackson.databind.ser.impl
Class PropertySerializerMap.SerializerAndMapResult
java.lang.Object
com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap.SerializerAndMapResult
- Enclosing class:
- PropertySerializerMap
public static final class PropertySerializerMap.SerializerAndMapResult
- extends Object
Value class used for returning tuple that has both serializer
that was retrieved and new map instance
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serializer
public final JsonSerializer<Object> serializer
map
public final PropertySerializerMap map
PropertySerializerMap.SerializerAndMapResult
public PropertySerializerMap.SerializerAndMapResult(JsonSerializer<Object> serializer,
PropertySerializerMap map)
Copyright © 2012 fasterxml.com. All Rights Reserved.