Uses of Class
com.yahoo.document.PrimitiveDataType.Factory
Packages that use PrimitiveDataType.Factory
-
Uses of PrimitiveDataType.Factory in com.yahoo.document
Constructors in com.yahoo.document with parameters of type PrimitiveDataType.FactoryModifierConstructorDescriptionprotectedNumericDataType(String name, int code, Class<? extends FieldValue> type, PrimitiveDataType.Factory factory) Creates a datatypeprotectedPrimitiveDataType(String name, int code, Class<? extends FieldValue> valueClass, PrimitiveDataType.Factory factory) Creates a datatype -
Uses of PrimitiveDataType.Factory in com.yahoo.document.datatypes
Methods in com.yahoo.document.datatypes that return PrimitiveDataType.FactoryModifier and TypeMethodDescriptionstatic PrimitiveDataType.FactoryBoolFieldValue.getFactory()static PrimitiveDataType.FactoryByteFieldValue.getFactory()static PrimitiveDataType.FactoryDoubleFieldValue.getFactory()static PrimitiveDataType.FactoryFloat16FieldValue.getFactory()static PrimitiveDataType.FactoryFloatFieldValue.getFactory()static PrimitiveDataType.FactoryIntegerFieldValue.getFactory()static PrimitiveDataType.FactoryLongFieldValue.getFactory()static PrimitiveDataType.FactoryPredicateFieldValue.getFactory()static PrimitiveDataType.FactoryRaw.getFactory()static PrimitiveDataType.FactoryStringFieldValue.getFactory()