Uses of Interface
org.mockserver.dashboard.serializers.Description
-
Packages that use Description Package Description org.mockserver.dashboard.model org.mockserver.dashboard.serializers -
-
Uses of Description in org.mockserver.dashboard.model
Methods in org.mockserver.dashboard.model that return Description Modifier and Type Method Description DescriptionDashboardLogEntryDTO. getDescription()Methods in org.mockserver.dashboard.model with parameters of type Description Modifier and Type Method Description DashboardLogEntryDTODashboardLogEntryDTO. setDescription(Description description) -
Uses of Description in org.mockserver.dashboard.serializers
Classes in org.mockserver.dashboard.serializers that implement Description Modifier and Type Class Description classLogMessageDescriptionclassRequestDefinitionDescriptionclassRequestDefinitionObjectDescriptionMethods in org.mockserver.dashboard.serializers that return Description Modifier and Type Method Description DescriptionDescriptionProcessor. description(Object object)DescriptionDescriptionProcessor. description(Object object, String id)Methods in org.mockserver.dashboard.serializers with parameters of type Description Modifier and Type Method Description voidDescriptionSerializer. serialize(Description value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider)
-