public class MetadataCacheId extends Object
Two elements having the same MetadataCacheId will be equal regarding all the types inferred from its configuration.
| Constructor and Description |
|---|
MetadataCacheId(int value,
String sourceElementName) |
MetadataCacheId(List<MetadataCacheId> parts,
String sourceElementName) |
MetadataCacheId(String value,
String sourceElementName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<MetadataCacheId> |
getParts() |
Optional<String> |
getSourceElementName() |
String |
getValue() |
int |
hashCode() |
String |
toString() |
public MetadataCacheId(List<MetadataCacheId> parts, String sourceElementName)
public MetadataCacheId(int value,
String sourceElementName)
public String getValue()
public List<MetadataCacheId> getParts()
Copyright © 2003–2023 MuleSoft, Inc.. All rights reserved.