public interface ClassTable
Modifier and Type | Interface and Description |
---|---|
static interface |
ClassTable.Writer
The class writer for a specific class.
|
Modifier and Type | Method and Description |
---|---|
ClassTable.Writer |
getClassWriter(Class<?> clazz)
Determine whether the given class reference is a valid predefined reference.
|
Class<?> |
readClass(Unmarshaller unmarshaller)
Read a class from the stream.
|
ClassTable.Writer getClassWriter(Class<?> clazz) throws IOException
clazz
- the candidate classnull
to use the default mechanismIOException
- if an I/O error occursClass<?> readClass(Unmarshaller unmarshaller) throws IOException, ClassNotFoundException
getClassWriter(Class)
method's Writer
instance, as defined above.unmarshaller
- the unmarshaller to read fromIOException
- if an I/O error occursClassNotFoundException
- if a class could not be foundCopyright © 2019 JBoss by Red Hat. All rights reserved.