| Package | Description |
|---|---|
| org.jboss.marshalling |
The marshalling API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChainedUnmarshallingFilter |
| Modifier and Type | Field and Description |
|---|---|
static UnmarshallingFilter |
UnmarshallingFilter.ACCEPTING |
static UnmarshallingFilter |
UnmarshallingFilter.REJECTING |
protected UnmarshallingFilter |
AbstractUnmarshaller.unmarshallingFilter
The configured unmarshalling filter
|
| Modifier and Type | Method and Description |
|---|---|
static UnmarshallingFilter |
UnmarshallingFilter.Factory.createFilter(String filterSpec) |
static UnmarshallingFilter |
UnmarshallingFilter.Factory.createFilter(String filterSpec,
boolean checkJEPS290ProcessFilter) |
UnmarshallingFilter |
MarshallingConfiguration.getUnmarshallingFilter()
Get the unmarshalling filter.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
AbstractUnmarshaller.setObjectInputStreamFilter(ObjectInputStream ois,
UnmarshallingFilter filter) |
void |
MarshallingConfiguration.setUnmarshallingFilter(UnmarshallingFilter unmarshallingFilter)
Set the unmarshalling filter.
|
| Constructor and Description |
|---|
ChainedUnmarshallingFilter(UnmarshallingFilter... chain) |
Copyright © 2024 JBoss by Red Hat. All rights reserved.