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.
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
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.description.type
Fields in net.bytebuddy.description.type with annotations of type UnknownNullModifier and TypeFieldDescriptionprivate TypeDefinitionTypeDefinition.SuperClassIterator.nextClassThe 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.currentThe currently represented enumeration ornullif no such enumeration is currently selected.protected final MethodClassInjector.UsingReflection.Dispatcher.Direct.getDefinedPackageAn instance ofjava.lang.ClassLoader#getDefinedPackage(String).private final MethodClassInjector.UsingReflection.Dispatcher.UsingUnsafeInjection.getDefinedPackageThe 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.constraintThe constraint to assert the members against.TypeWriter.Default.ForInlining.ContextRegistry.implementationContextThe implementation context that is used for creating a class ornullif it was not registered.TypeWriter.Default.ForInlining.WithDecorationOnly.DecorationClassVisitor.implementationContextThe implementation context to use ornullif the context is not yet initialized.TypeWriter.Default.ForInlining.WithFullProcessing.RedefinitionClassVisitor.implementationContextThe implementation context for this class creation ornullif it was not yet created.TypeWriter.Default.ForInlining.WithFullProcessing.RedefinitionClassVisitor.initializationHandlerThe initialization handler to use ornullif the handler was not yet initialized.private TypeWriter.MethodPoolTypeWriter.Default.ForInlining.WithFullProcessing.RedefinitionClassVisitor.methodPoolThe method pool to use ornullif 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 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.private final AnnotationValue<?, ?> TypePool.Default.LazyTypeDescription.MethodToken.defaultValueThe default value of this method ornullif there is no such value.TypePool.Default.GenericTypeExtractor.ForSignature.OfField.fieldTypeTokenThe generic field type.private final StringTypePool.Default.LazyTypeDescription.FieldToken.genericSignatureThe field's generic signature as found in the class file ornullif the field is not generic.private final StringTypePool.Default.LazyTypeDescription.MethodToken.genericSignatureThe methods's generic signature as found in the class file ornullif the method is not generic.private final StringTypePool.Default.LazyTypeDescription.RecordComponentToken.genericSignatureThe record component's generic signature ornullif it is non-generic.TypePool.Default.GenericTypeExtractor.incompleteTokenThe current token that is in the process of creation.TypePool.Default.GenericTypeExtractor.ForSignature.OfRecordComponent.recordComponentTypeThe generic field type.TypePool.Default.GenericTypeExtractor.ForSignature.OfMethod.returnTypeTokenThe generic return type.TypePool.Default.GenericTypeExtractor.ForSignature.OfType.superClassTokenThe super type's generic signature.