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 enum
Specifies how aJsonParameter
should be bound: binary (for example,JSONB
for 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 JsonParameter
Parameters.json
(String json, JsonParameter.BindingPreference bindingPreference) Acquires a JSON parameter for "stringified" JSON.