Uses of Class
org.mockserver.model.PortBinding
-
Packages that use PortBinding Package Description org.mockserver.model org.mockserver.serialization -
-
Uses of PortBinding in org.mockserver.model
Methods in org.mockserver.model that return PortBinding Modifier and Type Method Description static PortBindingPortBinding. portBinding(Integer... ports)static PortBindingPortBinding. portBinding(List<Integer> ports)PortBindingPortBinding. setPorts(List<Integer> ports) -
Uses of PortBinding in org.mockserver.serialization
Methods in org.mockserver.serialization that return PortBinding Modifier and Type Method Description PortBindingPortBindingSerializer. deserialize(String jsonPortBinding)Methods in org.mockserver.serialization that return types with arguments of type PortBinding Modifier and Type Method Description Class<PortBinding>PortBindingSerializer. supportsType()Methods in org.mockserver.serialization with parameters of type PortBinding Modifier and Type Method Description StringPortBindingSerializer. serialize(PortBinding portBinding)
-