Uses of Class
com.axway.apim.adapter.jackson.QuotaRestrictionDeserializer.DeserializeMode
-
Packages that use QuotaRestrictionDeserializer.DeserializeMode Package Description com.axway.apim.adapter.jackson -
-
Uses of QuotaRestrictionDeserializer.DeserializeMode in com.axway.apim.adapter.jackson
Methods in com.axway.apim.adapter.jackson that return QuotaRestrictionDeserializer.DeserializeMode Modifier and Type Method Description static QuotaRestrictionDeserializer.DeserializeModeQuotaRestrictionDeserializer.DeserializeMode. valueOf(String name)Returns the enum constant of this type with the specified name.static QuotaRestrictionDeserializer.DeserializeMode[]QuotaRestrictionDeserializer.DeserializeMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.axway.apim.adapter.jackson with parameters of type QuotaRestrictionDeserializer.DeserializeMode Constructor Description QuotaRestrictionDeserializer(QuotaRestrictionDeserializer.DeserializeMode deserializeMode)QuotaRestrictionDeserializer(QuotaRestrictionDeserializer.DeserializeMode deserializeMode, boolean addRestrictedAPI)
-