Example usage for com.fasterxml.jackson.databind.deser.std UUIDDeserializer subclass-usage

List of usage examples for com.fasterxml.jackson.databind.deser.std UUIDDeserializer subclass-usage

Introduction

In this page you can find the example usage for com.fasterxml.jackson.databind.deser.std UUIDDeserializer subclass-usage.

Usage

From source file com.opentable.jackson.datatype.CustomUuidDeserializer.java

class CustomUuidDeserializer extends UUIDDeserializer {
    private static final long serialVersionUID = 1L;

    @Override
    protected UUID _deserialize(String value, DeserializationContext ctxt)
            throws IOException, JsonProcessingException {

From source file com.nesscomputing.jackson.datatype.CustomUuidDeserializer.java

class CustomUuidDeserializer extends UUIDDeserializer {
    private static final long serialVersionUID = 1L;

    @Override
    protected UUID _deserialize(String value, DeserializationContext ctxt)
            throws IOException, JsonProcessingException {