Uses of Interface
org.jboss.modules.ClassTransformer
Packages that use ClassTransformer
-
Uses of ClassTransformer in org.jboss.modules
Classes in org.jboss.modules that implement ClassTransformerFields in org.jboss.modules declared as ClassTransformerModifier and TypeFieldDescriptionstatic final ClassTransformer
ClassTransformer.IDENTITY
The identity transformation, which does not modify the class bytes at all.Methods in org.jboss.modules that return ClassTransformerModifier and TypeMethodDescriptionstatic 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.Methods in org.jboss.modules with parameters of type ClassTransformerModifier and TypeMethodDescriptiondefault ClassTransformer
ClassTransformer.andThen
(ClassTransformer other) Get a new transformer which applies this transformation followed by another transformation.ModuleSpec.Builder.setClassFileTransformer
(ClassTransformer transformer) Set the class file transformer function to use for this module.Method parameters in org.jboss.modules with type arguments of type ClassTransformerModifier and TypeMethodDescriptionstatic ClassTransformer
ClassTransformer.allOf
(Collection<? extends ClassTransformer> transformers) Get a new transformer which applies all the transformations in the given collection.