Package com.azure.core.util.serializer
Interface MemberNameConverter
public interface MemberNameConverter
Generic interface that attempts to retrieve the JSON serialized property name from
Member.-
Method Summary
Modifier and TypeMethodDescriptionconvertMemberName(Member member) Attempts to get the JSON serialized property name from the passedMember.
-
Method Details
-
convertMemberName
Attempts to get the JSON serialized property name from the passedMember.If a
ConstructororExecutableis passednullwill be returned.
-