Package | Description |
---|---|
org.jboss.marshalling |
The marshalling API.
|
Modifier and Type | Method and Description |
---|---|
static TraceInformation.IndexType |
TraceInformation.IndexType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TraceInformation.IndexType[] |
TraceInformation.IndexType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
TraceInformation.addIndexInformation(Throwable t,
int index,
int size,
TraceInformation.IndexType kind)
Add information about an index into a collection which was being (un-)marshalled.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.