Class ThreadGroupDeserializer
java.lang.Object
com.fasterxml.jackson.databind.JsonDeserializer<ThreadGroup>
com.fasterxml.jackson.databind.deser.std.StdDeserializer<ThreadGroup>
com.fasterxml.jackson.databind.deser.std.StdNodeBasedDeserializer<ThreadGroup>
com.fasterxml.jackson.databind.deser.std.ThreadGroupDeserializer
- All Implemented Interfaces:
NullValueProvider,ResolvableDeserializer,ValueInstantiator.Gettable,Serializable
Deserializer for the
ThreadGroup class: due to limited access,
will only try to extract "name" property and ignores everything else.
This to match automatic serialization by Jackson which does write out
all accessible properties.- Since:
- 2.19
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer
JsonDeserializer.None -
Method Summary
Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdNodeBasedDeserializer
convert, deserialize, deserialize, deserializeWithType, resolveMethods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer
getValueClass, getValueInstantiator, getValueType, getValueType, handledTypeMethods inherited from class com.fasterxml.jackson.databind.JsonDeserializer
deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
-
Method Details
-
convert
- Specified by:
convertin classStdNodeBasedDeserializer<ThreadGroup>- Throws:
IOException
-