Uses of Annotation Interface
net.bytebuddy.utility.nullability.UnknownNull
Packages that use UnknownNull
Package
Description
A package containing classes for applying Byte Buddy transformers within a Maven build.
Contains descriptions of Java types and packages.
This package contains classes that are responsible for class loading of classes that are represented by
byte
arrays.This package contains helper types and implementations that are responsible for the actual writing of a byte array
representing a Java class.
Contains an API for matching Java byte code entities.
Classes of this package allow for the creating
TypeDescription
s 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.MojoExecution
ByteBuddyMojo.execution
The current execution of this plugin.org.apache.maven.project.MavenProject
ByteBuddyMojo.project
The Maven project.org.eclipse.aether.RepositorySystem
ByteBuddyMojo.repositorySystem
The currently used repository system. -
Uses of UnknownNull in net.bytebuddy.description.type
Fields in net.bytebuddy.description.type with annotations of type UnknownNullModifier and TypeFieldDescriptionprivate TypeDefinition
TypeDefinition.SuperClassIterator.nextClass
The next class to represent. -
Uses of UnknownNull in net.bytebuddy.dynamic.loading
Fields in net.bytebuddy.dynamic.loading with annotations of type UnknownNullModifier and TypeFieldDescriptionprivate Enumeration
<URL> MultipleParentClassLoader.CompoundEnumeration.current
The currently represented enumeration ornull
if no such enumeration is currently selected.protected final Method
ClassInjector.UsingReflection.Dispatcher.Direct.getDefinedPackage
An instance ofjava.lang.ClassLoader#getDefinedPackage(String)
.private final Method
ClassInjector.UsingReflection.Dispatcher.UsingUnsafeInjection.getDefinedPackage
The accessor method for usingjava.lang.ClassLoader#getDefinedPackage(String)
. -
Uses of UnknownNull in net.bytebuddy.dynamic.scaffold
Fields in net.bytebuddy.dynamic.scaffold with annotations of type UnknownNullModifier and TypeFieldDescriptionTypeWriter.Default.ValidatingClassVisitor.constraint
The constraint to assert the members against.TypeWriter.Default.ForInlining.ContextRegistry.implementationContext
The implementation context that is used for creating a class ornull
if it was not registered.TypeWriter.Default.ForInlining.WithDecorationOnly.DecorationClassVisitor.implementationContext
The implementation context to use ornull
if the context is not yet initialized.TypeWriter.Default.ForInlining.WithFullProcessing.RedefinitionClassVisitor.implementationContext
The implementation context for this class creation ornull
if it was not yet created.TypeWriter.Default.ForInlining.WithFullProcessing.RedefinitionClassVisitor.initializationHandler
The initialization handler to use ornull
if the handler was not yet initialized.private TypeWriter.MethodPool
TypeWriter.Default.ForInlining.WithFullProcessing.RedefinitionClassVisitor.methodPool
The method pool to use ornull
if the pool was not yet initialized. -
Uses of UnknownNull in net.bytebuddy.matcher
Method parameters in net.bytebuddy.matcher with annotations of type UnknownNullModifier and TypeMethodDescriptionboolean
Matches a target against this element matcher.boolean
Matches a target against this element matcher.boolean
Matches 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.currentBounds
The bounds of the currently constructed type.private final AnnotationValue
<?, ?> TypePool.Default.LazyTypeDescription.MethodToken.defaultValue
The default value of this method ornull
if there is no such value.TypePool.Default.GenericTypeExtractor.ForSignature.OfField.fieldTypeToken
The generic field type.private final String
TypePool.Default.LazyTypeDescription.FieldToken.genericSignature
The field's generic signature as found in the class file ornull
if the field is not generic.private final String
TypePool.Default.LazyTypeDescription.MethodToken.genericSignature
The methods's generic signature as found in the class file ornull
if the method is not generic.private final String
TypePool.Default.LazyTypeDescription.RecordComponentToken.genericSignature
The record component's generic signature ornull
if it is non-generic.TypePool.Default.GenericTypeExtractor.incompleteToken
The current token that is in the process of creation.TypePool.Default.GenericTypeExtractor.ForSignature.OfRecordComponent.recordComponentType
The generic field type.TypePool.Default.GenericTypeExtractor.ForSignature.OfMethod.returnTypeToken
The generic return type.TypePool.Default.GenericTypeExtractor.ForSignature.OfType.superClassToken
The super type's generic signature.