public class TransformerOperationAttachment extends Object
Modifier and Type | Field and Description |
---|---|
static OperationContext.AttachmentKey<TransformerOperationAttachment> |
KEY |
Constructor and Description |
---|
TransformerOperationAttachment() |
Modifier and Type | Method and Description |
---|---|
<V> V |
attach(OperationContext.AttachmentKey<V> key,
V value) |
<V> V |
attachIfAbsent(OperationContext.AttachmentKey<V> key,
V value) |
<V> V |
detach(OperationContext.AttachmentKey<V> key) |
<V> V |
getAttachment(OperationContext.AttachmentKey<V> key) |
static TransformerOperationAttachment |
getOrCreate(OperationContext context) |
public static OperationContext.AttachmentKey<TransformerOperationAttachment> KEY
public static TransformerOperationAttachment getOrCreate(OperationContext context)
public <V> V attach(OperationContext.AttachmentKey<V> key, V value)
public <V> V attachIfAbsent(OperationContext.AttachmentKey<V> key, V value)
public <V> V detach(OperationContext.AttachmentKey<V> key)
public <V> V getAttachment(OperationContext.AttachmentKey<V> key)
Copyright © 2023 JBoss by Red Hat. All rights reserved.