public class TypeWrapper extends Object implements Externalizable
| Constructor and Description |
|---|
TypeWrapper() |
TypeWrapper(Class klass) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Class |
getKlass() |
String |
getName() |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
void |
setKlass(Class klass) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public TypeWrapper()
public TypeWrapper(Class klass)
public Class getKlass()
public void setKlass(Class klass)
public String getName()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.