public class RemapUIDAttributesCoercion extends Object implements AttributesCoercion
NONE| Constructor and Description |
|---|
RemapUIDAttributesCoercion(Map<String,String> uidMap,
AttributesCoercion next) |
| Modifier and Type | Method and Description |
|---|---|
void |
coerce(Attributes attrs,
Attributes modified) |
String |
remapUID(String uid) |
public RemapUIDAttributesCoercion(Map<String,String> uidMap, AttributesCoercion next)
public String remapUID(String uid)
remapUID in interface AttributesCoercionpublic void coerce(Attributes attrs, Attributes modified)
coerce in interface AttributesCoercionCopyright © 2021. All rights reserved.