public final class PayloadKey extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static PayloadKey |
AS_IS
Do not serialize me, part of payload as is.
|
static PayloadKey |
MARSHALLED
Put me in the payload map.
|
static PayloadKey |
TRANSIENT
Put me in the transient map, not part of payload.
|
public static final PayloadKey TRANSIENT
public static final PayloadKey AS_IS
public static final PayloadKey MARSHALLED
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.