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
,LogEventRequestAndResponse
,LogEventRequestAndResponseDTO
,MediaType
,Not
,NotDTO
,NottableString
,PortBinding
,SocketAddress
,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 String
toString()
-
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, key
-
-
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toString
in classObjectWithReflectiveEqualsHashCodeToString
-
-