Uses of Annotation Interface
net.bytebuddy.build.HashCodeAndEqualsPlugin.ValueHandling
Packages that use HashCodeAndEqualsPlugin.ValueHandling
Package
Description
Byte Buddy is a library for creating Java classes at runtime of a Java program.
A package for types that allow for applying Byte Buddy transformation during a build process.
Contains descriptions of Java types and packages.
This package contains classes and interfaces that are connected to writing the byte stream that represents a Java
type that is dynamically created and for loading this type into a running JVM process.
This package contains classes that are responsible for class loading of classes that are represented by
byte
arrays.The implementation package contains any logic for intercepting method calls.
Auxiliary types describe helper types that aid as a supplementary to a given
InstrumentedType
.The types and classes of this package are responsible for binding a method call to calling another method.
This package contains annotations, types and classes that are responsible for binding a method to calling another
method by interpreting annotations that indicate how a method should be bound to another method.
This package is dedicated to creating
StackManipulation
s
that create collections or arrays from a given number of values.Contains an API for matching Java byte code entities.
Classes of this package allow for the creating
TypeDescription
s without
loading any classes.A package to handle dispatching of classes.
-
Uses of HashCodeAndEqualsPlugin.ValueHandling in net.bytebuddy
Fields in net.bytebuddy with annotations of type HashCodeAndEqualsPlugin.ValueHandlingModifier and TypeFieldDescriptionprivate final RandomString
NamingStrategy.PrefixingRandom.randomString
A seed generator.private final RandomString
NamingStrategy.SuffixingRandom.randomString
An instance for creating random seed values. -
Uses of HashCodeAndEqualsPlugin.ValueHandling in net.bytebuddy.build
Fields in net.bytebuddy.build with annotations of type HashCodeAndEqualsPlugin.ValueHandlingModifier and TypeFieldDescriptionprivate final Map<TypeDescription,
TypeDescription> CachedReturnPlugin.adviceByType
A map of advice types mapped by their argument type.private final Object
Plugin.Factory.UsingReflection.ArgumentResolver.Resolution.Resolved.argument
The resolved argument which might benull
.private final String
AccessControllerPlugin.property
The property to control if the access controller should be used even if available ornull
if such a property should not be available.private final RandomString
CachedReturnPlugin.randomString
A random string to use for avoid field name collisions. -
Uses of HashCodeAndEqualsPlugin.ValueHandling in net.bytebuddy.description.type
Fields in net.bytebuddy.description.type with annotations of type HashCodeAndEqualsPlugin.ValueHandlingModifier and TypeFieldDescriptionprivate final TypeDescription.Generic
TypeDescription.Generic.Builder.OfNonGenericType.ownerType
The raw type's (annotated) declaring type ornull
if no such type is defined. -
Uses of HashCodeAndEqualsPlugin.ValueHandling in net.bytebuddy.dynamic
Fields in net.bytebuddy.dynamic with annotations of type HashCodeAndEqualsPlugin.ValueHandlingModifier and TypeFieldDescriptionprotected final Object
DynamicType.Builder.FieldDefinition.Optional.Valuable.AbstractBase.Adapter.defaultValue
The field's default value ornull
if no value is to be defined.private final ReferenceQueue<? super ClassLoader>
NexusAccessor.referenceQueue
The reference queue that is notified upon a GC eligibleNexus
entry ornull
if no such queue should be notified. -
Uses of HashCodeAndEqualsPlugin.ValueHandling in net.bytebuddy.dynamic.loading
Fields in net.bytebuddy.dynamic.loading with annotations of type HashCodeAndEqualsPlugin.ValueHandlingModifier and TypeFieldDescriptionprivate final ClassLoader
ClassInjector.UsingJna.classLoader
The class loader to inject classes into ornull
for the bootstrap loader.private final ClassLoader
ClassInjector.UsingUnsafe.classLoader
The class loader to inject classes into ornull
for the bootstrap loader.private final ProtectionDomain
ClassInjector.UsingJna.protectionDomain
The protection domain to use ornull
for no protection domain.private final ProtectionDomain
ClassInjector.UsingReflection.protectionDomain
The protection domain that is used when loading classes.private final ProtectionDomain
ClassInjector.UsingUnsafe.protectionDomain
The protection domain to use ornull
for no protection domain.private final ProtectionDomain
ClassLoadingStrategy.Default.InjectionDispatcher.protectionDomain
The protection domain to apply ornull
if no protection domain is set.private final ProtectionDomain
ClassLoadingStrategy.Default.WrappingDispatcher.protectionDomain
The protection domain to apply ornull
if no protection domain is set.private final ProtectionDomain
ClassLoadingStrategy.ForJnaInjection.protectionDomain
The protection domain to use ornull
if no protection domain is set.private final ProtectionDomain
ClassLoadingStrategy.ForUnsafeInjection.protectionDomain
The protection domain to use ornull
if no protection domain is set. -
Uses of HashCodeAndEqualsPlugin.ValueHandling in net.bytebuddy.implementation
Fields in net.bytebuddy.implementation with annotations of type HashCodeAndEqualsPlugin.ValueHandlingModifier and TypeFieldDescriptionprivate final Object
LoadedTypeInitializer.ForStaticField.accessControlContext
The access control context to use for loading classes ornull
if the access controller is not available on the current VM.private final TypeDescription.Generic
FixedValue.ForValue.fieldType
The type if the field for storing the fixed value.private final String
InvokeDynamic.InvocationProvider.ArgumentProvider.ForInstance.name
The name of the field.private final String
MethodCall.ArgumentLoader.ForInstance.Factory.name
The name of the field.private final String
MethodCall.TargetHandler.ForValue.Factory.name
The name of the field to store the target.private final Set<TypeDescription>
DefaultMethodCall.Appender.nonPrioritizedInterfaces
The relevant non-prioritized interfaces to be considered by this appender. -
Uses of HashCodeAndEqualsPlugin.ValueHandling in net.bytebuddy.implementation.auxiliary
Fields in net.bytebuddy.implementation.auxiliary with annotations of type HashCodeAndEqualsPlugin.ValueHandlingModifier and TypeFieldDescriptionprivate final RandomString
AuxiliaryType.NamingStrategy.SuffixingRandom.randomString
An instance for creating random values. -
Uses of HashCodeAndEqualsPlugin.ValueHandling in net.bytebuddy.implementation.bind
Fields in net.bytebuddy.implementation.bind with annotations of type HashCodeAndEqualsPlugin.ValueHandlingModifier and TypeFieldDescriptionprivate final Object
MethodDelegationBinder.ParameterBinding.Anonymous.anonymousToken
A pseudo-token that is not exposed and therefore anonymous. -
Uses of HashCodeAndEqualsPlugin.ValueHandling in net.bytebuddy.implementation.bind.annotation
Fields in net.bytebuddy.implementation.bind.annotation with annotations of type HashCodeAndEqualsPlugin.ValueHandling -
Uses of HashCodeAndEqualsPlugin.ValueHandling in net.bytebuddy.implementation.bytecode.collection
Fields in net.bytebuddy.implementation.bytecode.collection with annotations of type HashCodeAndEqualsPlugin.ValueHandlingModifier and TypeFieldDescriptionprivate final StackManipulation.Size
ArrayFactory.sizeDecrease
The decrease of stack size after each value storage operation. -
Uses of HashCodeAndEqualsPlugin.ValueHandling in net.bytebuddy.matcher
Fields in net.bytebuddy.matcher with annotations of type HashCodeAndEqualsPlugin.ValueHandlingModifier and TypeFieldDescriptionprotected final ConcurrentMap<? super T,
Boolean> CachingMatcher.map
A map that serves as a cache for previous matches. -
Uses of HashCodeAndEqualsPlugin.ValueHandling in net.bytebuddy.pool
Fields in net.bytebuddy.pool with annotations of type HashCodeAndEqualsPlugin.ValueHandlingModifier and TypeFieldDescriptionprivate final Integer
TypePool.Default.LazyTypeDescription.MethodToken.ParameterToken.modifiers
The modifiers of the parameter ornull
if no modifiers are known for this parameter.private final String
TypePool.Default.LazyTypeDescription.MethodToken.ParameterToken.name
The name of the parameter ornull
if no explicit name for this parameter is known. -
Uses of HashCodeAndEqualsPlugin.ValueHandling in net.bytebuddy.utility.dispatcher
Fields in net.bytebuddy.utility.dispatcher with annotations of type HashCodeAndEqualsPlugin.ValueHandlingModifier and TypeFieldDescriptionprivate final ClassLoader
JavaDispatcher.classLoader
The class loader to resolve the proxied type from ornull
if the bootstrap loader should be used.private final Object
JavaDispatcher.Dispatcher.ForDefaultValue.OfNonPrimitiveArray.value
The default value.