| org.compass.annotations.SupportUnmarshall
SupportUnmarshall | public enum SupportUnmarshall (Code) | | Controls if the
Searchable class support un-marshalling (the process
of converting the raw resource read from the search engine into a domain model
object).
author: kimchy |
Field Summary | |
Enum Constant | FALSE The searchable class will not support un-marshalling. | Enum Constant | NA Defaults to Compass global osem setting supportUnmarshall. | Enum Constant | TRUE The searchable class will support un-marshalling. |
FALSE | Enum Constant FALSE(Code) | | The searchable class will not support un-marshalling. Will override
anything set in Compass global osem setting supportUnmarshall.
|
NA | Enum Constant NA(Code) | | Defaults to Compass global osem setting supportUnmarshall.
|
TRUE | Enum Constant TRUE(Code) | | The searchable class will support un-marshalling. Will override
anything set in Compass global osem setting supportUnmarshall.
|
|
|