com.fasterxml.jackson.databind

Class JsonDeserializer.None

  • Enclosing class:
    JsonDeserializer<T>


    public abstract static class JsonDeserializer.None
    extends JsonDeserializer<Object>
    This marker class is only to be used with annotations, to indicate that no deserializer is configured.

    Specifically, this class is to be used as the marker for annotation JsonDeserialize

Copyright © 2008–2017 FasterXML. All rights reserved.