Package com.azure.core.util.serializer
Interface MemberNameConverter
-
public interface MemberNameConverterGeneric interface that attempts to retrieve the JSON serialized property name fromMember.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringconvertMemberName(Member member)Attempts to get the JSON serialized property name from the passedMember.
-
-
-
Method Detail
-
convertMemberName
String convertMemberName(Member member)
Attempts to get the JSON serialized property name from the passedMember.If a
ConstructororExecutableis passednullwill be returned.
-
-