Package | Description |
---|---|
org.jboss.modules |
The primary JBoss Modules API.
|
Modifier and Type | Class | Description |
---|---|---|
class |
JLIClassTransformer |
A wrapper around a
ClassFileTransformer . |
Modifier and Type | Field | Description |
---|---|---|
static ClassTransformer |
ClassTransformer.IDENTITY |
The identity transformation, which does not modify the class bytes at all.
|
Modifier and Type | Method | 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 | 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 | 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.