public interface ClassResolver
Class instances to/from an object stream.| Modifier and Type | Method and Description |
|---|---|
void |
annotateClass(ObjectOutput output,
Class<?> targetClass) |
ClassLoader |
getClassLoader() |
Class<?> |
resolveClass(ObjectInput input,
String className) |
void annotateClass(ObjectOutput output, Class<?> targetClass) throws IOException
IOExceptionClass<?> resolveClass(ObjectInput input, String className) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionClassLoader getClassLoader()
Copyright © 2020 JBoss by Red Hat. All rights reserved.