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:
Returns: