Class StringCollectionDeserializer

All Implemented Interfaces:
NullValueProvider, ValueInstantiator.Gettable

public final class StringCollectionDeserializer extends ContainerDeserializerBase<Collection<String>>
Specifically optimized version for Collections that contain String values; reason is that this is a very common type and we can make use of the fact that Strings are final.