Uses of Annotation Type
net.bytebuddy.build.HashCodeAndEqualsPlugin.ValueHandling
Packages that use HashCodeAndEqualsPlugin.ValueHandling
Package
Description
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.
Contains an API for matching Java byte code entities.
-
Uses of HashCodeAndEqualsPlugin.ValueHandling in net.bytebuddy.dynamic
Fields in net.bytebuddy.dynamic with annotations of type HashCodeAndEqualsPlugin.ValueHandlingModifier and TypeFieldDescriptionprotected final ObjectDynamicType.Builder.FieldDefinition.Optional.Valuable.AbstractBase.Adapter.defaultValueThe field's default value ornullif no value is to be defined.protected final ObjectDynamicType.Builder.FieldDefinition.Optional.Valuable.AbstractBase.Adapter.defaultValueThe field's default value ornullif no value is to be defined. -
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.mapA map that serves as a cache for previous matches.