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 bybytearrays.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 creatingTypeDescriptions 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.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.java.lang.StringByteBuddyMojo.ForDependencyFolder. sourceThe source folder that contains the project's dependencies.java.lang.StringByteBuddyMojo.ForExplicitLocations. sourceThe source folder or jar file that should be transformed.java.lang.StringByteBuddyMojo.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 UnknownNull Modifier and Type Field Description private 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 UnknownNull Modifier and Type Field Description private java.util.Enumeration<java.net.URL>MultipleParentClassLoader.CompoundEnumeration. currentThe currently represented enumeration ornullif no such enumeration is currently selected.protected java.lang.reflect.MethodClassInjector.UsingReflection.Dispatcher.Direct. getDefinedPackageAn instance ofjava.lang.ClassLoader#getDefinedPackage(String).private java.lang.reflect.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 UnknownNull Modifier and Type Field Description private TypeWriter.Default.ValidatingClassVisitor.ConstraintTypeWriter.Default.ValidatingClassVisitor. constraintThe constraint to assert the members against.private Implementation.Context.ExtractableViewTypeWriter.Default.ForInlining.ContextRegistry. implementationContextThe implementation context that is used for creating a class ornullif it was not registered.private Implementation.Context.ExtractableViewTypeWriter.Default.ForInlining.WithDecorationOnly.DecorationClassVisitor. implementationContextThe implementation context to use ornullif the context is not yet initialized.private Implementation.Context.ExtractableViewTypeWriter.Default.ForInlining.WithFullProcessing.RedefinitionClassVisitor. implementationContextThe implementation context for this class creation ornullif it was not yet created.private TypeWriter.Default.ForInlining.WithFullProcessing.InitializationHandlerTypeWriter.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 UnknownNull Modifier and Type Method Description booleanElementMatcher.Junction.Conjunction. matches(W target)Matches a target against this element matcher.booleanElementMatcher.Junction.Disjunction. matches(W target)Matches a target against this element matcher.booleanElementMatcher. 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. currentBoundsThe bounds of the currently constructed type.private AnnotationValue<?,?>TypePool.Default.LazyTypeDescription.MethodToken. defaultValueThe default value of this method ornullif there is no such value.private TypePool.Default.LazyTypeDescription.GenericTypeTokenTypePool.Default.GenericTypeExtractor.ForSignature.OfField. fieldTypeTokenThe generic field type.private java.lang.StringTypePool.Default.LazyTypeDescription.FieldToken. genericSignatureThe field's generic signature as found in the class file ornullif the field is not generic.private java.lang.StringTypePool.Default.LazyTypeDescription.MethodToken. genericSignatureThe methods's generic signature as found in the class file ornullif the method is not generic.private java.lang.StringTypePool.Default.LazyTypeDescription.RecordComponentToken. genericSignatureThe record component's generic signature ornullif it is non-generic.private TypePool.Default.GenericTypeExtractor.IncompleteTokenTypePool.Default.GenericTypeExtractor. incompleteTokenThe current token that is in the process of creation.private TypePool.Default.LazyTypeDescription.GenericTypeTokenTypePool.Default.GenericTypeExtractor.ForSignature.OfRecordComponent. recordComponentTypeThe generic field type.private TypePool.Default.LazyTypeDescription.GenericTypeTokenTypePool.Default.GenericTypeExtractor.ForSignature.OfMethod. returnTypeTokenThe generic return type.private TypePool.Default.LazyTypeDescription.GenericTypeTokenTypePool.Default.GenericTypeExtractor.ForSignature.OfType. superClassTokenThe super type's generic signature.
-