Package org.cyclonedx.util.deserializer
Class ComponentWrapperDeserializer
- java.lang.Object
-
- com.fasterxml.jackson.databind.JsonDeserializer<ComponentWrapper>
-
- org.cyclonedx.util.deserializer.ComponentWrapperDeserializer
-
- All Implemented Interfaces:
com.fasterxml.jackson.databind.deser.NullValueProvider
public class ComponentWrapperDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<ComponentWrapper>
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.StringANCESTORSprivate static java.lang.StringDESCENDANTSprivate static java.lang.StringVARIANTS
-
Constructor Summary
Constructors Constructor Description ComponentWrapperDeserializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComponentWrapperdeserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext context)-
Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer
deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
-
-
-
-
Field Detail
-
ANCESTORS
private static final java.lang.String ANCESTORS
- See Also:
- Constant Field Values
-
DESCENDANTS
private static final java.lang.String DESCENDANTS
- See Also:
- Constant Field Values
-
VARIANTS
private static final java.lang.String VARIANTS
- See Also:
- Constant Field Values
-
-
Method Detail
-
deserialize
public ComponentWrapper deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext context) throws java.io.IOException
- Specified by:
deserializein classcom.fasterxml.jackson.databind.JsonDeserializer<ComponentWrapper>- Throws:
java.io.IOException
-
-