public class SimpleMarshalledValue<T> extends Object implements MarshalledValue<T,MarshallingContext>, Serializable
| Constructor and Description |
|---|
SimpleMarshalledValue(T object,
MarshallingContext context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
T |
get(MarshallingContext context) |
int |
hashCode()
N.B.
|
String |
toString() |
public SimpleMarshalledValue(T object, MarshallingContext context)
public T get(MarshallingContext context) throws IOException, ClassNotFoundException
get in interface MarshalledValue<T,MarshallingContext>IOExceptionClassNotFoundExceptionMarshalledValue.get(java.lang.Object)public int hashCode()
instead.hashCode in class ObjectObject.hashCode()Copyright © 2020 JBoss by Red Hat. All rights reserved.