public class SimpleMarshalledValue<T> extends Object implements MarshalledValue<T,MarshallingContext>
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>
IOException
ClassNotFoundException
MarshalledValue.get(java.lang.Object)
public int hashCode()
instead
.hashCode
in class Object
Object.hashCode()
Copyright © 2017 JBoss by Red Hat. All rights reserved.