public class Multipart extends DslProperty
| Constructor and Description |
|---|
Multipart(DslProperty multipartAsValue) |
Multipart(List<DslProperty> multipartAsList) |
Multipart(Map<String,DslProperty> multipart) |
Multipart(MatchingStrategy matchingStrategy) |
Multipart(Object value) |
| Modifier and Type | Method and Description |
|---|---|
static Multipart |
build(Object value) |
equals, getClientValue, getServerValue, hashCode, isSingleValue, toStringpublic Multipart(Map<String,DslProperty> multipart)
public Multipart(List<DslProperty> multipartAsList)
public Multipart(Object value)
public Multipart(DslProperty multipartAsValue)
public Multipart(MatchingStrategy matchingStrategy)
Copyright © 2016–2020 Spring. All rights reserved.