![]() | PropertyResolutionStyle Class |
[Missing <summary> documentation for "T:com.espertech.esper.compat.PropertyResolutionStyle"]
Namespace: com.espertech.esper.compat
public sealed class PropertyResolutionStyle : Enum
The PropertyResolutionStyle type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CASE_INSENSITIVE |
Properties are matched if the names are identical. A case insensitive
search is used and will choose the first property that matches
the name exactly or the first property that matches case insensitively
should no match be found.
|
![]() ![]() | CASE_SENSITIVE |
Properties are only matched if the names are identical in name
and case to the original property name.
|
![]() ![]() | DEFAULT |
Default
|
![]() ![]() | DISTINCT_CASE_INSENSITIVE |
Properties are matched if the names are identical. A case insensitive
search is used and will choose the first property that matches
the name exactly case insensitively. If more than one 'name' can be
mapped to the property an exception is thrown.
|
![]() | value__ |