Class UserProfileDeserializer

java.lang.Object
com.fasterxml.jackson.databind.JsonDeserializer<UserProfile>
com.fasterxml.jackson.databind.deser.std.StdDeserializer<UserProfile>
com.okta.sdk.impl.deserializer.UserProfileDeserializer
All Implemented Interfaces:
com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable

public class UserProfileDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<UserProfile>
See Also: