-
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- JdkDeserializers
public static class JdkDeserializers.UUIDDeserializer
extends FromStringDeserializer<UUID>
Note: final as performance optimization: not expected to need sub-classing;
if sub-classing was needed could re-factor into reusable part, final
"Impl" sub-class
- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer
_parseBoolean, _parseBooleanFromNumber, _parseBooleanPrimitive, _parseByte, _parseDate, _parseDouble, _parseDoublePrimitive, _parseFloat, _parseFloatPrimitive, _parseInteger, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseShort, _parseShortPrimitive, _parseString, findDeserializer, getValueClass, getValueType, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer, parseDouble
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2012 FasterXML. All Rights Reserved.