public class Body extends DslProperty
Constructor and Description |
---|
Body(Byte[] bodyAsValue) |
Body(DslProperty bodyAsValue) |
Body(List<DslProperty> bodyAsList) |
Body(Map<String,DslProperty> body) |
Body(MatchingStrategy matchingStrategy) |
Body(Number bodyAsValue) |
Body(Object value) |
Body(Serializable serializable) |
Body(String bodyAsValue) |
equals, getClientValue, getServerValue, hashCode, isSingleValue, toString
public Body(Map<String,DslProperty> body)
public Body(List<DslProperty> bodyAsList)
public Body(Object value)
public Body(Byte[] bodyAsValue)
public Body(Number bodyAsValue)
public Body(String bodyAsValue)
public Body(DslProperty bodyAsValue)
public Body(Serializable serializable)
public Body(MatchingStrategy matchingStrategy)
Copyright © 2016–2019 Spring. All rights reserved.