If type is specified, RawValue#asType(Class) will be used to restore the original
value of the property. Otherwise instances of RawValue will be returned.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003ePropertyProjection\u003c/code\u003e is a class that extends \u003ccode\u003eProjection\u003c/code\u003e and is used to specify that a query should return a particular property.\u003c/p\u003e\n"],["\u003cp\u003eThe constructor \u003ccode\u003ePropertyProjection(String propertyName, @Nullable Class<?> type)\u003c/code\u003e is used to create a property projection, allowing specification of the property name and its type.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003egetType()\u003c/code\u003e returns the data type specified for the projected property, and it may return null if the type is unknown.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003egetName()\u003c/code\u003e method returns the name of the property that this projection populates.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eequals()\u003c/code\u003e is used to check if objects are equal, while \u003ccode\u003ehashCode()\u003c/code\u003e is used for generating a hash code, and \u003ccode\u003etoString()\u003c/code\u003e method returns the string representation of the \u003ccode\u003ePropertyProjection\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]