Package | Description |
---|---|
org.jboss.modules |
The primary JBoss Modules API.
|
Modifier and Type | Class and Description |
---|---|
class |
JLIClassTransformer
A wrapper around a
ClassFileTransformer . |
Modifier and Type | Field and Description |
---|---|
static ClassTransformer |
ClassTransformer.IDENTITY
The identity transformation, which does not modify the class bytes at all.
|
Modifier and Type | Method and Description |
---|---|
static ClassTransformer |
ClassTransformer.allOf(Collection<? extends ClassTransformer> transformers)
Get a new transformer which applies all the transformations in the given collection.
|
default ClassTransformer |
ClassTransformer.andThen(ClassTransformer other)
Get a new transformer which applies this transformation followed by another transformation.
|
Modifier and Type | Method and Description |
---|---|
default ClassTransformer |
ClassTransformer.andThen(ClassTransformer other)
Get a new transformer which applies this transformation followed by another transformation.
|
ModuleSpec.Builder |
ModuleSpec.Builder.setClassFileTransformer(ClassTransformer transformer)
Set the class file transformer function to use for this module.
|
Modifier and Type | Method and Description |
---|---|
static ClassTransformer |
ClassTransformer.allOf(Collection<? extends ClassTransformer> transformers)
Get a new transformer which applies all the transformations in the given collection.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.