public class MemberOnlyResponseStrategy extends Object
| Constructor and Description |
|---|
MemberOnlyResponseStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
writeCreated(Appendable appendable,
Object request,
Object specimen) |
void |
writeError(Appendable appendable,
Exception exception) |
void |
writeRequest(Appendable appendable,
Object request) |
public void writeRequest(Appendable appendable, Object request) throws IOException
IOExceptionpublic void writeCreated(Appendable appendable, Object request, Object specimen) throws IOException
IOExceptionpublic void writeError(Appendable appendable, Exception exception) throws IOException
IOExceptionCopyright © 2017. All rights reserved.