public class TypedValue extends Object
Typed Value model to avoid exposing the user the mule api TypedValue
| Modifier | Constructor and Description |
|---|---|
protected |
TypedValue(Object value,
String mediaType,
Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static TypedValue |
fromMuleTypedValue(org.mule.runtime.api.metadata.TypedValue typedValue) |
Charset |
getCharset() |
String |
getMediaType() |
Object |
getValue() |
int |
hashCode() |
public Object getValue()
public String getMediaType()
public Charset getCharset()
public static TypedValue fromMuleTypedValue(org.mule.runtime.api.metadata.TypedValue typedValue)
Copyright © 2019. All rights reserved.