Uses of Enum Class
edu.iu.client.IuJsonPropertyNameFormat
Packages that use IuJsonPropertyNameFormat
Package
Description
Functional programming adapters for the
Jakarta JSON
Processing and Java
HTTP Client modules.
-
Uses of IuJsonPropertyNameFormat in edu.iu.client
Methods in edu.iu.client that return IuJsonPropertyNameFormatModifier and TypeMethodDescriptionstatic IuJsonPropertyNameFormatReturns the enum constant of this class with the specified name.static IuJsonPropertyNameFormat[]IuJsonPropertyNameFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.iu.client with parameters of type IuJsonPropertyNameFormatModifier and TypeMethodDescriptionstatic <T> IuJsonAdapter<T> IuJsonAdapter.from(Class<T> type, IuJsonPropertyNameFormat propertyNameFormat, Function<Type, IuJsonAdapter<?>> valueAdapter) Creates a JSON type adapter that converts from a JavaBeans business object type to and from JSON.