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.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 bybytearrays.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 creatingStackManipulations 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 creatingTypeDescriptions without loading any classes. -
-
Uses of HashCodeAndEqualsPlugin.ValueHandling in net.bytebuddy
Fields in net.bytebuddy with annotations of type HashCodeAndEqualsPlugin.ValueHandling Modifier and Type Field Description private RandomStringNamingStrategy.PrefixingRandom. randomStringA seed generator.private RandomStringNamingStrategy.SuffixingRandom. randomStringAn instance for creating random seed values. -
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. adviceByTypeA map of advice types mapped by their argument type.private java.lang.ObjectPlugin.Factory.UsingReflection.ArgumentResolver.Resolution.Resolved. argumentThe resolved argument which might benull.private RandomStringCachedReturnPlugin. randomStringA 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.ValueHandling Modifier and Type Field Description private TypeDescription.GenericTypeDescription.Generic.Builder.OfNonGenericType. ownerTypeThe raw type's (annotated) declaring type ornullif no such type is defined. -
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.ObjectDynamicType.Builder.FieldDefinition.Optional.Valuable.AbstractBase.Adapter. defaultValueThe field's default value ornullif no value is to be defined.private java.lang.ref.ReferenceQueue<? super java.lang.ClassLoader>NexusAccessor. referenceQueueThe reference queue that is notified upon a GC eligibleNexusentry ornullif 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.ClassLoaderClassInjector.UsingUnsafe. classLoaderThe class loader to inject classes into ornullfor the bootstrap loader.private java.security.ProtectionDomainClassInjector.UsingReflection. protectionDomainThe protection domain that is used when loading classes.private java.security.ProtectionDomainClassInjector.UsingUnsafe. protectionDomainThe protection domain to use ornullfor no protection domain.private java.security.ProtectionDomainClassLoadingStrategy.Default.InjectionDispatcher. protectionDomainThe protection domain to apply ornullif no protection domain is set.private java.security.ProtectionDomainClassLoadingStrategy.Default.WrappingDispatcher. protectionDomainThe protection domain to apply ornullif no protection domain is set.private java.security.ProtectionDomainClassLoadingStrategy.ForUnsafeInjection. protectionDomainThe protection domain to use ornullif no protection domain is set. -
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 TypeDescription.GenericFixedValue.ForValue. fieldTypeThe type if the field for storing the fixed value.private java.lang.StringInvokeDynamic.InvocationProvider.ArgumentProvider.ForInstance. nameThe name of the field.private java.lang.StringMethodCall.ArgumentLoader.ForInstance.Factory. nameThe name of the field.private java.lang.StringMethodCall.TargetHandler.ForValue.Factory. nameThe name of the field to store the target.private java.util.Set<TypeDescription>DefaultMethodCall.Appender. nonPrioritizedInterfacesThe 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 RandomStringAuxiliaryType.NamingStrategy.SuffixingRandom. randomStringAn 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.ObjectMethodDelegationBinder.ParameterBinding.Anonymous. anonymousTokenA 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.ObjectTargetMethodAnnotationDrivenBinder.ParameterBinder.ForFixedValue.OfConstant. valueThe 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.SizeArrayFactory. sizeDecreaseThe 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 protected java.util.concurrent.ConcurrentMap<? super T,java.lang.Boolean>CachingMatcher. mapA 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.IntegerTypePool.Default.LazyTypeDescription.MethodToken.ParameterToken. modifiersThe modifiers of the parameter ornullif no modifiers are known for this parameter.private java.lang.StringTypePool.Default.LazyTypeDescription.MethodToken.ParameterToken. nameThe name of the parameter ornullif no explicit name for this parameter is known.
-