public final class AnonymousEntity extends Object
AnonymisingEntityXmlWriter
and the AnonymousGenericValue
.
It contains an 'entityName', representing the GenericValue's entity name (eg: 'Issue'), and a fieldName, representing a GenericValue's fieldName (eg: 'description', or 'id').
If either of these are null, it represents a match against all of the fields / entities.
NOTE: Due to the way that AnonymousEntity handles 'equals', it is impossible to determine a good hashCode. There will therefore be performance issues if you use this class as the key in a HashMap or HashSet.
Constructor and Description |
---|
AnonymousEntity(String entityName,
String fieldName) |
Copyright © 2002-2022 Atlassian. All Rights Reserved.