@Deprecated public interface IJsonResponseFormat
Interface for JSON response format. All implementing classes should specify an instance variable which contains the JSON which should be operated on by the methods.
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFormatted()
Deprecated.
This method put too much of a constraint on the implementing class. No
replacement exists.
|
@Deprecated boolean isFormatted()
Checks if the JSON is formatted as the specified format.
Copyright © 2017. All rights reserved.