public class HashedResolverSetResult extends ResolverSetResult
ResolverSetResult extension which adds the capability of being able to know the hash value of the
resolved values. This is required for Configuration and Connection Provider cases to be able to cache the
instances that are based on dynamic parameters.
This classes ResolverSetResult.equals(Object) and hashCode() methods have been redefined to be consistent with the result
objects. This is so that given two instances of this class you can determine if the evaluations they represent have an
equivalent outcome
| Modifier and Type | Class and Description |
|---|---|
static class |
HashedResolverSetResult.Builder
A builder for creating instances of
HashedResolverSetResult. |
| Modifier and Type | Method and Description |
|---|---|
int |
hashCode()
A hashCode calculated based on the results
|
static HashedResolverSetResult.Builder |
newBuilder() |
asMap, equals, getpublic static HashedResolverSetResult.Builder newBuilder()
public int hashCode()
hashCode in class ResolverSetResultCopyright © 2003–2024 MuleSoft, Inc.. All rights reserved.