Uses of Class
org.jboss.modules.ClassSpec
Packages that use ClassSpec
-
Uses of ClassSpec in org.jboss.modules
Methods in org.jboss.modules that return ClassSpecModifier and TypeMethodDescriptionAbstractResourceLoader.getClassSpec
(String fileName) ResourceLoader.getClassSpec
(String fileName) Get the class specification for the given class name.ClassSpec.setAssertionSetting
(AssertionSetting assertionSetting) Set the class assertion setting.ClassSpec.setByteBuffer
(ByteBuffer byteBuffer) Set the class byte buffer.ClassSpec.setBytes
(byte[] bytes) Set the class file bytes.ClassSpec.setCodeSource
(CodeSource codeSource) Set the code source (should not benull
).Methods in org.jboss.modules with parameters of type ClassSpecModifier and TypeMethodDescriptionprotected void
ModuleClassLoader.postDefine
(ClassSpec classSpec, Class<?> definedClass) A hook which is invoked after a class is defined.protected void
A hook which is invoked before a class is defined.