次の方法で共有


MemberNameConverter Interface

public interface MemberNameConverter

Generic interface that attempts to retrieve the JSON serialized property name from Member.

Method Summary

Modifier and Type Method and Description
abstract String convertMemberName(Member member)

Attempts to get the JSON serialized property name from the passed Member.

Method Details

convertMemberName

public abstract 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.

Applies to