org.mockserver.model
Class ObjectWithJsonToString

java.lang.Object
  extended by org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
      extended by org.mockserver.model.ObjectWithJsonToString
Direct Known Subclasses:
Action, ConnectionOptions, ConnectionOptionsDTO, Expectation, ExpectationDTO, KeyAndValue, KeyToMultiValue, Not, NotDTO, PortBinding, Verification, VerificationSequence

public abstract class ObjectWithJsonToString
extends ObjectWithReflectiveEqualsHashCodeToString

Author:
jamesdbloom

Field Summary
 
Fields inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
logger
 
Constructor Summary
ObjectWithJsonToString()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
addFieldsExcludedFromEqualsAndHashCode, equals, fieldsExcludedFromEqualsAndHashCode, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectWithJsonToString

public ObjectWithJsonToString()
Method Detail

toString

public String toString()
Overrides:
toString in class ObjectWithReflectiveEqualsHashCodeToString


Copyright © 2017. All rights reserved.