public class MarshallingMessageDecorator<T> extends Object
| Constructor and Description |
|---|
MarshallingMessageDecorator(Function<T,String> name,
Function<T,String> type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName(T object) |
String |
getType(T object) |
static <T> MarshallingMessageDecorator<T> |
of(Function<T,String> name,
Function<T,String> type) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.