Uses of Interface
net.bytebuddy.build.EntryPoint
Packages that use EntryPoint
Package
Description
An agent builder is used to easily implement load-time class-transformations using a Java agent.
A package for types that allow for applying Byte Buddy transformation during a build process.
A package containing classes for applying Byte Buddy transformers within a Maven build.
-
Uses of EntryPoint in net.bytebuddy.agent.builder
Fields in net.bytebuddy.agent.builder declared as EntryPointModifier and TypeFieldDescriptionprivate final EntryPointAgentBuilder.TypeStrategy.ForBuildEntryPoint.entryPointThe entry point to apply.Methods in net.bytebuddy.agent.builder with parameters of type EntryPointModifier and TypeMethodDescriptionstatic AgentBuilderAgentBuilder.Default.of(EntryPoint entryPoint, List<? extends Plugin> plugins) Creates anAgentBuilderthat realizes the provided build plugins.static AgentBuilderAgentBuilder.Default.of(EntryPoint entryPoint, Plugin... plugin) Creates anAgentBuilderthat realizes the provided build plugins.static AgentBuilderAgentBuilder.Default.of(EntryPoint entryPoint, ClassFileVersion classFileVersion, List<? extends Plugin> plugins) Creates anAgentBuilderthat realizes the provided build plugins.static AgentBuilderAgentBuilder.Default.of(EntryPoint entryPoint, ClassFileVersion classFileVersion, Plugin... plugin) Creates anAgentBuilderthat realizes the provided build plugins.Constructors in net.bytebuddy.agent.builder with parameters of type EntryPointModifierConstructorDescriptionForBuildEntryPoint(EntryPoint entryPoint) Creates a new type strategy for an entry point. -
Uses of EntryPoint in net.bytebuddy.build
Classes in net.bytebuddy.build that implement EntryPointModifier and TypeClassDescriptionstatic enumDefault implementations for an entry point.static classAn entry point that wraps another entry point but disables validation.Fields in net.bytebuddy.build declared as EntryPointModifier and TypeFieldDescriptionprivate final EntryPointEntryPoint.Unvalidated.delegateThe entry point to use.private final EntryPointPlugin.Engine.TypeStrategy.ForEntryPoint.entryPointThe represented entry point.Methods in net.bytebuddy.build with parameters of type EntryPointModifier and TypeMethodDescriptionstatic Plugin.EnginePlugin.Engine.Default.of(EntryPoint entryPoint, ClassFileVersion classFileVersion, MethodNameTransformer methodNameTransformer) Creates a plugin engine from anEntryPoint.Constructors in net.bytebuddy.build with parameters of type EntryPointModifierConstructorDescriptionForEntryPoint(EntryPoint entryPoint, MethodNameTransformer methodNameTransformer) Creates a new type stratrgy for an entry point.Unvalidated(EntryPoint delegate) Creates a new entry point with disabled validation. -
Uses of EntryPoint in net.bytebuddy.build.maven
Methods in net.bytebuddy.build.maven that return EntryPointModifier and TypeMethodDescriptionInitialization.getEntryPoint(ClassLoaderResolver classLoaderResolver, String groupId, String artifactId, String version, String packaging) Resolves the described entry point.