Uses of Enum Class
com.pyranid.JsonParameter.BindingPreference
-
Uses of JsonParameter.BindingPreference in com.pyranid
Subclasses with type arguments of type JsonParameter.BindingPreference in com.pyranidModifier and TypeClassDescriptionstatic enumSpecifies how aJsonParametershould be bound: binary (for example,JSONBfor PostgreSQL), or text.Methods in com.pyranid that return JsonParameter.BindingPreferenceModifier and TypeMethodDescriptionJsonParameter.getBindingPreference()Gets how the JSON should be bound (automatic, binary, text).Returns the enum constant of this class with the specified name.static JsonParameter.BindingPreference[]JsonParameter.BindingPreference.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pyranid with parameters of type JsonParameter.BindingPreferenceModifier and TypeMethodDescriptionstatic JsonParameterParameters.json(String json, JsonParameter.BindingPreference bindingPreference) Acquires a JSON parameter for "stringified" JSON.