All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.mockserver.dashboard.serializers.Description Maven / Gradle / Ivy

There is a newer version: 5.15.0
Show newest version
package org.mockserver.dashboard.serializers;

public interface Description {

    int MAX_LENGTH = 115;

    int length();

    Object toObject();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy