Uses of Interface
com.azure.core.util.serializer.MemberNameConverter
Packages that use MemberNameConverter
Package
Description
Package containing the types for instantiating and using the Jackson JSON serializer.
Package containing interfaces describing serialization and deserialization contract.
-
Uses of MemberNameConverter in com.azure.core.serializer.json.jackson
Classes in com.azure.core.serializer.json.jackson that implement MemberNameConverterModifier and TypeClassDescriptionfinal classJackson based implementation of theJsonSerializerandMemberNameConverterinterfaces. -
Uses of MemberNameConverter in com.azure.core.util.serializer
Methods in com.azure.core.util.serializer that return MemberNameConverterModifier and TypeMethodDescriptionMemberNameConverterProvider.createInstance()Creates a new instance of theMemberNameConverterthat this MemberNameConverterProvider is configured to create.static MemberNameConverterMemberNameConverterProviders.createInstance()Creates an instance ofMemberNameConverterusing the firstMemberNameConverterProviderfound in the classpath.