de.mklinger.qetcher.client.jackson.databind.deser.std.NullifyingDeserializer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qetcher-client-bundle Show documentation
Show all versions of qetcher-client-bundle Show documentation
Qetcher Java client, OSGi bundle, minimal dependencies
package com.fasterxml.jackson.databind.deser.std;
import java.io.IOException;
import com.fasterxml.jackson.core.*;
import com.fasterxml.jackson.databind.*;
import com.fasterxml.jackson.databind.jsontype.TypeDeserializer;
/**
* Bogus deserializer that will simply skip all content there is to map
* and returns Java null reference.
*
* @since 2.2
*/
public class NullifyingDeserializer
extends StdDeserializer
© 2015 - 2024 Weber Informatics LLC | Privacy Policy