public class NamedProperty extends Object
Constructor and Description |
---|
NamedProperty(DslProperty name,
DslProperty value) |
NamedProperty(DslProperty name,
DslProperty value,
DslProperty contentType) |
NamedProperty(Map<String,DslProperty> namedMap) |
Modifier and Type | Method and Description |
---|---|
static DslProperty |
asDslProperty(Object o) |
boolean |
equals(Object o) |
DslProperty |
getContentType() |
DslProperty |
getName() |
DslProperty |
getValue() |
int |
hashCode() |
void |
setContentType(DslProperty contentType) |
void |
setName(DslProperty name) |
void |
setValue(DslProperty value) |
String |
toString() |
public NamedProperty(DslProperty name, DslProperty value)
public NamedProperty(DslProperty name, DslProperty value, DslProperty contentType)
public NamedProperty(Map<String,DslProperty> namedMap)
public static DslProperty asDslProperty(Object o)
public DslProperty getName()
public void setName(DslProperty name)
public DslProperty getValue()
public void setValue(DslProperty value)
public DslProperty getContentType()
public void setContentType(DslProperty contentType)
Copyright © 2016–2019 Spring. All rights reserved.