Uses of Class
org.springframework.data.mongodb.core.mapping.MongoVector
Packages that use MongoVector
Package
Description
Infrastructure for the MongoDB document-to-object mapping subsystem.
-
Uses of MongoVector in org.springframework.data.mongodb.core.mapping
Methods in org.springframework.data.mongodb.core.mapping that return MongoVectorModifier and TypeMethodDescriptionstatic MongoVectorCreates a new binaryMongoVectorfrom the givenVector.static MongoVectorMongoVector.of(org.bson.BinaryVector v) Creates a new binaryMongoVectorusing the givenBinaryVector.static MongoVectorMongoVector.ofFloat(float... data) Creates a new binaryMongoVectorusing the givendata.static MongoVectorMongoVector.ofInt8(byte[] data) Creates a new binaryMongoVectorusing the givendata.