org.mockserver.dashboard.serializers.Description Maven / Gradle / Ivy
package org.mockserver.dashboard.serializers;
public interface Description {
int MAX_LENGTH = 115;
int length();
Object toObject();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy