Class ThreadGroupDeserializer

All Implemented Interfaces:
NullValueProvider, ResolvableDeserializer, ValueInstantiator.Gettable, Serializable

public class ThreadGroupDeserializer extends StdNodeBasedDeserializer<ThreadGroup>
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: