Package com.yahoo.search.result
Class StructuredData
java.lang.Object
com.yahoo.search.result.StructuredData
- All Implemented Interfaces:
com.yahoo.data.access.Inspectable,com.yahoo.data.JsonProducer,com.yahoo.data.XmlProducer
public class StructuredData
extends Object
implements com.yahoo.data.access.Inspectable, com.yahoo.data.JsonProducer, com.yahoo.data.XmlProducer
A wrapper for structured data representing feature values.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.yahoo.data.access.Inspectorinspect()toJson()toString()writeJson(StringBuilder target) writeXML(StringBuilder target) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.yahoo.data.XmlProducer
toXML
-
Constructor Details
-
StructuredData
public StructuredData(com.yahoo.data.access.Inspector value)
-
-
Method Details
-
inspect
public com.yahoo.data.access.Inspector inspect()- Specified by:
inspectin interfacecom.yahoo.data.access.Inspectable
-
toString
-
writeXML
- Specified by:
writeXMLin interfacecom.yahoo.data.XmlProducer
-
toJson
- Specified by:
toJsonin interfacecom.yahoo.data.JsonProducer
-
writeJson
- Specified by:
writeJsonin interfacecom.yahoo.data.JsonProducer
-