public class NullifyAttributesCoercion extends Object implements AttributesCoercion
NONE| Constructor and Description |
|---|
NullifyAttributesCoercion(int[] nullifyTags,
AttributesCoercion next) |
| Modifier and Type | Method and Description |
|---|---|
void |
coerce(Attributes attrs,
Attributes modified) |
String |
remapUID(String uid) |
static AttributesCoercion |
valueOf(int[] nullifyTags,
AttributesCoercion next) |
public NullifyAttributesCoercion(int[] nullifyTags,
AttributesCoercion next)
public static AttributesCoercion valueOf(int[] nullifyTags, 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.