Uses of Class
net.bytebuddy.build.HashCodeAndEqualsPlugin.ValueHandling
-
Packages that use HashCodeAndEqualsPlugin.ValueHandling Package Description net.bytebuddy Byte Buddy is a library for creating Java classes at runtime of a Java program.net.bytebuddy.agent.builder An agent builder is used to easily implement load-time class-transformations using a Java agent.net.bytebuddy.build A package for types that allow for applying Byte Buddy transformation during a build process.net.bytebuddy.description.type Contains descriptions of Java types and packages.net.bytebuddy.dynamic 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.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.implementation The implementation package contains any logic for intercepting method calls.net.bytebuddy.implementation.auxiliary Auxiliary types describe helper types that aid as a supplementary to a givenInstrumentedType
.net.bytebuddy.implementation.bind The types and classes of this package are responsible for binding a method call to calling another method.net.bytebuddy.implementation.bind.annotation 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.net.bytebuddy.implementation.bytecode.collection This package is dedicated to creatingStackManipulation
s that create collections or arrays from a given number of values.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.net.bytebuddy.utility.dispatcher A package to handle dispatching of classes. -
-
Uses of HashCodeAndEqualsPlugin.ValueHandling in net.bytebuddy
Fields in net.bytebuddy with annotations of type HashCodeAndEqualsPlugin.ValueHandling Modifier and Type Field Description private RandomString
NamingStrategy.PrefixingRandom. randomString
A seed generator.private RandomString
NamingStrategy.SuffixingRandom. randomString
An instance for creating random seed values. -
Uses of HashCodeAndEqualsPlugin.ValueHandling in net.bytebuddy.agent.builder
Fields in net.bytebuddy.agent.builder with annotations of type HashCodeAndEqualsPlugin.ValueHandling Modifier and Type Field Description private java.lang.Class<?>
AgentBuilder.Default.ExecutingTransformer.Java9CapableVmDispatcher. classBeingRedefined
The class being redefined ornull
if no such class exists.private java.lang.Class<?>
AgentBuilder.Default.ExecutingTransformer.LegacyVmDispatcher. classBeingRedefined
The class being redefined ornull
if no such class exists.private java.lang.ClassLoader
AgentBuilder.Default.ExecutingTransformer.Java9CapableVmDispatcher. classLoader
The type's class loader ornull
if the type is loaded by the bootstrap loader.private java.lang.ClassLoader
AgentBuilder.Default.ExecutingTransformer.LegacyVmDispatcher. classLoader
The type's class loader ornull
if the bootstrap class loader is represented.private java.lang.ClassLoader
AgentBuilder.DescriptionStrategy.SuperTypeLoading.Asynchronous.ThreadSwitchingClassLoadingDelegate.SimpleClassLoadingAction. classLoader
The type's class loader ornull
if the type is loaded by the bootstrap loader.private java.lang.String
AgentBuilder.Default.ExecutingTransformer.Java9CapableVmDispatcher. internalTypeName
The type's internal name ornull
if no such name exists.private java.lang.String
AgentBuilder.Default.ExecutingTransformer.LegacyVmDispatcher. internalTypeName
The type's internal name ornull
if no such name exists. -
Uses of HashCodeAndEqualsPlugin.ValueHandling in net.bytebuddy.build
Fields in net.bytebuddy.build with annotations of type HashCodeAndEqualsPlugin.ValueHandling Modifier and Type Field Description private java.util.Map<TypeDescription,TypeDescription>
CachedReturnPlugin. adviceByType
A map of advice types mapped by their argument type.private java.lang.String
HashCodeAndEqualsPlugin. annotationType
Defines the binary name of a runtime-visible annotation type that should be added to the parameter of theObject.equals(Object)
method, ornull
if no such name should be defined.private java.lang.Object
Plugin.Factory.UsingReflection.ArgumentResolver.Resolution.Resolved. argument
The resolved argument which might benull
.private java.lang.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 RandomString
CachedReturnPlugin. randomString
A random string to use for avoid field name collisions.private java.lang.Object
Plugin.Factory.UsingReflection.ArgumentResolver.ForIndex. value
The value to resolve for the represented index.private java.lang.String
Plugin.Factory.UsingReflection.ArgumentResolver.ForIndex.WithDynamicType. value
A string representation of the supplied value. -
Uses of HashCodeAndEqualsPlugin.ValueHandling in net.bytebuddy.description.type
Fields in net.bytebuddy.description.type with annotations of type HashCodeAndEqualsPlugin.ValueHandling Modifier and Type Field Description private TypeDescription.Generic
TypeDescription.Generic.Builder.OfNonGenericType. ownerType
The raw type's (annotated) declaring type ornull
if no such type is defined.private TypeDescription.Generic
TypeDescription.Generic.Builder.OfParameterizedType. ownerType
The generic owner type. -
Uses of HashCodeAndEqualsPlugin.ValueHandling in net.bytebuddy.dynamic
Fields in net.bytebuddy.dynamic with annotations of type HashCodeAndEqualsPlugin.ValueHandling Modifier and Type Field Description protected java.lang.Object
DynamicType.Builder.FieldDefinition.Optional.Valuable.AbstractBase.Adapter. defaultValue
The field's default value ornull
if no value is to be defined.private java.lang.ref.ReferenceQueue<? super java.lang.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.ValueHandling Modifier and Type Field Description private java.lang.ClassLoader
ClassInjector.UsingJna. classLoader
The class loader to inject classes into ornull
for the bootstrap loader.private java.lang.ClassLoader
ClassInjector.UsingUnsafe. classLoader
The class loader to inject classes into ornull
for the bootstrap loader.private java.security.ProtectionDomain
ClassInjector.UsingJna. protectionDomain
The protection domain to use ornull
for no protection domain.private java.security.ProtectionDomain
ClassInjector.UsingReflection. protectionDomain
The protection domain that is used when loading classes.private java.security.ProtectionDomain
ClassInjector.UsingUnsafe. protectionDomain
The protection domain to use ornull
for no protection domain.private java.security.ProtectionDomain
ClassLoadingStrategy.Default.InjectionDispatcher. protectionDomain
The protection domain to apply ornull
if no protection domain is set.private java.security.ProtectionDomain
ClassLoadingStrategy.Default.WrappingDispatcher. protectionDomain
The protection domain to apply ornull
if no protection domain is set.private java.security.ProtectionDomain
ClassLoadingStrategy.ForJnaInjection. protectionDomain
The protection domain to use ornull
if no protection domain is set.private java.security.ProtectionDomain
ClassLoadingStrategy.ForUnsafeInjection. protectionDomain
The protection domain to use ornull
if no protection domain is set.private java.net.URL
PackageDefinitionStrategy.ManifestReading.SealBaseLocator.ForFixedValue. sealBase
The seal base URL. -
Uses of HashCodeAndEqualsPlugin.ValueHandling in net.bytebuddy.dynamic.scaffold
Fields in net.bytebuddy.dynamic.scaffold with annotations of type HashCodeAndEqualsPlugin.ValueHandling Modifier and Type Field Description private java.lang.Object
FieldRegistry.Default.Compiled.Entry. defaultValue
The default value to write to the field ornull
if no default value is to be set for the field.private java.lang.Object
FieldRegistry.Default.Entry. defaultValue
The default value to write to the field ornull
if no default value is to be set for the field.private java.lang.Object
TypeWriter.FieldPool.Record.ForExplicitField. defaultValue
The field's default value. -
Uses of HashCodeAndEqualsPlugin.ValueHandling in net.bytebuddy.implementation
Fields in net.bytebuddy.implementation with annotations of type HashCodeAndEqualsPlugin.ValueHandling Modifier and Type Field Description private java.lang.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 T
FieldAccessor.ForSetter.Appender. initialized
The initialized value which might benull
.private java.lang.String
InvokeDynamic.InvocationProvider.ArgumentProvider.ForInstance. name
The name of the field.private java.lang.String
MethodCall.ArgumentLoader.ForInstance.Factory. name
The name of the field.private java.lang.String
MethodCall.TargetHandler.ForValue.Factory. name
The name of the field to store the target.private java.util.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.ValueHandling Modifier and Type Field Description private 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.ValueHandling Modifier and Type Field Description private java.lang.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 Modifier and Type Field Description private java.lang.Object
TargetMethodAnnotationDrivenBinder.ParameterBinder.ForFixedValue.OfConstant. value
The value that is assigned to any annotated parameter. -
Uses of HashCodeAndEqualsPlugin.ValueHandling in net.bytebuddy.implementation.bytecode.collection
Fields in net.bytebuddy.implementation.bytecode.collection with annotations of type HashCodeAndEqualsPlugin.ValueHandling Modifier and Type Field Description private 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.ValueHandling Modifier and Type Field Description private java.lang.ClassLoader
ClassLoaderParentMatcher. classLoader
The class loader that is matched for being a child of the matched class loader.protected java.util.concurrent.ConcurrentMap<? super T,java.lang.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.ValueHandling Modifier and Type Field Description private java.lang.ClassLoader
TypePool.ClassLoading. classLoader
The class loader to query.private java.lang.Integer
TypePool.Default.LazyTypeDescription.MethodToken.ParameterToken. modifiers
The modifiers of the parameter ornull
if no modifiers are known for this parameter.private java.lang.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.ValueHandling Modifier and Type Field Description private java.lang.ClassLoader
JavaDispatcher. classLoader
The class loader to resolve the proxied type from ornull
if the bootstrap loader should be used.private java.lang.Object
JavaDispatcher.Dispatcher.ForDefaultValue.OfNonPrimitiveArray. value
The default value.
-