Uses of Interface
net.bytebuddy.dynamic.scaffold.InstrumentedType.Factory
Packages that use InstrumentedType.Factory
Package
Description
Byte Buddy is a library for creating Java classes at runtime of a Java program.
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.FactoryModifier and TypeFieldDescriptionprotected final InstrumentedType.FactoryByteBuddy.instrumentedTypeFactoryThe instrumented type factory to use.Methods in net.bytebuddy with parameters of type InstrumentedType.FactoryModifier and TypeMethodDescriptionByteBuddy.with(InstrumentedType.Factory instrumentedTypeFactory) Configures Byte Buddy to use the specified factory for creatingInstrumentedTypes.Constructors in net.bytebuddy with parameters of type InstrumentedType.FactoryModifierConstructorDescriptionprotectedByteBuddy(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.FactoryModifier and TypeClassDescriptionstatic enumDefault implementations of instrumented type factories.