Class PrimitiveFieldType
java.lang.Object
com.yahoo.search.query.profile.types.FieldType
com.yahoo.search.query.profile.types.PrimitiveFieldType
Represents a query field type which is a primitive - String, Integer, Float, Double or Long.
- Author:
- bratseth
-
Field Summary
Fields inherited from class com.yahoo.search.query.profile.types.FieldType
booleanType, doubleType, floatType, genericQueryProfileType, integerType, longType, queryType, stringType -
Method Summary
Modifier and TypeMethodDescriptionconvertFrom(Object object, QueryProfileRegistry registry) Converts the given type to an instance of this type, if possible.convertFrom(Object object, ConversionContext context) Converts the given type to an instance of this type, if possible.booleanReturns the class of instance values of this field typeinthashCode()Returns a string representation of this type which can be converted back to a type class byFieldType.fromString(java.lang.String, com.yahoo.search.query.profile.types.QueryProfileTypeRegistry)Returns a string describing possible instances of this type, suitable for user error messagestoString()Methods inherited from class com.yahoo.search.query.profile.types.FieldType
asTensorType, fromString, isLegalFieldValue
-
Method Details
-
getValueClass
Description copied from class:FieldTypeReturns the class of instance values of this field type- Specified by:
getValueClassin classFieldType
-
stringValue
Description copied from class:FieldTypeReturns a string representation of this type which can be converted back to a type class byFieldType.fromString(java.lang.String, com.yahoo.search.query.profile.types.QueryProfileTypeRegistry)- Specified by:
stringValuein classFieldType
-
toString
-
toInstanceDescription
Description copied from class:FieldTypeReturns a string describing possible instances of this type, suitable for user error messages- Specified by:
toInstanceDescriptionin classFieldType
-
convertFrom
Description copied from class:FieldTypeConverts the given type to an instance of this type, if possible. Returns null if not possible.- Specified by:
convertFromin classFieldType
-
convertFrom
Description copied from class:FieldTypeConverts the given type to an instance of this type, if possible. Returns null if not possible.- Specified by:
convertFromin classFieldType
-
hashCode
public int hashCode() -
equals
-