Class DescriptionProcessor
- java.lang.Object
-
- org.mockserver.dashboard.serializers.DescriptionProcessor
-
public class DescriptionProcessor extends Object
-
-
Constructor Summary
Constructors Constructor Description DescriptionProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Descriptiondescription(Object object)Descriptiondescription(Object object, String id)intgetMaxHttpRequestLength()intgetMaxLogEventLength()intgetMaxOpenAPILength()intgetMaxOpenAPIObjectLength()
-
-
-
Method Detail
-
getMaxHttpRequestLength
public int getMaxHttpRequestLength()
-
getMaxOpenAPILength
public int getMaxOpenAPILength()
-
getMaxOpenAPIObjectLength
public int getMaxOpenAPIObjectLength()
-
getMaxLogEventLength
public int getMaxLogEventLength()
-
description
public Description description(Object object)
-
description
public Description description(Object object, String id)
-
-