public interface ReflectionAwareComparable
EfficientReflectionHashCode or
EfficientReflectionEquals in order to generate it's hash code or check it's equality respectively.
The class implementing this interface must expose a set of Fields with its identity fields.
| Modifier and Type | Method and Description |
|---|---|
Field[] |
getReflectionComparableFields()
A list of the fields that define the identity of this class.
|
Field[] getReflectionComparableFields()
Have in mind not exposing fields of class Pattern, for example, that only check for reference
equality (If that is not the desired behaviour).
Copyright © 2025 MuleSoft, Inc.. All rights reserved.