public interface MarshalledValueFactory<C> extends Marshallability
| Modifier and Type | Method and Description |
|---|---|
<T> MarshalledValue<T,C> |
createMarshalledValue(T object) |
C |
getMarshallingContext() |
isMarshallable<T> MarshalledValue<T,C> createMarshalledValue(T object)
C getMarshallingContext()
Copyright © 2023 JBoss by Red Hat. All rights reserved.