Uses of Annotation Type
net.bytebuddy.utility.nullability.UnknownNull
Packages that use UnknownNull
Package
Description
A package containing classes for applying Byte Buddy transformers within a Maven build.
This package contains classes that are responsible for class loading of classes that are represented by
byte arrays.Contains an API for matching Java byte code entities.
Classes of this package allow for the creating
TypeDescriptions without
loading any classes.-
Uses of UnknownNull in net.bytebuddy.build.maven
Fields in net.bytebuddy.build.maven with annotations of type UnknownNullModifier and TypeFieldDescriptionorg.apache.maven.plugin.MojoExecutionByteBuddyMojo.executionThe current execution of this plugin.org.apache.maven.project.MavenProjectByteBuddyMojo.projectThe Maven project.org.eclipse.aether.RepositorySystemByteBuddyMojo.repositorySystemThe currently used repository system.ByteBuddyMojo.ForDependencyFolder.sourceThe source folder that contains the project's dependencies.ByteBuddyMojo.ForExplicitLocations.sourceThe source folder or jar file that should be transformed.ByteBuddyMojo.ForExplicitLocations.targetThe target folder or jar file to where the transformed sources should be written to. -
Uses of UnknownNull in net.bytebuddy.dynamic.loading
Fields in net.bytebuddy.dynamic.loading with annotations of type UnknownNullModifier and TypeFieldDescriptionprotected final MethodClassInjector.UsingReflection.Dispatcher.Direct.getDefinedPackageAn instance ofjava.lang.ClassLoader#getDefinedPackage(String). -
Uses of UnknownNull in net.bytebuddy.matcher
Method parameters in net.bytebuddy.matcher with annotations of type UnknownNullModifier and TypeMethodDescriptionbooleanMatches a target against this element matcher.booleanMatches a target against this element matcher.booleanMatches a target against this element matcher. -
Uses of UnknownNull in net.bytebuddy.pool
Fields in net.bytebuddy.pool with annotations of type UnknownNullModifier and TypeFieldDescriptionTypePool.Default.GenericTypeExtractor.ForSignature.currentBoundsThe bounds of the currently constructed type.