Uses of Interface
net.bytebuddy.dynamic.scaffold.InstrumentedType.Factory
-
Packages that use InstrumentedType.Factory Package Description net.bytebuddy Byte Buddy is a library for creating Java classes at runtime of a Java program.net.bytebuddy.dynamic.scaffold This package contains helper types and implementations that are responsible for the actual writing of a byte array representing a Java class. -
-
Uses of InstrumentedType.Factory in net.bytebuddy
Fields in net.bytebuddy declared as InstrumentedType.Factory Modifier and Type Field Description protected InstrumentedType.FactoryByteBuddy. instrumentedTypeFactoryThe instrumented type factory to use.Methods in net.bytebuddy with parameters of type InstrumentedType.Factory Modifier and Type Method Description ByteBuddyByteBuddy. with(InstrumentedType.Factory instrumentedTypeFactory)Configures Byte Buddy to use the specified factory for creatingInstrumentedTypes.Constructors in net.bytebuddy with parameters of type InstrumentedType.Factory Constructor Description ByteBuddy(ClassFileVersion classFileVersion, NamingStrategy namingStrategy, AuxiliaryType.NamingStrategy auxiliaryTypeNamingStrategy, AnnotationValueFilter.Factory annotationValueFilterFactory, AnnotationRetention annotationRetention, Implementation.Context.Factory implementationContextFactory, MethodGraph.Compiler methodGraphCompiler, InstrumentedType.Factory instrumentedTypeFactory, TypeValidation typeValidation, VisibilityBridgeStrategy visibilityBridgeStrategy, ClassWriterStrategy classWriterStrategy, LatentMatcher<? super MethodDescription> ignoredMethods)Creates a new Byte Buddy instance. -
Uses of InstrumentedType.Factory in net.bytebuddy.dynamic.scaffold
Classes in net.bytebuddy.dynamic.scaffold that implement InstrumentedType.Factory Modifier and Type Class Description static classInstrumentedType.Factory.DefaultDefault implementations of instrumented type factories.
-