Package org.mockserver.model
Class ObjectWithJsonToString
- java.lang.Object
-
- org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
-
- org.mockserver.model.ObjectWithJsonToString
-
- Direct Known Subclasses:
Action,ConnectionOptions,ConnectionOptionsDTO,Expectation,ExpectationDTO,HttpRequestAndHttpResponse,HttpRequestAndHttpResponseDTO,HttpRequestTemplateObject,KeyAndValue,KeysAndValues,KeysToMultiValues,KeyToMultiValue,LogEntry,LogEntryDTO,Not,NotDTO,NottableString,PortBinding,Verification,VerificationSequence
public abstract class ObjectWithJsonToString extends ObjectWithReflectiveEqualsHashCodeToString
- Author:
- jamesdbloom
-
-
Constructor Summary
Constructors Constructor Description ObjectWithJsonToString()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, key
-
-
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classObjectWithReflectiveEqualsHashCodeToString
-
-