Uses of Class
net.bytebuddy.utility.nullability.UnknownNull
-
Packages that use UnknownNull Package Description net.bytebuddy.build.maven A package containing classes for applying Byte Buddy transformers within a Maven build.net.bytebuddy.description.type Contains descriptions of Java types and packages.net.bytebuddy.dynamic.loading This package contains classes that are responsible for class loading of classes that are represented bybyte
arrays.net.bytebuddy.dynamic.scaffold This package contains helper types and implementations that are responsible for the actual writing of a byte array representing a Java class.net.bytebuddy.matcher Contains an API for matching Java byte code entities.net.bytebuddy.pool Classes of this package allow for the creatingTypeDescription
s without loading any classes. -
-
Uses of UnknownNull in net.bytebuddy.build.maven
Fields in net.bytebuddy.build.maven with annotations of type UnknownNull Modifier and Type Field Description 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 UnknownNull Modifier and Type Field Description private 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 UnknownNull Modifier and Type Field Description private java.util.Enumeration<java.net.URL>
MultipleParentClassLoader.CompoundEnumeration. current
The currently represented enumeration ornull
if no such enumeration is currently selected.protected java.lang.reflect.Method
ClassInjector.UsingReflection.Dispatcher.Direct. getDefinedPackage
An instance ofjava.lang.ClassLoader#getDefinedPackage(String)
.private java.lang.reflect.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 UnknownNull Modifier and Type Field Description private TypeWriter.Default.ValidatingClassVisitor.Constraint
TypeWriter.Default.ValidatingClassVisitor. constraint
The constraint to assert the members against.private Implementation.Context.ExtractableView
TypeWriter.Default.ForInlining.ContextRegistry. implementationContext
The implementation context that is used for creating a class ornull
if it was not registered.private Implementation.Context.ExtractableView
TypeWriter.Default.ForInlining.WithDecorationOnly.DecorationClassVisitor. implementationContext
The implementation context to use ornull
if the context is not yet initialized.private Implementation.Context.ExtractableView
TypeWriter.Default.ForInlining.WithFullProcessing.RedefinitionClassVisitor. implementationContext
The implementation context for this class creation ornull
if it was not yet created.private TypeWriter.Default.ForInlining.WithFullProcessing.InitializationHandler
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 UnknownNull Modifier and Type Method Description boolean
ElementMatcher.Junction.Conjunction. matches(W target)
Matches a target against this element matcher.boolean
ElementMatcher.Junction.Disjunction. matches(W target)
Matches a target against this element matcher.boolean
ElementMatcher. matches(T target)
Matches a target against this element matcher. -
Uses of UnknownNull in net.bytebuddy.pool
Fields in net.bytebuddy.pool with annotations of type UnknownNull Modifier and Type Field Description protected java.util.List<TypePool.Default.LazyTypeDescription.GenericTypeToken>
TypePool.Default.GenericTypeExtractor.ForSignature. currentBounds
The bounds of the currently constructed type.private AnnotationValue<?,?>
TypePool.Default.LazyTypeDescription.MethodToken. defaultValue
The default value of this method ornull
if there is no such value.private TypePool.Default.LazyTypeDescription.GenericTypeToken
TypePool.Default.GenericTypeExtractor.ForSignature.OfField. fieldTypeToken
The generic field type.private java.lang.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 java.lang.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 java.lang.String
TypePool.Default.LazyTypeDescription.RecordComponentToken. genericSignature
The record component's generic signature ornull
if it is non-generic.private TypePool.Default.GenericTypeExtractor.IncompleteToken
TypePool.Default.GenericTypeExtractor. incompleteToken
The current token that is in the process of creation.private TypePool.Default.LazyTypeDescription.GenericTypeToken
TypePool.Default.GenericTypeExtractor.ForSignature.OfRecordComponent. recordComponentType
The generic field type.private TypePool.Default.LazyTypeDescription.GenericTypeToken
TypePool.Default.GenericTypeExtractor.ForSignature.OfMethod. returnTypeToken
The generic return type.private TypePool.Default.LazyTypeDescription.GenericTypeToken
TypePool.Default.GenericTypeExtractor.ForSignature.OfType. superClassToken
The super type's generic signature.
-