Interface MemberNameConverter

All Known Implementing Classes:
GsonJsonSerializer, JacksonJsonSerializer

public interface MemberNameConverter
Generic interface that attempts to retrieve the JSON serialized property name from Member.
  • Method Summary

    Modifier and Type
    Method
    Description
    Attempts to get the JSON serialized property name from the passed Member.
  • Method Details

    • convertMemberName

      String convertMemberName(Member member)
      Attempts to get the JSON serialized property name from the passed Member.

      If a Constructor or Executable is passed null will be returned.

      Parameters:
      member - The Member that will have its JSON serialized property name retrieved.
      Returns:
      The JSON property name for the Member.