@MetaInfServices public class XstreamEngine extends java.lang.Object implements ContentTypeEngine
| Constructor and Description |
|---|
XstreamEngine() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
fromString(java.lang.String content,
java.lang.Class<T> classOfT) |
java.lang.String |
getContentType() |
void |
init(Application application) |
java.lang.String |
toString(java.lang.Object object) |
public void init(Application application)
init in interface ContentTypeEnginepublic java.lang.String getContentType()
getContentType in interface ContentTypeEnginepublic java.lang.String toString(java.lang.Object object)
toString in interface ContentTypeEnginepublic <T> T fromString(java.lang.String content,
java.lang.Class<T> classOfT)
fromString in interface ContentTypeEngineCopyright © 2023. All rights reserved.