Class AbstractPhraseConverter
- java.lang.Object
-
- com.attivio.util.serialization.AbstractConverter
-
- com.attivio.util.serialization.query.phrase.AbstractPhraseConverter
-
- All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter
,com.thoughtworks.xstream.converters.ConverterMatcher
- Direct Known Subclasses:
AnchorFilterConverter
,FuzzyTermConverter
,PhraseNearConverter
,PhraseNotConverter
,PhraseNotInConverter
,PhraseOrConverter
,PhrasePluginConverter
,RegexTermConverter
,ScopeBoostConverter
,ScopeFilterConverter
,ScopeTermConverter
,SearchTermConverter
,TermRangeConverter
,WildcardTermConverter
public abstract class AbstractPhraseConverter extends AbstractConverter
-
-
Field Summary
-
Fields inherited from class com.attivio.util.serialization.AbstractConverter
mapper, NULL
-
-
Constructor Summary
Constructors Constructor Description AbstractPhraseConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addAnnotations(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, java.lang.String name, long annotations)
protected void
addParameters(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context, Phrase phrase)
protected long
getAnnotations(java.lang.String value)
protected int
getBoost(com.thoughtworks.xstream.io.HierarchicalStreamReader reader)
protected void
getParameter(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context, Phrase phrase)
protected void
getParameters(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context, Phrase phrase)
-
Methods inherited from class com.attivio.util.serialization.AbstractConverter
addAttribute, addAttribute, addAttribute, addAttribute, addAttribute, addAttribute, addAttribute, addAttribute, addAttribute, addAttribute, addAttribute, addAttribute, getAlias, getAlias, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getClass, getClass, getClassName, marshalArray, marshalArray, marshalArray2D, marshalIntArray, marshalIntArray, marshalList, marshalNode, marshalNode, marshalProperties, marshalProperties, readList, readSubObject, readThrowable, setMapper, unmarshalArray, unmarshalArray2D, unmarshalIntArray, unmarshalList, unmarshalNode, unmarshalNode, unmarshalNode, unmarshalNode, unmarshalProperties, unmarshalProperty, unmarshalPropertyName, unmarshalPropertyValue, writeSubObject, writeSubObject, writeThrowable
-
-
-
-
Method Detail
-
addAnnotations
protected void addAnnotations(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, java.lang.String name, long annotations)
-
getAnnotations
protected long getAnnotations(java.lang.String value)
-
getBoost
protected int getBoost(com.thoughtworks.xstream.io.HierarchicalStreamReader reader)
-
addParameters
protected void addParameters(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context, Phrase phrase)
-
getParameters
protected void getParameters(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context, Phrase phrase)
-
getParameter
protected void getParameter(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context, Phrase phrase)
-
-