public class FallbackExceptionMarshaller extends AbstractNullableMarshaller<Object>
Modifier and Type | Field and Description |
---|---|
static FallbackExceptionMarshaller |
INSTANCE |
Constructor and Description |
---|
FallbackExceptionMarshaller() |
Modifier and Type | Method and Description |
---|---|
Object |
doNotNullDemarshall(EJValue o,
MarshallingSession ctx) |
String |
doNotNullMarshall(Object o,
MarshallingSession ctx) |
Object[] |
getEmptyArray()
Returns an empty array of the type handled by this marshaller.
|
demarshall, marshall
public static final FallbackExceptionMarshaller INSTANCE
public Object[] getEmptyArray()
Marshaller
List.toArray(T[])
.public Object doNotNullDemarshall(EJValue o, MarshallingSession ctx)
doNotNullDemarshall
in class AbstractNullableMarshaller<Object>
public String doNotNullMarshall(Object o, MarshallingSession ctx)
doNotNullMarshall
in class AbstractNullableMarshaller<Object>
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.