AsmClassWriter.Factory
.@Deprecated public interface ClassWriterStrategy
ClassWriter
when creating a type.Modifier and Type | Interface and Description |
---|---|
static class |
ClassWriterStrategy.Default
Deprecated.
Use
AsmClassWriter.Factory.Suppressing or ByteBuddy.withIgnoredClassReader() . |
static class |
ClassWriterStrategy.Delegating
Deprecated.
A class writer factory that delegates to a
ClassWriterStrategy . |
static class |
ClassWriterStrategy.FrameComputingClassWriter
Deprecated.
Use
AsmClassWriter.FrameComputingClassWriter . |
Modifier and Type | Method and Description |
---|---|
ClassWriter |
resolve(int flags,
TypePool typePool)
Deprecated.
Resolves a class writer.
|
ClassWriter |
resolve(int flags,
TypePool typePool,
ClassReader classReader)
Deprecated.
Resolves a class writer.
|
ClassWriter resolve(int flags, TypePool typePool)
flags
- The flags to set.typePool
- A type pool for locating types.ClassWriter resolve(int flags, TypePool typePool, ClassReader classReader)
flags
- The flags to set.typePool
- A type pool for locating types.classReader
- The class reader from which the original class is read.Copyright © 2014–2025. All rights reserved.