Class KeystoneParserModule.ValuesSetTypeAdapterFactory

All Implemented Interfaces:
com.google.gson.TypeAdapterFactory
Enclosing class:
KeystoneParserModule

public static class KeystoneParserModule.ValuesSetTypeAdapterFactory extends NullFilteringTypeAdapterFactories.SetTypeAdapterFactory
Handles the goofy structures with "values" holder wrapping an array http://docs.openstack.org/api/openstack-identity-service/2.0/content/Versions-d1e472.html

Treats [A,B,C] and {"values"=[A,B,C], "someotherstuff"=...} as the same Set