- AbstractAnnotationDescription() - Constructor for class net.bytebuddy.description.annotation.AnnotationDescription.AbstractAnnotationDescription
-
- AbstractBase() - Constructor for class net.bytebuddy.description.method.ParameterList.AbstractBase
-
- AbstractBase(ClassFileVersion, NamingStrategy, AuxiliaryType.NamingStrategy, TypeDescription, List<TypeDescription>, int, TypeAttributeAppender, ElementMatcher<? super MethodDescription>, BridgeMethodResolver.Factory, ClassVisitorWrapper.Chain, FieldRegistry, MethodRegistry, MethodLookupEngine.Factory, FieldAttributeAppender.Factory, MethodAttributeAppender.Factory, List<DynamicType.Builder.AbstractBase.FieldToken>, List<DynamicType.Builder.AbstractBase.MethodToken>) - Constructor for class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
Creates a new immutable type builder base implementation.
- AbstractBase(Set<? extends MethodDescription>) - Constructor for class net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.AbstractBase
-
Creates a method rebase resolver.
- AbstractBase() - Constructor for class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase
-
Creates a new instrumented type with a no-op loaded type initializer and without registered fields or
methods.
- AbstractBase(LoadedTypeInitializer, InstrumentedType.TypeInitializer, String, List<? extends FieldDescription>, List<? extends MethodDescription>) - Constructor for class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase
-
Creates a new instrumented type with the given loaded type initializer and field and methods.
- AbstractBase(MethodLookupEngine.Finding, BridgeMethodResolver.Factory) - Constructor for class net.bytebuddy.implementation.Implementation.Target.AbstractBase
-
Creates a new implementation target.
- AbstractBase() - Constructor for class net.bytebuddy.matcher.ElementMatcher.Junction.AbstractBase
-
- AbstractBase() - Constructor for class net.bytebuddy.matcher.FilterableList.AbstractBase
-
- AbstractBase(TypePool.CacheProvider) - Constructor for class net.bytebuddy.pool.TypePool.AbstractBase
-
Creates a new instance.
- AbstractDefiningEntry() - Constructor for class net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry.AbstractDefiningEntry
-
- AbstractDelegatingBuilder() - Constructor for class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder
-
- AbstractDelegationEntry() - Constructor for class net.bytebuddy.implementation.Implementation.Context.Default.AbstractDelegationEntry
-
- AbstractDelegator(MethodDescription, List<?>, InvokeDynamic.InvocationProvider, InvokeDynamic.TerminationHandler, Assigner, boolean) - Constructor for class net.bytebuddy.implementation.InvokeDynamic.AbstractDelegator
-
Creates a new abstract delegator for a dynamic method invocation.
- AbstractEnumerationDescription() - Constructor for class net.bytebuddy.description.enumeration.EnumerationDescription.AbstractEnumerationDescription
-
- AbstractFieldDescription() - Constructor for class net.bytebuddy.description.field.FieldDescription.AbstractFieldDescription
-
- ABSTRACTION_MASK - Static variable in enum net.bytebuddy.description.modifier.MethodManifestation
-
A mask for checking if a method implementation is not implemented in byte code.
- AbstractMethodDescription() - Constructor for class net.bytebuddy.description.method.MethodDescription.AbstractMethodDescription
-
- AbstractModifierReviewable() - Constructor for class net.bytebuddy.description.ModifierReviewable.AbstractModifierReviewable
-
- AbstractPackageDescription() - Constructor for class net.bytebuddy.description.type.PackageDescription.AbstractPackageDescription
-
- AbstractParameterDescription() - Constructor for class net.bytebuddy.description.method.ParameterDescription.AbstractParameterDescription
-
- AbstractTypeDescription() - Constructor for class net.bytebuddy.description.type.TypeDescription.AbstractTypeDescription
-
- access(FieldDescription, Assigner, AuxiliaryType.MethodAccessorFactory) - Method in enum net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.AccessType
-
Returns an implementation that implements the sort of accessor implementation that is represented by
this instance.
- accessControlContext - Variable in class net.bytebuddy.dynamic.loading.ByteArrayClassLoader
-
The access control context of this class loader's instantiation.
- AccessDispatcher(FieldDescription) - Constructor for class net.bytebuddy.implementation.bytecode.member.FieldAccess.AccessDispatcher
-
Creates a new access dispatcher.
- accessible(String, Object) - Static method in class net.bytebuddy.implementation.LoadedTypeInitializer.ForStaticField
-
Creates a
LoadedTypeInitializer
for given field name and value where the
field is accessible by reflection.
- ACCESSOR_METHOD_MODIFIER - Static variable in interface net.bytebuddy.implementation.auxiliary.AuxiliaryType.MethodAccessorFactory
-
The modifier for accessor methods.
- ACCESSOR_METHOD_SUFFIX - Static variable in class net.bytebuddy.implementation.Implementation.Context.Default
-
The name suffix to be appended to an accessor method.
- AccessorMethodDelegation(StackManipulation) - Constructor for class net.bytebuddy.implementation.Implementation.Context.Default.AccessorMethodDelegation
-
Creates a new accessor method delegation.
- AccessorMethodInvocation(MethodDescription, Implementation.SpecialMethodInvocation) - Constructor for class net.bytebuddy.implementation.auxiliary.TypeProxy.MethodCall.Appender.AccessorMethodInvocation
-
Creates a new accessor method invocation.
- AccessorProxy(FieldDescription, Assigner, TypeDescription, FieldProxy.Binder.AccessType, boolean) - Constructor for class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.AccessorProxy
-
- AgentBased(Instrumentation, ClassLoader) - Constructor for class net.bytebuddy.dynamic.ClassFileLocator.AgentBased
-
Creates an agent-based class file locator.
- AgentBased(Instrumentation, ClassFileLocator.AgentBased.ClassLoadingDelegate) - Constructor for class net.bytebuddy.dynamic.ClassFileLocator.AgentBased
-
Creates an agent-based class file locator.
- AgentBuilder - Interface in net.bytebuddy.agent.builder
-
- AgentBuilder.BinaryLocator - Interface in net.bytebuddy.agent.builder
-
A binary locator allows to specify how binary data is located by an
AgentBuilder
.
- AgentBuilder.BinaryLocator.Default - Enum in net.bytebuddy.agent.builder
-
- AgentBuilder.BinaryLocator.Default.Initialized - Class in net.bytebuddy.agent.builder
-
- AgentBuilder.BinaryLocator.Initialized - Interface in net.bytebuddy.agent.builder
-
- AgentBuilder.Default - Class in net.bytebuddy.agent.builder
-
- AgentBuilder.Default.BootstrapInjectionStrategy - Interface in net.bytebuddy.agent.builder
-
An injection strategy for injecting classes into the bootstrap class loader.
- AgentBuilder.Default.BootstrapInjectionStrategy.Disabled - Enum in net.bytebuddy.agent.builder
-
A disabled bootstrap injection strategy.
- AgentBuilder.Default.BootstrapInjectionStrategy.Enabled - Class in net.bytebuddy.agent.builder
-
An enabled bootstrap injection strategy.
- AgentBuilder.Default.ExecutingTransformer - Class in net.bytebuddy.agent.builder
-
- AgentBuilder.Default.InitializationStrategy - Interface in net.bytebuddy.agent.builder
-
- AgentBuilder.Default.InitializationStrategy.NoOp - Enum in net.bytebuddy.agent.builder
-
A non-initializing initialization strategy.
- AgentBuilder.Default.InitializationStrategy.SelfInjection - Class in net.bytebuddy.agent.builder
-
An initialization strategy that adds a code block to an instrumented type's type initializer which
then calls a specific class that is responsible for the explicit initialization.
- AgentBuilder.Default.InitializationStrategy.SelfInjection.Nexus - Class in net.bytebuddy.agent.builder
-
- AgentBuilder.Default.InitializationStrategy.SelfInjection.Nexus.Accessor - Enum in net.bytebuddy.agent.builder
-
- AgentBuilder.Default.Matched - Class in net.bytebuddy.agent.builder
-
- AgentBuilder.Default.Transformation - Class in net.bytebuddy.agent.builder
-
- AgentBuilder.Identified - Interface in net.bytebuddy.agent.builder
-
- AgentBuilder.Identified.Extendable - Interface in net.bytebuddy.agent.builder
-
This interface is used to allow for optionally providing several
AgentBuilder.Transformer
to applied when a matcher identifies a type
to be instrumented.
- AgentBuilder.Listener - Interface in net.bytebuddy.agent.builder
-
A listener that is informed about events that occur during an instrumentation process.
- AgentBuilder.Listener.Compound - Class in net.bytebuddy.agent.builder
-
A compound listener that allows to group several listeners in one instance.
- AgentBuilder.Listener.NoOp - Enum in net.bytebuddy.agent.builder
-
- AgentBuilder.RawMatcher - Interface in net.bytebuddy.agent.builder
-
- AgentBuilder.RawMatcher.ForElementMatcherPair - Class in net.bytebuddy.agent.builder
-
A raw matcher implementation that checks a
TypeDescription
and its
ClassLoader
against two suitable matchers in order to determine if the matched
type should be instrumented.
- AgentBuilder.Transformer - Interface in net.bytebuddy.agent.builder
-
A transformer allows to apply modifications to a
DynamicType
.
- AgentBuilder.Transformer.Compound - Class in net.bytebuddy.agent.builder
-
- AgentBuilder.Transformer.NoOp - Enum in net.bytebuddy.agent.builder
-
- aggregate(StackManipulation.Size) - Method in class net.bytebuddy.implementation.bytecode.StackManipulation.Size
-
Concatenates this size representation with another size representation in order to represent the size
change that is represented by both alterations of the operand stack size.
- AllArguments - Annotation Type in net.bytebuddy.implementation.bind.annotation
-
Parameters that are annotated with this annotation will be assigned a collection (or an array) containing
all arguments of the source method.
- AllArguments.Assignment - Enum in net.bytebuddy.implementation.bind.annotation
-
A directive for how an
AllArguments
annotation on an array is to be interpreted.
- AllArguments.Binder - Enum in net.bytebuddy.implementation.bind.annotation
-
- allowRetransformation() - Method in interface net.bytebuddy.agent.builder.AgentBuilder
-
Enables retransformation when this agent is installed.
- allowRetransformation() - Method in class net.bytebuddy.agent.builder.AgentBuilder.Default
-
- allowRetransformation() - Method in class net.bytebuddy.agent.builder.AgentBuilder.Default.Matched
-
- and(ElementMatcher<? super U>) - Method in class net.bytebuddy.matcher.ElementMatcher.Junction.AbstractBase
-
- and(ElementMatcher<? super U>) - Method in interface net.bytebuddy.matcher.ElementMatcher.Junction
-
Creates a conjunction where this matcher and the other
matcher must both be matched in order
to constitute a successful match.
- andThen(Implementation) - Method in class net.bytebuddy.implementation.InvokeDynamic
-
Applies this invoke dynamic implementation and removes the return value of the bootstrapped method from
the operand stack before applying the provided implementation.
- andThen(Implementation) - Method in class net.bytebuddy.implementation.InvokeDynamic.WithImplicitArgumentType
-
- andThen(Implementation) - Method in class net.bytebuddy.implementation.InvokeDynamic.WithImplicitFieldType
-
- andThen(Implementation) - Method in class net.bytebuddy.implementation.MethodCall
-
Applies another implementation after invoking this method call.
- andThen(Implementation) - Method in class net.bytebuddy.implementation.MethodDelegation
-
- andThen(Implementation) - Method in enum net.bytebuddy.implementation.SuperMethodCall
-
Appends another implementation to a super method call.
- AnnotatedCodeElement - Interface in net.bytebuddy.description.annotation
-
Describes an element that declares annotations.
- annotateField(Annotation...) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultFieldValueTarget
-
- annotateField(AnnotationDescription...) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultFieldValueTarget
-
- annotateField(Annotation...) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder.FieldAnnotationTarget
-
Defines annotations to be added to the currently selected field.
- annotateField(AnnotationDescription...) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder.FieldAnnotationTarget
-
Defines annotations to be added to the currently selected field.
- annotateMethod(Annotation...) - Method in class net.bytebuddy.ByteBuddy.MethodAnnotationTarget
-
Defines an method annotation for the currently selected methods.
- annotateMethod(AnnotationDescription...) - Method in class net.bytebuddy.ByteBuddy.MethodAnnotationTarget
-
Defines an method annotation for the currently selected methods.
- annotateMethod(Annotation...) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultMethodAnnotationTarget
-
- annotateMethod(AnnotationDescription...) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultMethodAnnotationTarget
-
- annotateMethod(Annotation...) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder.MethodAnnotationTarget
-
Defines annotations to be added to the currently selected method.
- annotateMethod(AnnotationDescription...) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder.MethodAnnotationTarget
-
Defines annotations to be added to the currently selected method.
- annotateParameter(int, Annotation...) - Method in class net.bytebuddy.ByteBuddy.MethodAnnotationTarget
-
Defines an method annotation for a parameter of the currently selected methods.
- annotateParameter(int, AnnotationDescription...) - Method in class net.bytebuddy.ByteBuddy.MethodAnnotationTarget
-
Defines an method annotation for a parameter of the currently selected methods.
- annotateParameter(int, Annotation...) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultMethodAnnotationTarget
-
- annotateParameter(int, AnnotationDescription...) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultMethodAnnotationTarget
-
- annotateParameter(int, Annotation...) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder.MethodAnnotationTarget
-
Defines annotations to be added to a parameter of the currently selected methods.
- annotateParameter(int, AnnotationDescription...) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder.MethodAnnotationTarget
-
Defines annotations to be added to a parameter of the currently selected methods.
- annotateType(Annotation...) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder
-
- annotateType(AnnotationDescription...) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder
-
- annotateType(Annotation...) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
- annotateType(AnnotationDescription...) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
- annotateType(Annotation...) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder
-
Adds annotations to the currently constructed type.
- annotateType(AnnotationDescription...) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder
-
Adds annotations to the currently constructed type.
- AnnotationAppender - Interface in net.bytebuddy.implementation.attribute
-
Annotation appenders are capable of writing annotations to a specified target.
- AnnotationAppender.AnnotationVisibility - Enum in net.bytebuddy.implementation.attribute
-
Determines if an annotation should be written to a specified target and if the annotation should be marked
as being visible at runtime.
- AnnotationAppender.Default - Class in net.bytebuddy.implementation.attribute
-
A default implementation for an annotation appender that writes annotations to a given byte consumer
represented by an ASM AnnotationVisitor
.
- AnnotationAppender.Target - Interface in net.bytebuddy.implementation.attribute
-
Represents a target for an annotation writing process.
- AnnotationAppender.Target.OnField - Class in net.bytebuddy.implementation.attribute
-
Target for an annotation that is written to a Java field.
- AnnotationAppender.Target.OnMethod - Class in net.bytebuddy.implementation.attribute
-
Target for an annotation that is written to a Java method or constructor.
- AnnotationAppender.Target.OnMethodParameter - Class in net.bytebuddy.implementation.attribute
-
Target for an annotation that is written to a Java method or constructor parameter.
- AnnotationAppender.Target.OnType - Class in net.bytebuddy.implementation.attribute
-
Target for an annotation that is written to a Java type.
- AnnotationDescription - Interface in net.bytebuddy.description.annotation
-
An annotation description describes
Annotation
meta data of a class without this class
being required to be loaded.
- AnnotationDescription.AbstractAnnotationDescription - Class in net.bytebuddy.description.annotation
-
An adapter implementation of an annotation.
- AnnotationDescription.AbstractAnnotationDescription.ForPrepared<S extends Annotation> - Class in net.bytebuddy.description.annotation
-
An abstract implementation of a loadable annotation description.
- AnnotationDescription.AnnotationInvocationHandler<T extends Annotation> - Class in net.bytebuddy.description.annotation
-
- AnnotationDescription.AnnotationInvocationHandler.DefaultValue - Class in net.bytebuddy.description.annotation
-
Represents a default value for an annotation property that is not explicitly defined by
an annotation.
- AnnotationDescription.AnnotationValue<T,S> - Interface in net.bytebuddy.description.annotation
-
A description of an annotation's value.
- AnnotationDescription.AnnotationValue.ForAnnotation<U extends Annotation> - Class in net.bytebuddy.description.annotation
-
A description of an
Annotation
as a value of another annotation.
- AnnotationDescription.AnnotationValue.ForAnnotation.IncompatibleRuntimeType - Class in net.bytebuddy.description.annotation
-
Represents an annotation value which was attempted to ba loaded by a type that does not represent
an annotation value.
- AnnotationDescription.AnnotationValue.ForAnnotation.Loaded<V extends Annotation> - Class in net.bytebuddy.description.annotation
-
A loaded version of the described annotation.
- AnnotationDescription.AnnotationValue.ForComplexArray<U,V> - Class in net.bytebuddy.description.annotation
-
Describes a complex array that is the value of an annotation.
- AnnotationDescription.AnnotationValue.ForComplexArray.Loaded<W> - Class in net.bytebuddy.description.annotation
-
Represents a loaded complex array.
- AnnotationDescription.AnnotationValue.ForEnumeration<U extends Enum<U>> - Class in net.bytebuddy.description.annotation
-
A description of an
Enum
as a value of an annotation.
- AnnotationDescription.AnnotationValue.ForEnumeration.IncompatibleRuntimeType - Class in net.bytebuddy.description.annotation
-
Represents an annotation's enumeration value for a runtime type that is not an enumeration type.
- AnnotationDescription.AnnotationValue.ForEnumeration.Loaded<V extends Enum<V>> - Class in net.bytebuddy.description.annotation
-
A loaded representation of an enumeration value.
- AnnotationDescription.AnnotationValue.ForEnumeration.UnknownRuntimeEnumeration - Class in net.bytebuddy.description.annotation
-
Represents an annotation's enumeration value for a constant that does not exist for the runtime
enumeration type.
- AnnotationDescription.AnnotationValue.ForType<U extends Class<U>> - Class in net.bytebuddy.description.annotation
-
A description of a
Class
as a value of an annotation.
- AnnotationDescription.AnnotationValue.ForType.Loaded<U extends Class<U>> - Class in net.bytebuddy.description.annotation
-
A loaded annotation value for a given type.
- AnnotationDescription.AnnotationValue.Loaded<U> - Interface in net.bytebuddy.description.annotation
-
- AnnotationDescription.AnnotationValue.Loaded.State - Enum in net.bytebuddy.description.annotation
-
- AnnotationDescription.AnnotationValue.Trivial<U> - Class in net.bytebuddy.description.annotation
-
Represents a primitive value, a
String
or an array of the latter types.
- AnnotationDescription.AnnotationValue.Trivial.Loaded<V> - Class in net.bytebuddy.description.annotation
-
Represents a trivial loaded value.
- AnnotationDescription.Builder - Class in net.bytebuddy.description.annotation
-
- AnnotationDescription.ForLoadedAnnotation<S extends Annotation> - Class in net.bytebuddy.description.annotation
-
A description of an already loaded annotation.
- AnnotationDescription.Latent - Class in net.bytebuddy.description.annotation
-
A latent description of an annotation value that is defined explicitly.
- AnnotationDescription.Latent.Loadable<S extends Annotation> - Class in net.bytebuddy.description.annotation
-
A loadable annotation description of a latent annotation description.
- AnnotationDescription.Loadable<S extends Annotation> - Interface in net.bytebuddy.description.annotation
-
An annotation description that is linked to a given loaded annotation type which allows its representation
as a fully loaded instance.
- AnnotationExtractor(TypePool.Default.AnnotationRegistrant, TypePool.Default.ComponentTypeLocator) - Constructor for class net.bytebuddy.pool.TypePool.Default.TypeExtractor.AnnotationExtractor
-
Creates a new annotation extractor.
- AnnotationInvocationHandler(ClassLoader, Class<T>, LinkedHashMap<Method, AnnotationDescription.AnnotationValue.Loaded<?>>) - Constructor for class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationInvocationHandler
-
Creates a new invocation handler.
- AnnotationList - Interface in net.bytebuddy.description.annotation
-
Defines a list of annotation instances.
- AnnotationList.Empty - Class in net.bytebuddy.description.annotation
-
Represents an empty annotation list.
- AnnotationList.Explicit - Class in net.bytebuddy.description.annotation
-
Represents a list of explicitly provided annotation descriptions.
- AnnotationList.ForLoadedAnnotation - Class in net.bytebuddy.description.annotation
-
Describes an array of loaded
Annotation
s as an annotatoon list.
- AnnotationLookup(String, String) - Constructor for class net.bytebuddy.pool.TypePool.Default.TypeExtractor.AnnotationExtractor.AnnotationLookup
-
Creates a new annotation registrant for a recursive annotation lookup.
- AnnotationToken(String, Map<String, AnnotationDescription.AnnotationValue<?, ?>>) - Constructor for class net.bytebuddy.pool.TypePool.LazyTypeDescription.AnnotationToken
-
Creates a new annotation token.
- annotationType - Variable in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
The annotation type.
- annotationType() - Method in class net.bytebuddy.implementation.bind.annotation.Argument.NextUnboundAsDefaultsProvider.NextUnboundArgumentIterator.DefaultArgument
-
- AnnotationTypeMatcher<T extends AnnotationDescription> - Class in net.bytebuddy.matcher
-
An element matcher that matches the type of an annotation description.
- AnnotationTypeMatcher(ElementMatcher<? super TypeDescription>) - Constructor for class net.bytebuddy.matcher.AnnotationTypeMatcher
-
Creates a new matcher for an annotation description's type.
- Anonymous(StackManipulation) - Constructor for class net.bytebuddy.implementation.bind.MethodDelegationBinder.ParameterBinding.Anonymous
-
Creates a new, anonymous parameter binding.
- any() - Static method in class net.bytebuddy.matcher.ElementMatchers
-
Creates a matcher that always returns true
.
- anyOf(Object...) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- anyOf(Iterable<?>) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- anyOf(Class<?>...) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- anyOf(Constructor<?>...) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- anyOf(Method...) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- anyOf(Annotation...) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- append(ClassVisitorWrapper) - Method in class net.bytebuddy.asm.ClassVisitorWrapper.Chain
-
Adds a ClassVisitorWrapper
to the end of the chain such that the wrapped
ASM ClassVisitor
will be applied after the other class visitors.
- append(LatentMethodMatcher, MethodRegistry.Handler, MethodAttributeAppender.Factory) - Method in interface net.bytebuddy.dynamic.scaffold.MethodRegistry
-
Appends the given method definition to this method registry, i.e.
- append(LatentMethodMatcher, MethodRegistry.Handler, MethodAttributeAppender.Factory) - Method in class net.bytebuddy.dynamic.scaffold.MethodRegistry.Default
-
- append(AnnotationDescription, AnnotationAppender.AnnotationVisibility) - Method in interface net.bytebuddy.implementation.attribute.AnnotationAppender
-
Terminally writes the given annotation to the specified target.
- append(AnnotationDescription, AnnotationAppender.AnnotationVisibility) - Method in class net.bytebuddy.implementation.attribute.AnnotationAppender.Default
-
- append(MethodDelegationBinder.ParameterBinding<?>) - Method in class net.bytebuddy.implementation.bind.MethodDelegationBinder.MethodBinding.Builder
-
Appends a stack manipulation for the next parameter of the target method.
- appendAmbiguityResolver(MethodDelegationBinder.AmbiguityResolver) - Method in class net.bytebuddy.implementation.MethodDelegation
-
Defines an ambiguity resolver to be appended to the already defined ambiguity resolver for resolving binding conflicts.
- appendArgument(InvokeDynamic.InvocationProvider.ArgumentProvider) - Method in interface net.bytebuddy.implementation.InvokeDynamic.InvocationProvider
-
Appends the given argument to the invocation to be loaded onto the operand stack.
- appendArgument(InvokeDynamic.InvocationProvider.ArgumentProvider) - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.Default
-
- appendArguments(List<InvokeDynamic.InvocationProvider.ArgumentProvider>) - Method in interface net.bytebuddy.implementation.InvokeDynamic.InvocationProvider
-
Appends the given arguments to the invocation to be loaded onto the operand stack.
- appendArguments(List<InvokeDynamic.InvocationProvider.ArgumentProvider>) - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.Default
-
- appender(Implementation.Target) - Method in class net.bytebuddy.agent.builder.AgentBuilder.Default.InitializationStrategy.SelfInjection
-
- appender(Implementation.Target) - Method in class net.bytebuddy.ByteBuddy.EnumerationImplementation
-
- appender(Implementation.Target) - Method in enum net.bytebuddy.implementation.auxiliary.MethodCallProxy.ConstructorCall
-
- appender(Implementation.Target) - Method in class net.bytebuddy.implementation.auxiliary.MethodCallProxy.MethodCall
-
- appender(Implementation.Target) - Method in class net.bytebuddy.implementation.auxiliary.TypeProxy.MethodCall
-
- Appender(TypeDescription) - Constructor for class net.bytebuddy.implementation.auxiliary.TypeProxy.MethodCall.Appender
-
Creates a new appender.
- appender(Implementation.Target) - Method in enum net.bytebuddy.implementation.auxiliary.TypeProxy.SilentConstruction
-
- appender(Implementation.Target) - Method in class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.AccessType.Getter
-
- Appender(Implementation.Target) - Constructor for class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.AccessType.Getter.Appender
-
Creates a new appender for a setter method.
- appender(Implementation.Target) - Method in class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.AccessType.Setter
-
- Appender(Implementation.Target) - Constructor for class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.AccessType.Setter.Appender
-
Creates a new appender for a setter method.
- appender(Implementation.Target) - Method in class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.InstanceFieldConstructor
-
- Appender(Implementation.Target) - Constructor for class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.InstanceFieldConstructor.Appender
-
Creates a new appender.
- appender(Implementation.Target) - Method in enum net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.StaticFieldConstructor
-
- appender(Implementation.Target) - Method in class net.bytebuddy.implementation.bind.annotation.Morph.Binder.RedirectionProxy.InstanceFieldConstructor
-
- Appender(Implementation.Target) - Constructor for class net.bytebuddy.implementation.bind.annotation.Morph.Binder.RedirectionProxy.InstanceFieldConstructor.Appender
-
Creates a new appender.
- appender(Implementation.Target) - Method in class net.bytebuddy.implementation.bind.annotation.Morph.Binder.RedirectionProxy.MethodCall
-
- Appender(Implementation.Target) - Constructor for class net.bytebuddy.implementation.bind.annotation.Morph.Binder.RedirectionProxy.MethodCall.Appender
-
Creates a new appender.
- appender(Implementation.Target) - Method in enum net.bytebuddy.implementation.bind.annotation.Morph.Binder.RedirectionProxy.StaticFieldConstructor
-
- appender(Implementation.Target) - Method in enum net.bytebuddy.implementation.bind.annotation.Pipe.Binder.Redirection.ConstructorCall
-
- appender(Implementation.Target) - Method in class net.bytebuddy.implementation.bind.annotation.Pipe.Binder.Redirection.MethodCall
-
- appender(Implementation.Target) - Method in class net.bytebuddy.implementation.DefaultMethodCall
-
- Appender(Implementation.Target, List<TypeDescription>) - Constructor for class net.bytebuddy.implementation.DefaultMethodCall.Appender
-
- appender(Implementation.Target) - Method in class net.bytebuddy.implementation.ExceptionMethod
-
- Appender(FieldAccessor.FieldLocator) - Constructor for class net.bytebuddy.implementation.FieldAccessor.Appender
-
Creates a new byte code appender for a field accessor implementation.
- appender(Implementation.Target) - Method in class net.bytebuddy.implementation.FieldAccessor.ForNamedField
-
- appender(Implementation.Target) - Method in class net.bytebuddy.implementation.FieldAccessor.ForUnnamedField
-
- appender(Implementation.Target) - Method in class net.bytebuddy.implementation.FixedValue.ForPoolValue
-
- appender(Implementation.Target) - Method in class net.bytebuddy.implementation.FixedValue.ForStaticField
-
- appender(Implementation.Target) - Method in class net.bytebuddy.implementation.Forwarding
-
- appender(Implementation.Target) - Method in interface net.bytebuddy.implementation.Implementation
-
Creates a byte code appender that determines the implementation of the instrumented type's methods.
- appender(Implementation.Target) - Method in class net.bytebuddy.implementation.Implementation.Compound
-
- appender(Implementation.Target) - Method in class net.bytebuddy.implementation.Implementation.Simple
-
- appender(Implementation.Target) - Method in class net.bytebuddy.implementation.InvocationHandlerAdapter.ForInstanceDelegation
-
- Appender(TypeDescription) - Constructor for class net.bytebuddy.implementation.InvocationHandlerAdapter.ForInstanceDelegation.Appender
-
Creates a new appender.
- appender(Implementation.Target) - Method in class net.bytebuddy.implementation.InvocationHandlerAdapter.ForStaticDelegation
-
- Appender(TypeDescription) - Constructor for class net.bytebuddy.implementation.InvocationHandlerAdapter.ForStaticDelegation.Appender
-
Creates a new appender.
- appender(Implementation.Target) - Method in class net.bytebuddy.implementation.InvokeDynamic
-
- Appender(TypeDescription) - Constructor for class net.bytebuddy.implementation.InvokeDynamic.Appender
-
Creates a new byte code appender for an invoke dynamic implementation.
- appender(Implementation.Target) - Method in class net.bytebuddy.implementation.InvokeDynamic.WithImplicitArgumentType
-
- appender(Implementation.Target) - Method in class net.bytebuddy.implementation.InvokeDynamic.WithImplicitFieldType
-
- appender(Implementation.Target) - Method in class net.bytebuddy.implementation.MethodCall
-
- Appender(Implementation.Target) - Constructor for class net.bytebuddy.implementation.MethodCall.Appender
-
Creates a new appender.
- appender(Implementation.Target) - Method in class net.bytebuddy.implementation.MethodDelegation
-
- Appender(StackManipulation, Implementation.Target, Iterable<? extends MethodDescription>, MethodDelegationBinder.Processor) - Constructor for class net.bytebuddy.implementation.MethodDelegation.Appender
-
Creates a new appender.
- appender(Implementation.Target) - Method in enum net.bytebuddy.implementation.StubMethod
-
- appender(Implementation.Target) - Method in enum net.bytebuddy.implementation.SuperMethodCall
-
- Appender(Implementation.Target, SuperMethodCall.Appender.TerminationHandler) - Constructor for class net.bytebuddy.implementation.SuperMethodCall.Appender
-
Creates a new appender.
- appender(Implementation.Target) - Method in enum net.bytebuddy.implementation.SuperMethodCall.WithoutReturn
-
- appendParameterBinder(TargetMethodAnnotationDrivenBinder.ParameterBinder<?>) - Method in class net.bytebuddy.implementation.MethodDelegation
-
Defines an parameter binder to be appended to the already defined parameter binders.
- apply(DynamicType.Builder<?>) - Method in interface net.bytebuddy.agent.builder.AgentBuilder.Default.InitializationStrategy
-
Transforms the instrumented type to implement an appropriate initialization strategy.
- apply(DynamicType.Builder<?>) - Method in enum net.bytebuddy.agent.builder.AgentBuilder.Default.InitializationStrategy.NoOp
-
- apply(DynamicType.Builder<?>) - Method in class net.bytebuddy.agent.builder.AgentBuilder.Default.InitializationStrategy.SelfInjection
-
- apply(MethodVisitor, Implementation.Context, MethodDescription) - Method in class net.bytebuddy.agent.builder.AgentBuilder.Default.InitializationStrategy.SelfInjection
-
- apply(MethodVisitor, Implementation.Context, MethodDescription) - Method in class net.bytebuddy.ByteBuddy.EnumerationImplementation.InitializationAppender
-
- apply(MethodVisitor, Implementation.Context, MethodDescription) - Method in class net.bytebuddy.ByteBuddy.EnumerationImplementation.ValuesMethodAppender
-
- apply(Instrumentation, Map<Class<?>, ClassDefinition>) - Method in enum net.bytebuddy.dynamic.loading.ClassReloadingStrategy.Engine
-
Applies this engine for the given arguments.
- apply(MethodVisitor, Implementation.Context) - Method in class net.bytebuddy.dynamic.scaffold.inline.RebaseImplementationTarget.RebasedMethodSpecialMethodInvocation
-
- apply(MethodVisitor, Implementation.Context, MethodDescription) - Method in enum net.bytebuddy.dynamic.scaffold.InstrumentedType.TypeInitializer.None
-
- apply(MethodVisitor, Implementation.Context, MethodDescription) - Method in class net.bytebuddy.dynamic.scaffold.InstrumentedType.TypeInitializer.Simple
-
- apply(MethodLookupEngine.Default.MethodBucket, Collection<TypeDescription>, Collection<TypeDescription>) - Method in enum net.bytebuddy.dynamic.scaffold.MethodLookupEngine.Default
-
Applies default method extraction.
- apply(ClassVisitor, FieldDescription) - Method in interface net.bytebuddy.dynamic.scaffold.TypeWriter.FieldPool.Entry
-
Writes this entry to a given class visitor.
- apply(ClassVisitor, FieldDescription) - Method in enum net.bytebuddy.dynamic.scaffold.TypeWriter.FieldPool.Entry.NoOp
-
- apply(ClassVisitor, FieldDescription) - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.FieldPool.Entry.Simple
-
- apply(ClassVisitor, Implementation.Context, MethodDescription) - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry.AbstractDefiningEntry
-
- apply(ClassVisitor, Implementation.Context, MethodDescription) - Method in interface net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry
-
Applies this method entry.
- apply(ClassVisitor, Implementation.Context, MethodDescription) - Method in enum net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry.ForSkippedMethod
-
- apply(AnnotationVisitor, TypeDescription, String, Object) - Static method in class net.bytebuddy.implementation.attribute.AnnotationAppender.Default
-
Performs the writing of a given annotation value to an annotation visitor.
- apply(FieldVisitor, FieldDescription) - Method in interface net.bytebuddy.implementation.attribute.FieldAttributeAppender
-
Applies this attribute appender to a given field visitor.
- apply(FieldVisitor, FieldDescription) - Method in class net.bytebuddy.implementation.attribute.FieldAttributeAppender.Compound
-
- apply(FieldVisitor, FieldDescription) - Method in class net.bytebuddy.implementation.attribute.FieldAttributeAppender.ForAnnotation
-
- apply(FieldVisitor, FieldDescription) - Method in class net.bytebuddy.implementation.attribute.FieldAttributeAppender.ForLoadedField
-
- apply(FieldVisitor, FieldDescription) - Method in enum net.bytebuddy.implementation.attribute.FieldAttributeAppender.NoOp
-
- apply(MethodVisitor, MethodDescription) - Method in interface net.bytebuddy.implementation.attribute.MethodAttributeAppender
-
Applies this attribute appender to a given method visitor.
- apply(MethodVisitor, MethodDescription) - Method in class net.bytebuddy.implementation.attribute.MethodAttributeAppender.Compound
-
- apply(MethodVisitor, MethodDescription) - Method in class net.bytebuddy.implementation.attribute.MethodAttributeAppender.ForAnnotation
-
- apply(MethodVisitor, MethodDescription) - Method in enum net.bytebuddy.implementation.attribute.MethodAttributeAppender.ForInstrumentedMethod
-
- apply(MethodVisitor, MethodDescription) - Method in class net.bytebuddy.implementation.attribute.MethodAttributeAppender.ForLoadedConstructor
-
- apply(MethodVisitor, MethodDescription) - Method in class net.bytebuddy.implementation.attribute.MethodAttributeAppender.ForLoadedMethod
-
- apply(MethodVisitor, MethodDescription) - Method in enum net.bytebuddy.implementation.attribute.MethodAttributeAppender.NoOp
-
- apply(ClassVisitor, TypeDescription) - Method in interface net.bytebuddy.implementation.attribute.TypeAttributeAppender
-
Applies this type attribute appender.
- apply(ClassVisitor, TypeDescription) - Method in class net.bytebuddy.implementation.attribute.TypeAttributeAppender.Compound
-
- apply(ClassVisitor, TypeDescription) - Method in class net.bytebuddy.implementation.attribute.TypeAttributeAppender.ForAnnotation
-
- apply(ClassVisitor, TypeDescription) - Method in enum net.bytebuddy.implementation.attribute.TypeAttributeAppender.ForSuperType
-
- apply(ClassVisitor, TypeDescription) - Method in class net.bytebuddy.implementation.attribute.TypeAttributeAppender.ForType
-
- apply(ClassVisitor, TypeDescription) - Method in enum net.bytebuddy.implementation.attribute.TypeAttributeAppender.NoOp
-
- apply(MethodVisitor, Implementation.Context) - Method in class net.bytebuddy.implementation.auxiliary.MethodCallProxy.AssignableSignatureCall
-
- apply(MethodVisitor, Implementation.Context, MethodDescription) - Method in class net.bytebuddy.implementation.auxiliary.MethodCallProxy.ConstructorCall.Appender
-
- apply(MethodVisitor, Implementation.Context, MethodDescription) - Method in class net.bytebuddy.implementation.auxiliary.MethodCallProxy.MethodCall.Appender
-
- apply(MethodVisitor, Implementation.Context) - Method in enum net.bytebuddy.implementation.auxiliary.TypeProxy.AbstractMethodErrorThrow
-
- apply(MethodVisitor, Implementation.Context) - Method in class net.bytebuddy.implementation.auxiliary.TypeProxy.ForDefaultMethod
-
- apply(MethodVisitor, Implementation.Context) - Method in class net.bytebuddy.implementation.auxiliary.TypeProxy.ForSuperMethodByConstructor
-
- apply(MethodVisitor, Implementation.Context) - Method in class net.bytebuddy.implementation.auxiliary.TypeProxy.ForSuperMethodByReflectionFactory
-
- apply(MethodVisitor, Implementation.Context) - Method in class net.bytebuddy.implementation.auxiliary.TypeProxy.MethodCall.Appender.AccessorMethodInvocation
-
- apply(MethodVisitor, Implementation.Context, MethodDescription) - Method in class net.bytebuddy.implementation.auxiliary.TypeProxy.MethodCall.Appender
-
- apply(MethodVisitor, Implementation.Context, MethodDescription) - Method in class net.bytebuddy.implementation.auxiliary.TypeProxy.SilentConstruction.Appender
-
- apply(MethodVisitor, Implementation.Context) - Method in class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.AccessorProxy
-
- apply(MethodVisitor, Implementation.Context, MethodDescription) - Method in class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.AccessType.Getter.Appender
-
- apply(MethodVisitor, Implementation.Context, MethodDescription) - Method in class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.AccessType.Setter.Appender
-
- apply(MethodVisitor, Implementation.Context, MethodDescription) - Method in class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.InstanceFieldConstructor.Appender
-
- apply(MethodVisitor, Implementation.Context) - Method in class net.bytebuddy.implementation.bind.annotation.Morph.Binder.RedirectionProxy
-
- apply(MethodVisitor, Implementation.Context, MethodDescription) - Method in class net.bytebuddy.implementation.bind.annotation.Morph.Binder.RedirectionProxy.InstanceFieldConstructor.Appender
-
- apply(MethodVisitor, Implementation.Context, MethodDescription) - Method in class net.bytebuddy.implementation.bind.annotation.Morph.Binder.RedirectionProxy.MethodCall.Appender
-
- apply(MethodVisitor, Implementation.Context) - Method in class net.bytebuddy.implementation.bind.annotation.Pipe.Binder.Redirection
-
- apply(MethodVisitor, Implementation.Context) - Method in class net.bytebuddy.implementation.bind.MethodDelegationBinder.MethodBinding.Builder.Build
-
- apply(MethodVisitor, Implementation.Context) - Method in enum net.bytebuddy.implementation.bind.MethodDelegationBinder.MethodBinding.Illegal
-
- apply(MethodVisitor, Implementation.Context) - Method in class net.bytebuddy.implementation.bind.MethodDelegationBinder.ParameterBinding.Anonymous
-
- apply(MethodVisitor, Implementation.Context) - Method in enum net.bytebuddy.implementation.bind.MethodDelegationBinder.ParameterBinding.Illegal
-
- apply(MethodVisitor, Implementation.Context) - Method in class net.bytebuddy.implementation.bind.MethodDelegationBinder.ParameterBinding.Unique
-
- apply(MethodVisitor, Implementation.Context) - Method in enum net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveUnboxingDelegate
-
- apply(MethodVisitor, Implementation.Context) - Method in class net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveWideningDelegate.WideningStackManipulation
-
- apply(MethodVisitor, Implementation.Context) - Method in class net.bytebuddy.implementation.bytecode.assign.TypeCasting
-
- apply(MethodVisitor, Implementation.Context, MethodDescription) - Method in interface net.bytebuddy.implementation.bytecode.ByteCodeAppender
-
Applies this byte code appender to a type creation process.
- apply(MethodVisitor, Implementation.Context, MethodDescription) - Method in class net.bytebuddy.implementation.bytecode.ByteCodeAppender.Compound
-
- apply(MethodVisitor, Implementation.Context, MethodDescription) - Method in class net.bytebuddy.implementation.bytecode.ByteCodeAppender.Simple
-
- apply(MethodVisitor, Implementation.Context) - Method in class net.bytebuddy.implementation.bytecode.collection.ArrayAccess.Loader
-
- apply(MethodVisitor, Implementation.Context) - Method in class net.bytebuddy.implementation.bytecode.collection.ArrayAccess.Putter
-
- apply(MethodVisitor, Implementation.Context) - Method in enum net.bytebuddy.implementation.bytecode.collection.ArrayFactory.ArrayCreator.ForPrimitiveType
-
- apply(MethodVisitor, Implementation.Context) - Method in class net.bytebuddy.implementation.bytecode.collection.ArrayFactory.ArrayCreator.ForReferenceType
-
- apply(MethodVisitor, Implementation.Context) - Method in class net.bytebuddy.implementation.bytecode.collection.ArrayFactory.ArrayStackManipulation
-
- apply(MethodVisitor, Implementation.Context) - Method in enum net.bytebuddy.implementation.bytecode.constant.ClassConstant
-
- apply(MethodVisitor, Implementation.Context) - Method in class net.bytebuddy.implementation.bytecode.constant.ClassConstant.ForReferenceType
-
- apply(MethodVisitor, Implementation.Context) - Method in enum net.bytebuddy.implementation.bytecode.constant.DefaultValue
-
- apply(MethodVisitor, Implementation.Context) - Method in enum net.bytebuddy.implementation.bytecode.constant.DoubleConstant
-
- apply(MethodVisitor, Implementation.Context) - Method in class net.bytebuddy.implementation.bytecode.constant.DoubleConstant.ConstantPool
-
- apply(MethodVisitor, Implementation.Context) - Method in enum net.bytebuddy.implementation.bytecode.constant.FloatConstant
-
- apply(MethodVisitor, Implementation.Context) - Method in class net.bytebuddy.implementation.bytecode.constant.FloatConstant.ConstantPool
-
- apply(MethodVisitor, Implementation.Context) - Method in enum net.bytebuddy.implementation.bytecode.constant.IntegerConstant
-
- apply(MethodVisitor, Implementation.Context) - Method in class net.bytebuddy.implementation.bytecode.constant.IntegerConstant.ConstantPool
-
- apply(MethodVisitor, Implementation.Context) - Method in class net.bytebuddy.implementation.bytecode.constant.IntegerConstant.SingleBytePush
-
- apply(MethodVisitor, Implementation.Context) - Method in class net.bytebuddy.implementation.bytecode.constant.IntegerConstant.TwoBytePush
-
- apply(MethodVisitor, Implementation.Context) - Method in enum net.bytebuddy.implementation.bytecode.constant.LongConstant
-
- apply(MethodVisitor, Implementation.Context) - Method in class net.bytebuddy.implementation.bytecode.constant.LongConstant.ConstantPool
-
- apply(MethodVisitor, Implementation.Context) - Method in class net.bytebuddy.implementation.bytecode.constant.MethodConstant
-
- apply(MethodVisitor, Implementation.Context) - Method in class net.bytebuddy.implementation.bytecode.constant.MethodConstant.Cached
-
- apply(MethodVisitor, Implementation.Context) - Method in enum net.bytebuddy.implementation.bytecode.constant.MethodConstant.CanCacheIllegal
-
- apply(MethodVisitor, Implementation.Context) - Method in class net.bytebuddy.implementation.bytecode.constant.MethodHandleConstant
-
- apply(MethodVisitor, Implementation.Context) - Method in class net.bytebuddy.implementation.bytecode.constant.MethodTypeConstant
-
- apply(MethodVisitor, Implementation.Context) - Method in enum net.bytebuddy.implementation.bytecode.constant.NullConstant
-
- apply(MethodVisitor, Implementation.Context) - Method in class net.bytebuddy.implementation.bytecode.constant.TextConstant
-
- apply(MethodVisitor, Implementation.Context) - Method in enum net.bytebuddy.implementation.bytecode.Duplication
-
- apply(MethodVisitor, Implementation.Context) - Method in class net.bytebuddy.implementation.bytecode.member.MethodInvocation.DynamicInvocation
-
- apply(MethodVisitor, Implementation.Context) - Method in enum net.bytebuddy.implementation.bytecode.member.MethodInvocation.IllegalInvocation
-
- apply(MethodVisitor, Implementation.Context) - Method in class net.bytebuddy.implementation.bytecode.member.MethodInvocation.Invocation
-
- apply(MethodVisitor, Implementation.Context) - Method in enum net.bytebuddy.implementation.bytecode.member.MethodReturn
-
- apply(MethodVisitor, Implementation.Context) - Method in class net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.ArgumentLoadingStackManipulation
-
- apply(MethodVisitor, Implementation.Context) - Method in enum net.bytebuddy.implementation.bytecode.Removal
-
- apply(MethodVisitor, Implementation.Context) - Method in interface net.bytebuddy.implementation.bytecode.StackManipulation
-
Applies the stack manipulation that is described by this instance.
- apply(MethodVisitor, Implementation.Context) - Method in class net.bytebuddy.implementation.bytecode.StackManipulation.Compound
-
- apply(MethodVisitor, Implementation.Context) - Method in enum net.bytebuddy.implementation.bytecode.StackManipulation.Illegal
-
- apply(MethodVisitor, Implementation.Context) - Method in enum net.bytebuddy.implementation.bytecode.StackManipulation.LegalTrivial
-
- apply(MethodVisitor, Implementation.Context) - Method in enum net.bytebuddy.implementation.bytecode.Throw
-
- apply(MethodVisitor, Implementation.Context) - Method in class net.bytebuddy.implementation.bytecode.TypeCreation
-
- apply(MethodVisitor, Implementation.Context, MethodDescription) - Method in class net.bytebuddy.implementation.DefaultMethodCall.Appender
-
- apply(MethodVisitor, Implementation.Context, MethodDescription) - Method in class net.bytebuddy.implementation.ExceptionMethod
-
- apply(MethodVisitor, Implementation.Context, MethodDescription) - Method in class net.bytebuddy.implementation.FieldAccessor.Appender
-
- apply(MethodVisitor, Implementation.Context, MethodDescription, TypeDescription, StackManipulation) - Method in class net.bytebuddy.implementation.FixedValue
-
Blueprint method that for applying the actual implementation.
- apply(MethodVisitor, Implementation.Context, MethodDescription) - Method in class net.bytebuddy.implementation.FixedValue.ForPoolValue
-
- apply(MethodVisitor, Implementation.Context, MethodDescription) - Method in class net.bytebuddy.implementation.Forwarding.Appender
-
- apply(MethodVisitor, Implementation.Context, MethodDescription) - Method in class net.bytebuddy.implementation.Implementation.Context.Default.AccessorMethodDelegation
-
- apply(MethodVisitor, Implementation.Context) - Method in class net.bytebuddy.implementation.Implementation.Context.Default.FieldCacheEntry
-
- apply(MethodVisitor, Implementation.Context, MethodDescription) - Method in class net.bytebuddy.implementation.Implementation.Context.Default.FieldGetter
-
- apply(MethodVisitor, Implementation.Context, MethodDescription) - Method in class net.bytebuddy.implementation.Implementation.Context.Default.FieldSetter
-
- apply(MethodVisitor, Implementation.Context) - Method in enum net.bytebuddy.implementation.Implementation.SpecialMethodInvocation.Illegal
-
- apply(MethodVisitor, Implementation.Context) - Method in class net.bytebuddy.implementation.Implementation.SpecialMethodInvocation.Simple
-
- apply(MethodVisitor, Implementation.Context, MethodDescription, TypeDescription, StackManipulation) - Method in class net.bytebuddy.implementation.InvocationHandlerAdapter
-
Applies an implementation that delegates to a invocation handler.
- apply(MethodVisitor, Implementation.Context, MethodDescription) - Method in class net.bytebuddy.implementation.InvocationHandlerAdapter.ForInstanceDelegation.Appender
-
- apply(MethodVisitor, Implementation.Context, MethodDescription) - Method in class net.bytebuddy.implementation.InvocationHandlerAdapter.ForStaticDelegation.Appender
-
- apply(MethodVisitor, Implementation.Context, MethodDescription) - Method in class net.bytebuddy.implementation.InvokeDynamic.Appender
-
- apply(MethodVisitor, Implementation.Context, MethodDescription) - Method in class net.bytebuddy.implementation.MethodCall.Appender
-
- apply(MethodVisitor, Implementation.Context, MethodDescription) - Method in class net.bytebuddy.implementation.MethodDelegation.Appender
-
- apply(MethodVisitor, Implementation.Context, MethodDescription) - Method in enum net.bytebuddy.implementation.StubMethod
-
- apply(MethodVisitor, Implementation.Context, MethodDescription) - Method in class net.bytebuddy.implementation.SuperMethodCall.Appender
-
- applyBody(MethodVisitor, Implementation.Context, MethodDescription) - Method in interface net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry
-
Applies the body of this entry.
- applyBody(MethodVisitor, Implementation.Context, MethodDescription) - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry.ForAbstractMethod
-
- applyBody(MethodVisitor, Implementation.Context, MethodDescription) - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry.ForAnnotationDefaultValue
-
- applyBody(MethodVisitor, Implementation.Context, MethodDescription) - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry.ForImplementation
-
- applyBody(MethodVisitor, Implementation.Context, MethodDescription) - Method in enum net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry.ForSkippedMethod
-
- applyBody(MethodVisitor, Implementation.Context, MethodDescription) - Method in class net.bytebuddy.implementation.Implementation.Context.Default.AbstractDelegationEntry
-
- applyGetter(MethodVisitor, Implementation.Context, FieldDescription, MethodDescription) - Method in class net.bytebuddy.implementation.FieldAccessor
-
Applies a field getter implementation.
- applyHead(MethodVisitor, MethodDescription) - Method in interface net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry
-
Applies the head of this entry.
- applyHead(MethodVisitor, MethodDescription) - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry.ForAbstractMethod
-
- applyHead(MethodVisitor, MethodDescription) - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry.ForAnnotationDefaultValue
-
- applyHead(MethodVisitor, MethodDescription) - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry.ForImplementation
-
- applyHead(MethodVisitor, MethodDescription) - Method in enum net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry.ForSkippedMethod
-
- applyHead(MethodVisitor, MethodDescription) - Method in class net.bytebuddy.implementation.Implementation.Context.Default.AbstractDelegationEntry
-
- applyRecordedMembersTo(InstrumentedType) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
Adds all fields and methods to an instrumented type.
- applySetter(MethodVisitor, Implementation.Context, FieldDescription, MethodDescription) - Method in class net.bytebuddy.implementation.FieldAccessor
-
Applies a field setter implementation.
- Argument - Annotation Type in net.bytebuddy.implementation.bind.annotation
-
Parameters that are annotated with this annotation will be assigned the value of the parameter of the source method
with the given parameter.
- Argument.Binder - Enum in net.bytebuddy.implementation.bind.annotation
-
A binder for handling the
Argument
annotation.
- Argument.BindingMechanic - Enum in net.bytebuddy.implementation.bind.annotation
-
Determines if a parameter binding should be considered for resolving ambiguous method bindings.
- Argument.NextUnboundAsDefaultsProvider - Enum in net.bytebuddy.implementation.bind.annotation
-
If this defaults provider is active, a non-annotated parameter is assumed to be implicitly bound to the next
source method parameter that is not bound by any other target method parameter, i.e.
- Argument.NextUnboundAsDefaultsProvider.NextUnboundArgumentIterator - Class in net.bytebuddy.implementation.bind.annotation
-
An iterator that creates
Argument
annotations for any non-referenced index of the source method.
- Argument.NextUnboundAsDefaultsProvider.NextUnboundArgumentIterator.DefaultArgument - Class in net.bytebuddy.implementation.bind.annotation
-
A default implementation of an
Argument
annotation.
- argumentLoaders - Variable in class net.bytebuddy.implementation.MethodCall
-
The argument loader to load arguments onto the operand stack in their application order.
- ArgumentLoadingStackManipulation(int) - Constructor for class net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.ArgumentLoadingStackManipulation
-
Creates a new argument loading stack manipulation.
- ArgumentTypeResolver - Enum in net.bytebuddy.implementation.bind
-
Implementation of an
MethodDelegationBinder.AmbiguityResolver
that resolves two conflicting bindings by considering most-specific types of target method parameters in the same manner
as the Java compiler resolves bindings of overloaded method.
- ArgumentTypeResolver.ParameterIndexToken - Class in net.bytebuddy.implementation.bind
-
This token is used to mark a one-to-one binding of a source method parameter to a target method parameter.
- ArgumentTypeResolver.PrimitiveTypePrecedence - Enum in net.bytebuddy.implementation.bind
-
A representation of the precedence of a most specific primitive type in the Java programming language.
- ARRAY_CREATION_SIZE_CHANGE - Static variable in interface net.bytebuddy.implementation.bytecode.collection.ArrayFactory.ArrayCreator
-
The creation of an array consumes one slot on the operand stack and adds a new value to it.
- ArrayAccess - Enum in net.bytebuddy.implementation.bytecode.collection
-
Allows accessing array values.
- ArrayAccess.Loader - Class in net.bytebuddy.implementation.bytecode.collection
-
A stack manipulation for loading an array's value.
- ArrayAccess.Putter - Class in net.bytebuddy.implementation.bytecode.collection
-
A stack manipulation for storing an array's value.
- ArrayFactory - Class in net.bytebuddy.implementation.bytecode.collection
-
A
CollectionFactory
that is capable of
creating an array of a given type with any number of given values.
- ArrayFactory(TypeDescription, ArrayFactory.ArrayCreator) - Constructor for class net.bytebuddy.implementation.bytecode.collection.ArrayFactory
-
- ArrayFactory.ArrayCreator - Interface in net.bytebuddy.implementation.bytecode.collection
-
An array creator is responsible for providing correct byte code instructions for creating an array
and for storing values into it.
- ArrayFactory.ArrayCreator.ForPrimitiveType - Enum in net.bytebuddy.implementation.bytecode.collection
-
An array creator implementation for primitive types.
- ArrayFactory.ArrayCreator.ForReferenceType - Class in net.bytebuddy.implementation.bytecode.collection
-
An array creator implementation for reference types.
- ArrayFactory.ArrayStackManipulation - Class in net.bytebuddy.implementation.bytecode.collection
-
A stack manipulation for creating an array as defined by the enclosing array factory.
- ArrayLookup(String, TypePool.AbstractBase.RawNonPrimitiveArray.ComponentTypeReference) - Constructor for class net.bytebuddy.pool.TypePool.Default.TypeExtractor.AnnotationExtractor.ArrayLookup
-
Creates a new annotation registrant for an array lookup.
- ArrayProjection(TypeDescription, int) - Constructor for class net.bytebuddy.description.type.TypeDescription.ArrayProjection
-
Crrates a new array projection.
- ArrayStackManipulation(List<StackManipulation>) - Constructor for class net.bytebuddy.implementation.bytecode.collection.ArrayFactory.ArrayStackManipulation
-
Creates a new array loading instruction.
- ArrayTypeResolution(TypePool.Resolution, int) - Constructor for class net.bytebuddy.pool.TypePool.AbstractBase.ArrayTypeResolution
-
Creates a wrapper for another resolution that, if resolved, represents an array type.
- as(Class<?>) - Method in class net.bytebuddy.implementation.InvokeDynamic.WithImplicitArgumentType
-
Defines the given argument to be treated as an instance of the provided type.
- as(TypeDescription) - Method in class net.bytebuddy.implementation.InvokeDynamic.WithImplicitArgumentType
-
Defines the given argument to be treated as an instance of the provided type.
- as(Class<?>) - Method in class net.bytebuddy.implementation.InvokeDynamic.WithImplicitFieldType
-
Defines the given value to be treated as an instance of the provided type.
- as(TypeDescription) - Method in class net.bytebuddy.implementation.InvokeDynamic.WithImplicitFieldType
-
Defines the given value to be treated as an instance of the provided type.
- asConstantPoolValue() - Method in interface net.bytebuddy.utility.JavaInstance
-
Returns the represented instance as a constant pool value.
- asConstantPoolValue() - Method in class net.bytebuddy.utility.JavaInstance.MethodHandle
-
- asConstantPoolValue() - Method in class net.bytebuddy.utility.JavaInstance.MethodType
-
- asList(int) - Static method in class net.bytebuddy.description.annotation.AnnotationList.Empty
-
Creates a list of empty annotation lists of the given dimension.
- asList(List<? extends List<? extends AnnotationDescription>>) - Static method in class net.bytebuddy.description.annotation.AnnotationList.Explicit
-
Creates a list of annotation lists for a given multidimensional list of annotation descriptions.
- asList(Annotation[][]) - Static method in class net.bytebuddy.description.annotation.AnnotationList.ForLoadedAnnotation
-
Creates a list of annotation lists representing the given loaded annotations.
- asList(Enum<?>[]) - Static method in class net.bytebuddy.description.enumeration.EnumerationDescription.ForLoadedEnumeration
-
Enlists a given array of loaded enumerations as enumeration values.
- ASM_API_VERSION - Static variable in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default
-
The ASM API version to use.
- ASM_MANUAL_FLAG - Static variable in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default
-
A flag for ASM not to automatically compute any information such as operand stack sizes and stack map frames.
- assemble(MethodAttributeAppender) - Method in interface net.bytebuddy.dynamic.scaffold.MethodRegistry.Handler.Compiled
-
Assembles this compiled entry with a method attribute appender.
- assemble(MethodAttributeAppender) - Method in enum net.bytebuddy.dynamic.scaffold.MethodRegistry.Handler.ForAbstractMethod
-
- assemble(MethodAttributeAppender) - Method in class net.bytebuddy.dynamic.scaffold.MethodRegistry.Handler.ForAnnotationValue
-
- assemble(MethodAttributeAppender) - Method in class net.bytebuddy.dynamic.scaffold.MethodRegistry.Handler.ForImplementation.Compiled
-
- assertDefault(String) - Method in enum net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ValidatingClassVisitor.Constraint
-
Asserts if a default value is legal for a method.
- assertField(String, boolean, boolean) - Method in enum net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ValidatingClassVisitor.Constraint
-
Asserts a field for being valid.
- assertMethod(String, boolean, boolean, boolean, boolean) - Method in enum net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ValidatingClassVisitor.Constraint
-
Asserts a method for being valid.
- assertTransformation() - Method in class net.bytebuddy.dynamic.loading.ClassReloadingStrategy.Engine.ClassRedefinitionTransformer
-
Validates that all given classes were redefined.
- assign(TypeDescription, TypeDescription, boolean) - Method in interface net.bytebuddy.implementation.bytecode.assign.Assigner
-
- assign(TypeDescription, TypeDescription, boolean) - Method in enum net.bytebuddy.implementation.bytecode.assign.Assigner.EqualTypesOnly
-
- assign(TypeDescription, TypeDescription, boolean) - Method in enum net.bytebuddy.implementation.bytecode.assign.Assigner.Refusing
-
- assign(TypeDescription, TypeDescription, boolean) - Method in class net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveTypeAwareAssigner
-
- assign(TypeDescription, TypeDescription, boolean) - Method in class net.bytebuddy.implementation.bytecode.assign.primitive.VoidAwareAssigner
-
- assign(TypeDescription, TypeDescription, boolean) - Method in enum net.bytebuddy.implementation.bytecode.assign.reference.ReferenceTypeAwareAssigner
-
- AssignableSignatureCall(Implementation.SpecialMethodInvocation, boolean) - Constructor for class net.bytebuddy.implementation.auxiliary.MethodCallProxy.AssignableSignatureCall
-
Creates an operand stack assignment that creates a
MethodCallProxy
for the
targetMethod
and pushes this proxy object onto the stack.
- assignBoxedTo(TypeDescription, Assigner, boolean) - Method in enum net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveBoxingDelegate
-
Creates a stack manipulation that boxes the represented primitive type and applies a chained assignment
to the result of this boxing operation.
- Assigner - Interface in net.bytebuddy.implementation.bytecode.assign
-
An assigner is responsible for converting some type A
to another type B
if possible.
- assigner - Variable in class net.bytebuddy.implementation.FieldAccessor
-
The assigner to use.
- assigner - Variable in class net.bytebuddy.implementation.FixedValue
-
The assigner that is used for assigning the fixed value to a method's return type.
- assigner - Variable in class net.bytebuddy.implementation.InvocationHandlerAdapter
-
The assigner that is used for assigning the return invocation handler's return value to the
intercepted method's return value.
- assigner - Variable in class net.bytebuddy.implementation.InvokeDynamic
-
The assigner to be used.
- assigner - Variable in class net.bytebuddy.implementation.MethodCall
-
The assigner to use.
- Assigner.EqualTypesOnly - Enum in net.bytebuddy.implementation.bytecode.assign
-
An assigner that only allows to assign types if they are equal to another.
- Assigner.Refusing - Enum in net.bytebuddy.implementation.bytecode.assign
-
An assigner that does not allow any assignments.
- assignUnboxedTo(TypeDescription, Assigner, boolean) - Method in enum net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveUnboxingDelegate.ExplicitlyTypedUnboxingResponsible
-
- assignUnboxedTo(TypeDescription, Assigner, boolean) - Method in class net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveUnboxingDelegate.ImplicitlyTypedUnboxingResponsible
-
- assignUnboxedTo(TypeDescription, Assigner, boolean) - Method in interface net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveUnboxingDelegate.UnboxingResponsible
-
Attempts to unbox the represented type in order to assign the unboxed value to the given target type
while using the assigner that is provided by the method call.
- asStackManipulation() - Method in interface net.bytebuddy.utility.JavaInstance
-
Returns the instance as loadable onto the operand stack.
- asStackManipulation() - Method in class net.bytebuddy.utility.JavaInstance.MethodHandle
-
- asStackManipulation() - Method in class net.bytebuddy.utility.JavaInstance.MethodType
-
- asTypeList() - Method in interface net.bytebuddy.description.method.ParameterList
-
Transforms the list of parameters into a list of type descriptions.
- asTypeList() - Method in class net.bytebuddy.description.method.ParameterList.Empty
-
- asTypeList() - Method in class net.bytebuddy.description.method.ParameterList.Explicit
-
- asTypeList() - Method in class net.bytebuddy.description.method.ParameterList.ForLoadedExecutable
-
- asTypeList() - Method in class net.bytebuddy.description.method.ParameterList.ForLoadedExecutable.OfLegacyVmConstructor
-
- asTypeList() - Method in class net.bytebuddy.description.method.ParameterList.ForLoadedExecutable.OfLegacyVmMethod
-
- attribute(MethodAttributeAppender.Factory) - Method in class net.bytebuddy.ByteBuddy.MethodAnnotationTarget
-
Defines a given attribute appender factory to be applied for the currently selected methods.
- attribute(TypeAttributeAppender) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder
-
- attribute(TypeAttributeAppender) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
- attribute(FieldAttributeAppender.Factory) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultFieldValueTarget
-
- attribute(MethodAttributeAppender.Factory) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultMethodAnnotationTarget
-
- attribute(TypeAttributeAppender) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder
-
Adds an attribute appender to the currently constructed type which will be applied on the creation of
the type.
- attribute(FieldAttributeAppender.Factory) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder.FieldAnnotationTarget
-
Defines an attribute appender factory to be applied onto the currently selected field.
- attribute(MethodAttributeAppender.Factory) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder.MethodAnnotationTarget
-
Defines an attribute appender factory to be applied onto the currently selected methods.
- attributeAppender - Variable in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
The type attribute appender specified for this builder.
- attributeAppender - Variable in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default
-
The type attribute appender to apply.
- attributeAppenderFactory - Variable in class net.bytebuddy.ByteBuddy.MethodAnnotationTarget
-
The method attribute appender factory that was defined for the current method selection.
- AttributeObtainingMethodVisitor(MethodVisitor, TypeWriter.MethodPool.Entry, MethodDescription) - Constructor for class net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ForInlining.RedefinitionClassVisitor.AttributeObtainingMethodVisitor
-
Creates a new attribute obtaining method visitor.
- AuxiliaryType - Interface in net.bytebuddy.implementation.auxiliary
-
An auxiliary type that provides services to the instrumentation of another type.
- AuxiliaryType.MethodAccessorFactory - Interface in net.bytebuddy.implementation.auxiliary
-
A factory for creating method proxies for an auxiliary type.
- AuxiliaryType.MethodAccessorFactory.Illegal - Enum in net.bytebuddy.implementation.auxiliary
-
A method accessor factory that forbids any accessor registration.
- AuxiliaryType.NamingStrategy - Interface in net.bytebuddy.implementation.auxiliary
-
Representation of a naming strategy for an auxiliary type.
- AuxiliaryType.NamingStrategy.SuffixingRandom - Class in net.bytebuddy.implementation.auxiliary
-
A naming strategy for an auxiliary type which returns the instrumented type's name with a fixed extension
and a random number as a suffix.
- auxiliaryTypeNamingStrategy - Variable in class net.bytebuddy.ByteBuddy
-
The naming strategy for auxiliary types of the current configuation.
- auxiliaryTypeNamingStrategy - Variable in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
The naming strategy for auxiliary types specified for this builder.
- auxiliaryTypeNamingStrategy - Variable in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default
-
A naming strategy that is used for naming auxiliary types.
- auxiliaryTypes - Variable in class net.bytebuddy.dynamic.DynamicType.Default
-
A list of auxiliary types for this dynamic type.
- DeclaredInMethod(String, String, String) - Constructor for class net.bytebuddy.pool.TypePool.LazyTypeDescription.DeclarationContext.DeclaredInMethod
-
Creates a new declaration context for a method that declares a type.
- DeclaredInType - Interface in net.bytebuddy.description.type
-
This interface represents all elements that can be declared within a type, i.e.
- DeclaredInType(String) - Constructor for class net.bytebuddy.pool.TypePool.LazyTypeDescription.DeclarationContext.DeclaredInType
-
Creates a new declaration context for a type that is declared within another type.
- declaresAnnotation(ElementMatcher<? super AnnotationDescription>) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- declaresField(ElementMatcher<? super FieldDescription>) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
Matches a type by a another matcher that is applied on any of its declared fields.
- declaresMethod(ElementMatcher<? super MethodDescription>) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
Matches a type by a another matcher that is applied on any of its declared methods.
- DeclaringAnnotationMatcher<T extends AnnotatedCodeElement> - Class in net.bytebuddy.matcher
-
An element matcher that matches the list of annotations that are provided by an annotated element.
- DeclaringAnnotationMatcher(ElementMatcher<? super AnnotationList>) - Constructor for class net.bytebuddy.matcher.DeclaringAnnotationMatcher
-
Creates a new matcher for the annotations of an annotated element.
- DeclaringFieldMatcher<T extends TypeDescription> - Class in net.bytebuddy.matcher
-
An element matcher that checks if a type description declares fields of a given property.
- DeclaringFieldMatcher(ElementMatcher<? super FieldList>) - Constructor for class net.bytebuddy.matcher.DeclaringFieldMatcher
-
Creates a new matcher for a type's declared fields.
- DeclaringMethodMatcher<T extends TypeDescription> - Class in net.bytebuddy.matcher
-
An element matcher that checks if a type description declares methods of a given property.
- DeclaringMethodMatcher(ElementMatcher<? super MethodList>) - Constructor for class net.bytebuddy.matcher.DeclaringMethodMatcher
-
Creates a new matcher for a type's declared methods.
- DeclaringTypeMatcher<T extends DeclaredInType> - Class in net.bytebuddy.matcher
-
An element matcher that matches the declaring type of another element, only if this element is actually declared
in a type.
- DeclaringTypeMatcher(ElementMatcher<? super TypeDescription>) - Constructor for class net.bytebuddy.matcher.DeclaringTypeMatcher
-
Creates a new matcher for the declaring type of an element.
- DeclaringTypeResolver - Enum in net.bytebuddy.implementation.bind
-
This ambiguity resolver matches that method out of two methods that is declared by the more specific type.
- Default() - Constructor for class net.bytebuddy.agent.builder.AgentBuilder.Default
-
Creates a new default agent builder that uses a default
ByteBuddy
instance for
creating classes.
- Default(ByteBuddy) - Constructor for class net.bytebuddy.agent.builder.AgentBuilder.Default
-
Creates a new default agent builder.
- Default(ByteBuddy, AgentBuilder.BinaryLocator, AgentBuilder.Listener, String, boolean, boolean, AgentBuilder.Default.BootstrapInjectionStrategy, List<AgentBuilder.Default.Transformation>) - Constructor for class net.bytebuddy.agent.builder.AgentBuilder.Default
-
Creates a new default agent builder.
- Default(ClassLoader) - Constructor for class net.bytebuddy.dynamic.ClassFileLocator.AgentBased.ClassLoadingDelegate.Default
-
Creates a default class loading delegate.
- Default(TypeDescription, byte[], LoadedTypeInitializer, List<? extends DynamicType>) - Constructor for class net.bytebuddy.dynamic.DynamicType.Default
-
Creates a new dynamic type.
- Default() - Constructor for class net.bytebuddy.dynamic.scaffold.FieldRegistry.Default
-
Creates a new field registry without any registered fields.
- Default(TypeDescription, MethodList, Map<TypeDescription, Set<MethodDescription>>) - Constructor for class net.bytebuddy.dynamic.scaffold.MethodLookupEngine.Finding.Default
-
- Default() - Constructor for class net.bytebuddy.dynamic.scaffold.MethodRegistry.Default
-
Creates a new default method registry without entries.
- Default(TypeDescription, LoadedTypeInitializer, InstrumentedType.TypeInitializer, List<DynamicType>, ClassFileVersion, AuxiliaryType.NamingStrategy, ClassVisitorWrapper, TypeAttributeAppender, TypeWriter.FieldPool, TypeWriter.MethodPool, MethodList) - Constructor for class net.bytebuddy.dynamic.scaffold.TypeWriter.Default
-
Creates a new default type writer.
- Default(AnnotationAppender.Target) - Constructor for class net.bytebuddy.implementation.attribute.AnnotationAppender.Default
-
Creates a default annotation appender.
- DEFAULT - Static variable in annotation type net.bytebuddy.implementation.bind.annotation.BindingPriority
-
The default priority for methods not carrying the
BindingPriority
annotation.
- Default - Annotation Type in net.bytebuddy.implementation.bind.annotation
-
Parameters that are annotated with this annotation are assigned an instance of an auxiliary proxy type that allows calling
any default method of an interface of the instrumented type where the parameter type must be an interface that is
directly implemented by the instrumented type.
- DEFAULT - Static variable in interface net.bytebuddy.implementation.bytecode.assign.Assigner
-
A default assigner that can handle void
, primitive types and references.
- Default(TypeDescription, AuxiliaryType.NamingStrategy, InstrumentedType.TypeInitializer, ClassFileVersion) - Constructor for class net.bytebuddy.implementation.Implementation.Context.Default
-
Creates a new implementation context.
- Default() - Constructor for class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.Default
-
Creates a new default invocation provider that provides information and arguments of the
intercepted method.
- Default(InvokeDynamic.InvocationProvider.NameProvider, InvokeDynamic.InvocationProvider.ReturnTypeProvider, List<InvokeDynamic.InvocationProvider.ArgumentProvider>) - Constructor for class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.Default
-
Creates a new default invocation provider.
- Default(String) - Constructor for class net.bytebuddy.NamingStrategy.Unbound.Default
-
Creates a default unbound naming strategy.
- Default(TypeDescription, List<TypeDescription>, int, ClassFileVersion) - Constructor for class net.bytebuddy.NamingStrategy.UnnamedType.Default
-
Creates a new unnamed type.
- Default(TypePool.CacheProvider, ClassFileLocator) - Constructor for class net.bytebuddy.pool.TypePool.Default
-
Creates a new default type pool.
- Default.Binder - Enum in net.bytebuddy.implementation.bind.annotation
-
A binder for the
Default
annotation.
- DEFAULT_BUFFER_SIZE - Static variable in class net.bytebuddy.utility.StreamDrainer
-
The default size of the buffer for draining a stream.
- DEFAULT_LENGTH - Static variable in class net.bytebuddy.utility.RandomString
-
The default length of a randomized
String
.
- DEFAULT_PROTECTION_DOMAIN - Static variable in interface net.bytebuddy.dynamic.loading.ClassInjector
-
A convenience reference to the default protection domain which is null
.
- DEFAULT_TYPE_MODIFIER - Static variable in interface net.bytebuddy.implementation.auxiliary.AuxiliaryType
-
The default type access of an auxiliary type.
- DefaultArgument(int) - Constructor for class net.bytebuddy.implementation.bind.annotation.Argument.NextUnboundAsDefaultsProvider.NextUnboundArgumentIterator.DefaultArgument
-
Creates a new instance of an argument annotation.
- DefaultCall - Annotation Type in net.bytebuddy.implementation.bind.annotation
-
A parameter with this annotation is assigned a proxy for invoking a default method that fits the intercepted method.
- DefaultCall.Binder - Enum in net.bytebuddy.implementation.bind.annotation
-
- DefaultCall.Binder.DefaultMethodLocator - Interface in net.bytebuddy.implementation.bind.annotation
-
A default method locator is responsible for looking up a default method to a given source method.
- DefaultCall.Binder.DefaultMethodLocator.Explicit - Class in net.bytebuddy.implementation.bind.annotation
-
An explicit default method locator attempts to look up a default method in the specified interface type.
- DefaultCall.Binder.DefaultMethodLocator.Implicit - Enum in net.bytebuddy.implementation.bind.annotation
-
An implicit default method locator that only permits the invocation of a default method if the source
method itself represents a method that was defined on a default method interface.
- defaultFieldAttributeAppenderFactory - Variable in class net.bytebuddy.ByteBuddy
-
The default field attribute appender factory which is applied to any field that is defined
for implementations that are applied by this configuration.
- defaultFieldAttributeAppenderFactory - Variable in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
The default field attribute appender factory that is automatically added to any field that is
registered on this builder.
- DefaultMatchedMethodInterception(LatentMethodMatcher, List<DynamicType.Builder.AbstractBase.MethodToken>) - Constructor for class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultMatchedMethodInterception
-
Creates a new instance of a default matched method interception.
- DefaultMethodAnnotationTarget(List<DynamicType.Builder.AbstractBase.MethodToken>, LatentMethodMatcher, MethodRegistry.Handler, MethodAttributeAppender.Factory) - Constructor for class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultMethodAnnotationTarget
-
Creates a new default method annotation target.
- defaultMethodAttributeAppenderFactory - Variable in class net.bytebuddy.ByteBuddy
-
The default method attribute appender factory which is applied to any method that is defined
or intercepted for implementations that are applied by this configuration.
- defaultMethodAttributeAppenderFactory - Variable in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
The default method attribute appender factory that is automatically added to any field method is
registered on this builder.
- DefaultMethodCall - Class in net.bytebuddy.implementation
-
This
Implementation
invokes a default method for the methods it instruments.
- DefaultMethodCall(List<TypeDescription>) - Constructor for class net.bytebuddy.implementation.DefaultMethodCall
-
Creates a new
DefaultMethodCall
implementation for a given list of
prioritized interfaces.
- DefaultMethodCall.Appender - Class in net.bytebuddy.implementation
-
- defaultMethods - Variable in class net.bytebuddy.implementation.Implementation.Target.AbstractBase
-
A map of default methods by their unique signature.
- DefaultValue - Enum in net.bytebuddy.implementation.bytecode.constant
-
Represents a stack assignment that loads the default value of a given type onto the stack.
- define(String, AnnotationDescription.AnnotationValue<?, ?>) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
Returns a builder with the additional, given property.
- define(String, Enum<?>) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
Returns a builder with the additional enumeration property.
- define(String, TypeDescription, String) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
Returns a builder with the additional enumeration property.
- define(String, EnumerationDescription) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
Returns a builder with the additional enumeration property.
- define(String, Annotation) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
Returns a builder with the additional annotation property.
- define(String, AnnotationDescription) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
Returns a builder with the additional annotation property.
- define(String, Class<?>) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
Returns a builder with the additional class property.
- define(String, TypeDescription) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
Returns a builder with the additional class property.
- define(String, boolean) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
Returns a builder with the additional boolean
property.
- define(String, byte) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
Returns a builder with the additional byte
property.
- define(String, char) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
Returns a builder with the additional char
property.
- define(String, short) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
Returns a builder with the additional short
property.
- define(String, int) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
Returns a builder with the additional int
property.
- define(String, long) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
Returns a builder with the additional long
property.
- define(String, float) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
Returns a builder with the additional float
property.
- define(String, double) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
Returns a builder with the additional double
property.
- define(String, String) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
Returns a builder with the additional
String
property.
- define(MethodDescription) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder
-
- define(MethodDescription) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
- define(MethodDescription) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder
-
Defines a new method or constructor for this type.
- defineAmbiguityResolver(MethodDelegationBinder.AmbiguityResolver...) - Method in class net.bytebuddy.implementation.MethodDelegation
-
Defines an ambiguity resolver to be used for resolving binding conflicts.
- defineAnnotationArray(String, Class<T>, T...) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
Returns a builder with the additional annotation array property.
- defineAnnotationArray(String, TypeDescription, AnnotationDescription...) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
Returns a builder with the additional annotation array property.
- defineArray(String, boolean...) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
Returns a builder with the additional boolean
array property.
- defineArray(String, byte...) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
Returns a builder with the additional byte
array property.
- defineArray(String, char...) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
Returns a builder with the additional char
array property.
- defineArray(String, short...) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
Returns a builder with the additional short
array property.
- defineArray(String, int...) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
Returns a builder with the additional int
array property.
- defineArray(String, long...) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
Returns a builder with the additional long
array property.
- defineArray(String, float...) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
Returns a builder with the additional float
array property.
- defineArray(String, double...) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
Returns a builder with the additional double
array property.
- defineArray(String, String...) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
Returns a builder with the additional
String
array property.
- defineAs(Class<?>, ModifierContributor.ForField...) - Method in interface net.bytebuddy.implementation.FieldAccessor.FieldDefinable
-
Defines a field with the given name in the instrumented type.
- defineAs(TypeDescription, ModifierContributor.ForField...) - Method in interface net.bytebuddy.implementation.FieldAccessor.FieldDefinable
-
Defines a field with the given name in the instrumented type.
- defineAs(Class<?>, ModifierContributor.ForField...) - Method in class net.bytebuddy.implementation.FieldAccessor.ForNamedField
-
- defineAs(TypeDescription, ModifierContributor.ForField...) - Method in class net.bytebuddy.implementation.FieldAccessor.ForNamedField
-
- defineConstructor(Iterable<Class<?>>, ModifierContributor.ForMethod...) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder
-
- defineConstructor(List<? extends TypeDescription>, ModifierContributor.ForMethod...) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder
-
- defineConstructor(Iterable<Class<?>>, int) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder
-
- defineConstructor(List<? extends TypeDescription>, int) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder
-
- defineConstructor(Constructor<?>) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder
-
- defineConstructor(MethodDescription) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder
-
- defineConstructor(Iterable<Class<?>>, ModifierContributor.ForMethod...) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
- defineConstructor(List<? extends TypeDescription>, ModifierContributor.ForMethod...) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
- defineConstructor(Constructor<?>) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
- defineConstructor(MethodDescription) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
- defineConstructor(Iterable<Class<?>>, int) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
- defineConstructor(List<? extends TypeDescription>, int) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
- defineConstructor(Iterable<Class<?>>, ModifierContributor.ForMethod...) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder
-
Defines a new constructor for this type.
- defineConstructor(List<? extends TypeDescription>, ModifierContributor.ForMethod...) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder
-
Defines a new constructor for this type.
- defineConstructor(Iterable<Class<?>>, int) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder
-
Defines a new constructor for this type.
- defineConstructor(List<? extends TypeDescription>, int) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder
-
Defines a new constructor for this type.
- defineConstructor(Constructor<?>) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder
-
Defines a new constructor for this type.
- defineConstructor(MethodDescription) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder
-
Defines a new constructor for this type.
- Defined(T) - Constructor for class net.bytebuddy.ByteBuddy.Definable.Defined
-
Creates a new defined instance for the given value.
- defineEnumerationArray(String, Class<T>, T...) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
Returns a builder with the additional enumeration array property.
- defineEnumerationArray(String, TypeDescription, String...) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
Returns a builder with the additional enumeration array property.
- defineEnumerationArray(String, TypeDescription, EnumerationDescription...) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
Returns a builder with the additional enumeration array property.
- defineField(String, Class<?>, ModifierContributor.ForField...) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder
-
- defineField(String, TypeDescription, ModifierContributor.ForField...) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder
-
- defineField(String, Class<?>, int) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder
-
- defineField(String, TypeDescription, int) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder
-
- defineField(Field) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder
-
- defineField(FieldDescription) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder
-
- defineField(String, Class<?>, ModifierContributor.ForField...) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
- defineField(String, TypeDescription, ModifierContributor.ForField...) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
- defineField(String, Class<?>, int) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
- defineField(String, TypeDescription, int) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
- defineField(Field) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
- defineField(FieldDescription) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
- defineField(String, Class<?>, ModifierContributor.ForField...) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder
-
Defines a new field for this type.
- defineField(String, TypeDescription, ModifierContributor.ForField...) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder
-
Defines a new field for this type.
- defineField(String, Class<?>, int) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder
-
Defines a new field for this type.
- defineField(String, TypeDescription, int) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder
-
Defines a new field for this type.
- defineField(Field) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder
-
Defines a new field for this type.
- defineField(FieldDescription) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder
-
Defines a new field for this type.
- defineMethod(String, Class<?>, List<Class<?>>, ModifierContributor.ForMethod...) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder
-
- defineMethod(String, TypeDescription, List<? extends TypeDescription>, ModifierContributor.ForMethod...) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder
-
- defineMethod(String, Class<?>, List<Class<?>>, int) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder
-
- defineMethod(String, TypeDescription, List<? extends TypeDescription>, int) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder
-
- defineMethod(Method) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder
-
- defineMethod(MethodDescription) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder
-
- defineMethod(String, Class<?>, List<Class<?>>, ModifierContributor.ForMethod...) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
- defineMethod(String, TypeDescription, List<? extends TypeDescription>, ModifierContributor.ForMethod...) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
- defineMethod(Method) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
- defineMethod(MethodDescription) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
- defineMethod(String, Class<?>, List<Class<?>>, int) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
- defineMethod(String, TypeDescription, List<? extends TypeDescription>, int) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
- defineMethod(String, Class<?>, List<Class<?>>, ModifierContributor.ForMethod...) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder
-
Defines a new method for this type.
- defineMethod(String, TypeDescription, List<? extends TypeDescription>, ModifierContributor.ForMethod...) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder
-
Defines a new method for this type.
- defineMethod(String, Class<?>, List<Class<?>>, int) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder
-
Defines a new method for this type.
- defineMethod(String, TypeDescription, List<? extends TypeDescription>, int) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder
-
Defines a new method for this type.
- defineMethod(Method) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder
-
Defines a new method for this type.
- defineMethod(MethodDescription) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder
-
Defines a new method for this type.
- defineParameterBinder(TargetMethodAnnotationDrivenBinder.ParameterBinder<?>...) - Method in class net.bytebuddy.implementation.MethodDelegation
-
Defines a number of parameter binders to be appended to be used by this method delegation.
- defineTypeArray(String, Class<?>...) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
Returns a builder with the additional type array property.
- defineTypeArray(String, TypeDescription...) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
Returns a builder with the additional type array property.
- DelegationProcessor(Map<TypeDescription, TargetMethodAnnotationDrivenBinder.ParameterBinder<?>>) - Constructor for class net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder.DelegationProcessor
-
Creates a new delegation processor.
- describe(Object, TypeDescription) - Static method in class net.bytebuddy.description.annotation.AnnotationDescription.ForLoadedAnnotation
-
A helper method for converting a loaded type into a representation that is also capable of representing
unloaded descriptions of annotation values as specified by
AnnotationDescription
.
- describe(String) - Method in class net.bytebuddy.pool.TypePool.AbstractBase
-
- describe(String) - Method in interface net.bytebuddy.pool.TypePool
-
Locates and describes the given type by its name.
- DESCRIPTION - Static variable in class net.bytebuddy.dynamic.TargetType
-
- DescriptorMatcher<T extends ByteCodeElement> - Class in net.bytebuddy.matcher
-
An element matcher that matches a Java descriptor.
- DescriptorMatcher(ElementMatcher<String>) - Constructor for class net.bytebuddy.matcher.DescriptorMatcher
-
Creates a new matcher for an element's descriptor.
- detach() - Method in class net.bytebuddy.dynamic.scaffold.inline.InlineInstrumentedType
-
- detach() - Method in interface net.bytebuddy.dynamic.scaffold.InstrumentedType
-
Creates a
compressed version of this instrumented type which only needs to fulfil the
TypeDescription
interface.
- detach() - Method in class net.bytebuddy.dynamic.scaffold.subclass.SubclassInstrumentedType
-
- disableSelfInitialization() - Method in class net.bytebuddy.agent.builder.AgentBuilder.Default
-
- disableSelfInitialization() - Method in class net.bytebuddy.agent.builder.AgentBuilder.Default.Matched
-
- disableSelfInitialization() - Method in interface net.bytebuddy.agent.builder.AgentBuilder
-
- Disjunction(ElementMatcher<? super W>, ElementMatcher<? super W>) - Constructor for class net.bytebuddy.matcher.ElementMatcher.Junction.Disjunction
-
Creates a new disjunction matcher.
- doDescribe(String) - Method in class net.bytebuddy.pool.TypePool.AbstractBase
-
Determines a resolution to a non-primitive, non-array type.
- doDescribe(String) - Method in class net.bytebuddy.pool.TypePool.Default
-
- doEquals(Object, Object) - Method in enum net.bytebuddy.utility.PropertyDispatcher
-
Compares two values that are both non-null and of the same type as the array.
- DoubleConstant - Enum in net.bytebuddy.implementation.bytecode.constant
-
This class is responsible for loading any double
constant onto the operand stack.
- DoubleConstant.ConstantPool - Class in net.bytebuddy.implementation.bytecode.constant
-
A stack manipulation for loading a double
value from a class's constant pool onto the operand stack.
- drain(ClassVisitor, TypeWriter.MethodPool, Implementation.Context.ExtractableView.InjectedCode) - Method in class net.bytebuddy.implementation.Implementation.Context.Default
-
- drain(ClassVisitor, TypeWriter.MethodPool, Implementation.Context.ExtractableView.InjectedCode) - Method in interface net.bytebuddy.implementation.Implementation.Context.ExtractableView
-
- drain(InputStream) - Method in class net.bytebuddy.utility.StreamDrainer
-
Drains an input stream into a byte array.
- duplicate(TypeDescription) - Static method in enum net.bytebuddy.implementation.bytecode.Duplication
-
Duplicates a value given its type.
- Duplication - Enum in net.bytebuddy.implementation.bytecode
-
Duplicates a value that is lying on top of the stack.
- dynamic(String, TypeDescription, List<? extends TypeDescription>, List<?>) - Method in enum net.bytebuddy.implementation.bytecode.member.MethodInvocation.IllegalInvocation
-
- dynamic(String, TypeDescription, List<? extends TypeDescription>, List<?>) - Method in class net.bytebuddy.implementation.bytecode.member.MethodInvocation.Invocation
-
- dynamic(String, TypeDescription, List<? extends TypeDescription>, List<?>) - Method in interface net.bytebuddy.implementation.bytecode.member.MethodInvocation.WithImplicitInvocationTargetType
-
Invokes the method as a bootstrap method to bind a call site with the given properties.
- DYNAMICALLY_TYPED - Static variable in interface net.bytebuddy.implementation.bytecode.assign.Assigner
-
Indicates to an
Assigner
that a value should be casted at runtime.
- dynamicallyTyped - Variable in class net.bytebuddy.implementation.FieldAccessor
-
true
if the runtime type of the field's value should be considered when a field
is accessed.
- dynamicallyTyped - Variable in class net.bytebuddy.implementation.FixedValue
-
Determines if the runtime type of a fixed value should be considered for the assignment to a return type.
- dynamicallyTyped - Variable in class net.bytebuddy.implementation.InvokeDynamic
-
true
if the assigner should attempt dynamically-typed assignments.
- dynamicallyTyped - Variable in class net.bytebuddy.implementation.MethodCall
-
true
if a return value of the called method should be attempted to be type-casted to the return
type of the instrumented method.
- DynamicInvocation(String, TypeDescription, TypeList, MethodDescription, List<?>) - Constructor for class net.bytebuddy.implementation.bytecode.member.MethodInvocation.DynamicInvocation
-
Creates a new dynamic method invocation.
- DynamicType - Interface in net.bytebuddy.dynamic
-
- DynamicType.Builder<T> - Interface in net.bytebuddy.dynamic
-
A builder for defining a dynamic type.
- DynamicType.Builder.AbstractBase<S> - Class in net.bytebuddy.dynamic
-
An abstract base implementation for a dynamic type builder.
- DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder<U> - Class in net.bytebuddy.dynamic
-
A base implementation of a builder that is capable of manifesting a change that was not yet applied to
the builder.
- DynamicType.Builder.AbstractBase.DefaultExceptionDeclarableMethodInterception - Class in net.bytebuddy.dynamic
-
- DynamicType.Builder.AbstractBase.DefaultFieldValueTarget - Class in net.bytebuddy.dynamic
-
A
DynamicType.Builder
for which a field was recently defined such that attributes
can be added to this recently defined field.
- DynamicType.Builder.AbstractBase.DefaultMatchedMethodInterception - Class in net.bytebuddy.dynamic
-
- DynamicType.Builder.AbstractBase.DefaultMethodAnnotationTarget - Class in net.bytebuddy.dynamic
-
- DynamicType.Builder.AbstractBase.DefaultOptionalMatchedMethodInterception - Class in net.bytebuddy.dynamic
-
Allows for the direct implementation of an interface after its implementation was specified.
- DynamicType.Builder.AbstractBase.FieldToken - Class in net.bytebuddy.dynamic
-
A field token representing a latent field that is defined for the built dynamic type.
- DynamicType.Builder.AbstractBase.MethodToken - Class in net.bytebuddy.dynamic
-
A method token representing a latent method that is defined for the built dynamic type.
- DynamicType.Builder.ExceptionDeclarableMethodInterception<S> - Interface in net.bytebuddy.dynamic
-
Defines an implementation for a method that was added to this instrumentation and allows to include
exception declarations for the newly defined method.
- DynamicType.Builder.FieldAnnotationTarget<S> - Interface in net.bytebuddy.dynamic
-
A builder to which a field was just added such that attribute changes can be applied to this field.
- DynamicType.Builder.FieldValueTarget<S> - Interface in net.bytebuddy.dynamic
-
A builder to which a field was just added such that default values can be defined for the field.
- DynamicType.Builder.FieldValueTarget.NumericRangeValidator - Enum in net.bytebuddy.dynamic
-
A validator for assuring that a given value can be represented by a given primitive type.
- DynamicType.Builder.MatchedMethodInterception<S> - Interface in net.bytebuddy.dynamic
-
Defines an implementation for a method that was added to this instrumentation or a to method selection
of existing methods.
- DynamicType.Builder.MethodAnnotationTarget<S> - Interface in net.bytebuddy.dynamic
-
A builder to which a method was just added or an interception for existing methods was specified such that
attribute changes can be applied to these methods.
- DynamicType.Builder.OptionalMatchedMethodInterception<S> - Interface in net.bytebuddy.dynamic
-
An optional matched method interception allows to define an interception without requiring the definition
of an implementation.
- DynamicType.Default - Class in net.bytebuddy.dynamic
-
A default implementation of a dynamic type.
- DynamicType.Default.Loaded<T> - Class in net.bytebuddy.dynamic
-
A default implementation of a loaded dynamic type.
- DynamicType.Default.Unloaded<T> - Class in net.bytebuddy.dynamic
-
A default implementation of an unloaded dynamic type.
- DynamicType.Loaded<T> - Interface in net.bytebuddy.dynamic
-
A dynamic type that has been loaded into the running instance of the Java virtual machine.
- DynamicType.Unloaded<T> - Interface in net.bytebuddy.dynamic
-
A dynamic type that has not yet been loaded by a given
ClassLoader
.
- Factory(BridgeMethodResolver.Factory, MethodRebaseResolver) - Constructor for class net.bytebuddy.dynamic.scaffold.inline.RebaseImplementationTarget.Factory
-
Creates a new factory for a rebase implementation target.
- Factory(BridgeMethodResolver.Factory, SubclassImplementationTarget.OriginTypeIdentifier) - Constructor for class net.bytebuddy.dynamic.scaffold.subclass.SubclassImplementationTarget.Factory
-
- Factory(TypeDescription) - Constructor for class net.bytebuddy.implementation.FieldAccessor.FieldLocator.ForGivenType.Factory
-
Creates a new field locator factory for a given type.
- Faulty(Exception) - Constructor for class net.bytebuddy.dynamic.loading.ClassInjector.UsingReflection.ReflectionStore.Faulty
-
Creates a new faulty reflection store.
- FIELD_CACHE_MODIFIER - Static variable in interface net.bytebuddy.implementation.Implementation.Context.ExtractableView
-
A default modifier for a field that serves as a cache.
- FIELD_CACHE_PREFIX - Static variable in class net.bytebuddy.implementation.Implementation.Context.Default
-
The name prefix to be prepended to a field storing a cached value.
- FIELD_MODIFIER_MASK - Static variable in class net.bytebuddy.utility.ByteBuddyCommons
-
A mask for modifiers that represents fields.
- FIELD_NAME - Static variable in class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.AccessorProxy
-
The name of the field that stores the accessed instance if any.
- FIELD_NAME - Static variable in class net.bytebuddy.implementation.bind.annotation.Morph.Binder.RedirectionProxy
-
The name of the field that carries an instance for invoking a super method on.
- FieldAccess - Enum in net.bytebuddy.implementation.bytecode.member
-
An access representation to a given field.
- FieldAccess.AccessDispatcher - Class in net.bytebuddy.implementation.bytecode.member
-
A dispatcher for implementing a read or write access on a field.
- FieldAccess.AccessDispatcher.FieldGetInstruction - Class in net.bytebuddy.implementation.bytecode.member
-
A reading field access operation.
- FieldAccess.AccessDispatcher.FieldPutInstruction - Class in net.bytebuddy.implementation.bytecode.member
-
A writing field access operation.
- FieldAccess.Defined - Interface in net.bytebuddy.implementation.bytecode.member
-
Representation of a field access for which a getter and a putter can be created.
- FieldAccessor - Class in net.bytebuddy.implementation
-
Defines a method to access a given field by following the Java bean conventions for getters and setters:
Getter: A method named getFoo()
will be instrumented to read and return the value of a field foo
or another field if one was specified explicitly.
- FieldAccessor(Assigner, boolean) - Constructor for class net.bytebuddy.implementation.FieldAccessor
-
Creates a new field accessor.
- FieldAccessor.Appender - Class in net.bytebuddy.implementation
-
An byte code appender for an field accessor implementation.
- FieldAccessor.AssignerConfigurable - Interface in net.bytebuddy.implementation
-
A field accessor that can be configured to use a given assigner and runtime type use configuration.
- FieldAccessor.FieldDefinable - Interface in net.bytebuddy.implementation
-
Determines a field accessor that accesses a field of a given name which might not yet be
defined.
- FieldAccessor.FieldLocator - Interface in net.bytebuddy.implementation
-
A field locator allows to determine a field name for a given method.
- FieldAccessor.FieldLocator.Factory - Interface in net.bytebuddy.implementation
-
- FieldAccessor.FieldLocator.ForGivenType - Class in net.bytebuddy.implementation
-
A field locator that only looks up fields that are defined for a given type.
- FieldAccessor.FieldLocator.ForGivenType.Factory - Class in net.bytebuddy.implementation
-
A factory for a field locator locating given type.
- FieldAccessor.FieldLocator.ForInstrumentedType - Enum in net.bytebuddy.implementation
-
A factory that only looks up fields in the instrumented type.
- FieldAccessor.FieldLocator.ForInstrumentedTypeHierarchy - Class in net.bytebuddy.implementation
-
A field locator that finds a type by traversing the type hierarchy beginning with fields defined
in the most specific subclass traversing the class hierarchy down to the least specific type.
- FieldAccessor.FieldLocator.ForInstrumentedTypeHierarchy.Factory - Enum in net.bytebuddy.implementation
-
- FieldAccessor.FieldNameExtractor - Interface in net.bytebuddy.implementation
-
A field name extractor is responsible for determining a field name to a method that is implemented
to access this method.
- FieldAccessor.FieldNameExtractor.ForBeanProperty - Enum in net.bytebuddy.implementation
-
- FieldAccessor.ForNamedField - Class in net.bytebuddy.implementation
-
Implementation of a field accessor implementation where the field name is given explicitly.
- FieldAccessor.ForNamedField.PreparationHandler - Interface in net.bytebuddy.implementation
-
A preparation handler is responsible for defining a field value on an implementation, if necessary.
- FieldAccessor.ForNamedField.PreparationHandler.FieldDefiner - Class in net.bytebuddy.implementation
-
A preparation handler that actually defines a field on an instrumented type.
- FieldAccessor.ForNamedField.PreparationHandler.NoOp - Enum in net.bytebuddy.implementation
-
A non-operational preparation handler that does not alter the field.
- FieldAccessor.ForUnnamedField - Class in net.bytebuddy.implementation
-
Implementation of a field accessor implementation where a field is identified by a method's name following
the Java specification for bean properties.
- FieldAccessor.OwnerTypeLocatable - Interface in net.bytebuddy.implementation
-
A field accessor that can be configured to locate a field in a specific manner.
- FieldAttributeAppender - Interface in net.bytebuddy.implementation.attribute
-
An appender that writes attributes or annotations to a given ASM FieldVisitor
.
- FieldAttributeAppender.Compound - Class in net.bytebuddy.implementation.attribute
-
A field attribute appender that combines several method attribute appenders to be represented as a single
field attribute appender.
- FieldAttributeAppender.Factory - Interface in net.bytebuddy.implementation.attribute
-
A factory that creates field attribute appenders for a given type.
- FieldAttributeAppender.Factory.Compound - Class in net.bytebuddy.implementation.attribute
-
A field attribute appender factory that combines several field attribute appender factories to be
represented as a single factory.
- FieldAttributeAppender.ForAnnotation - Class in net.bytebuddy.implementation.attribute
-
Appends an annotation to a field.
- FieldAttributeAppender.ForLoadedField - Class in net.bytebuddy.implementation.attribute
-
Writes all annotations that are found on a field that belongs to a loaded type of the JVM as visible
annotations.
- FieldAttributeAppender.NoOp - Enum in net.bytebuddy.implementation.attribute
-
A field attribute appender that does not append any attributes.
- FieldCacheEntry(StackManipulation, TypeDescription) - Constructor for class net.bytebuddy.implementation.Implementation.Context.Default.FieldCacheEntry
-
Creates a new field cache entry.
- FieldDefiner(String, TypeDescription, int) - Constructor for class net.bytebuddy.implementation.FieldAccessor.ForNamedField.PreparationHandler.FieldDefiner
-
Creates a new field definer.
- FieldDescription - Interface in net.bytebuddy.description.field
-
Implementations of this interface describe a Java field.
- FieldDescription.AbstractFieldDescription - Class in net.bytebuddy.description.field
-
An abstract base implementation of a field description.
- FieldDescription.ForLoadedField - Class in net.bytebuddy.description.field
-
An implementation of a field description for a loaded field.
- FieldDescription.Latent - Class in net.bytebuddy.description.field
-
A latent field description describes a field that is not attached to a declaring
TypeDescription
.
- fieldDescriptions - Variable in class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase
-
A list of field descriptions registered for this instrumented type.
- FieldExtractor(int, String, String, String) - Constructor for class net.bytebuddy.pool.TypePool.Default.TypeExtractor.FieldExtractor
-
Creates a new field extractor.
- FieldGetInstruction() - Constructor for class net.bytebuddy.implementation.bytecode.member.FieldAccess.AccessDispatcher.FieldGetInstruction
-
- FieldGetter(FieldDescription) - Constructor for class net.bytebuddy.implementation.Implementation.Context.Default.FieldGetter
-
Creates a new field getter implementation.
- FieldList - Interface in net.bytebuddy.description.field
-
Implementations represent a list of field descriptions.
- FieldList.Empty - Class in net.bytebuddy.description.field
-
An implementation of an empty field list.
- FieldList.Explicit - Class in net.bytebuddy.description.field
-
A wrapper implementation of a field list for a given list of field descriptions.
- FieldList.ForLoadedField - Class in net.bytebuddy.description.field
-
An implementation of a field list for an array of loaded fields.
- FieldLocator() - Constructor for class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.FieldLocator
-
- FieldManifestation - Enum in net.bytebuddy.description.modifier
-
Describes the manifestation of a class's field, i.e.
- fieldName - Variable in class net.bytebuddy.implementation.Forwarding
-
The name of the field.
- fieldName - Variable in class net.bytebuddy.implementation.InvocationHandlerAdapter
-
The name of the field for storing an invocation handler.
- fieldNameFor(MethodDescription) - Method in interface net.bytebuddy.implementation.FieldAccessor.FieldNameExtractor
-
Extracts a field name to be accessed by a getter or setter method.
- fieldNameFor(MethodDescription) - Method in enum net.bytebuddy.implementation.FieldAccessor.FieldNameExtractor.ForBeanProperty
-
- fieldPool - Variable in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default
-
The field pool to be used for instrumenting fields.
- FieldProxy - Annotation Type in net.bytebuddy.implementation.bind.annotation
-
Using this annotation it is possible to access fields by getter and setter types.
- FieldProxy.Binder - Class in net.bytebuddy.implementation.bind.annotation
-
- FieldProxy.Binder.AccessorProxy - Class in net.bytebuddy.implementation.bind.annotation
-
A proxy type for accessing a field either by a getter or a setter.
- FieldProxy.Binder.AccessType - Enum in net.bytebuddy.implementation.bind.annotation
-
Determines the way a field is to be accessed.
- FieldProxy.Binder.AccessType.Getter - Class in net.bytebuddy.implementation.bind.annotation
-
Implementation for a getter method.
- FieldProxy.Binder.AccessType.Getter.Appender - Class in net.bytebuddy.implementation.bind.annotation
-
A byte code appender for a getter method.
- FieldProxy.Binder.AccessType.Setter - Class in net.bytebuddy.implementation.bind.annotation
-
Implementation for a setter method.
- FieldProxy.Binder.AccessType.Setter.Appender - Class in net.bytebuddy.implementation.bind.annotation
-
A byte code appender for a setter method.
- FieldProxy.Binder.FieldLocator - Class in net.bytebuddy.implementation.bind.annotation
-
A field locator is responsible for locating the type a field is defined in.
- FieldProxy.Binder.FieldLocator.Illegal - Class in net.bytebuddy.implementation.bind.annotation
-
Represents an illegal field locator which can impossible locate a field.
- FieldProxy.Binder.FieldLocator.Legal - Class in net.bytebuddy.implementation.bind.annotation
-
Represents a field locator for a field whos name could be located.
- FieldProxy.Binder.FieldLocator.LookupEngine - Class in net.bytebuddy.implementation.bind.annotation
-
A lookup engine is responsible for finding a specific field in a type hierarchy.
- FieldProxy.Binder.FieldLocator.LookupEngine.ForExplicitType - Class in net.bytebuddy.implementation.bind.annotation
-
Represents a lookup engine that tries to find a field for a given type.
- FieldProxy.Binder.FieldLocator.LookupEngine.ForHierarchy - Class in net.bytebuddy.implementation.bind.annotation
-
Represents a lookup engine that tries to find the most specific field in a class hierarchy.
- FieldProxy.Binder.FieldLocator.LookupEngine.Illegal - Class in net.bytebuddy.implementation.bind.annotation
-
Represents a lookup engine that can only produce illegal look-ups.
- FieldProxy.Binder.FieldLocator.Resolution - Class in net.bytebuddy.implementation.bind.annotation
-
A resolution represents the result of a field location.
- FieldProxy.Binder.FieldLocator.Resolution.Resolved - Class in net.bytebuddy.implementation.bind.annotation
-
A resolution for a successfully located field.
- FieldProxy.Binder.FieldLocator.Resolution.Unresolved - Class in net.bytebuddy.implementation.bind.annotation
-
A resolution for a non-located field.
- FieldProxy.Binder.InstanceFieldConstructor - Class in net.bytebuddy.implementation.bind.annotation
-
Represents an implementation for implementing a proxy type constructor when a non-static field is accessed.
- FieldProxy.Binder.InstanceFieldConstructor.Appender - Class in net.bytebuddy.implementation.bind.annotation
-
- FieldProxy.Binder.StaticFieldConstructor - Enum in net.bytebuddy.implementation.bind.annotation
-
Represents an implementation for implementing a proxy type constructor when a static field is accessed.
- FieldPutInstruction() - Constructor for class net.bytebuddy.implementation.bytecode.member.FieldAccess.AccessDispatcher.FieldPutInstruction
-
- fieldRegistry - Variable in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
The field registry of this builder.
- FieldRegistry - Interface in net.bytebuddy.dynamic.scaffold
-
A field registry represents an extendable collection of fields which are identified by their names that are mapped
to a given
FieldAttributeAppender
.
- FieldRegistry.Compiled - Interface in net.bytebuddy.dynamic.scaffold
-
Represents a compiled field registry.
- FieldRegistry.Compiled.NoOp - Enum in net.bytebuddy.dynamic.scaffold
-
A no-op field registry that does not register annotations for any field.
- FieldRegistry.Default - Class in net.bytebuddy.dynamic.scaffold
-
An immutable default implementation of a field registry.
- FieldRegistry.Default.Compiled - Class in net.bytebuddy.dynamic.scaffold
-
A compiled default field registry.
- FieldRegistry.Default.Entry - Class in net.bytebuddy.dynamic.scaffold
-
An entry of the default field registry.
- FieldRegistry.Default.Prepared - Class in net.bytebuddy.dynamic.scaffold
-
A prepared default field registry.
- FieldRegistry.LatentFieldMatcher - Interface in net.bytebuddy.dynamic.scaffold
-
A simple matcher for a field where fields can be uniquely identified by their identifier for a given type.
- FieldRegistry.Prepared - Interface in net.bytebuddy.dynamic.scaffold
-
A
FieldRegistry
which was prepared for a given instrumented type.
- FieldSetter(FieldDescription) - Constructor for class net.bytebuddy.implementation.Implementation.Context.Default.FieldSetter
-
Creates a new field setter.
- FieldToken(String, TypeDescription, int) - Constructor for class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.FieldToken
-
Creates a new field token.
- FieldToken(int, String, String, String, List<TypePool.LazyTypeDescription.AnnotationToken>) - Constructor for class net.bytebuddy.pool.TypePool.LazyTypeDescription.FieldToken
-
Creates a new field token.
- fieldTokens - Variable in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
This builder's currently registered field tokens.
- fieldType - Variable in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.FieldToken
-
A description of the field type or a description of the
TargetType
placeholder.
- fieldType - Variable in class net.bytebuddy.implementation.Forwarding
-
The type of the field.
- filter(ElementMatcher<? super MethodDescription>) - Method in class net.bytebuddy.implementation.MethodDelegation
-
Applies a filter to target methods that are eligible for delegation.
- filter(ElementMatcher<? super T>) - Method in class net.bytebuddy.matcher.FilterableList.AbstractBase
-
- filter(ElementMatcher<? super T>) - Method in class net.bytebuddy.matcher.FilterableList.Empty
-
- filter(ElementMatcher<? super T>) - Method in interface net.bytebuddy.matcher.FilterableList
-
Filters any elements in this lists by the given elementMatcher
and returns a list that are matched
by the given matcher.
- FilterableList<T,S extends FilterableList<T,S>> - Interface in net.bytebuddy.matcher
-
A filterable list allows to use an
ElementMatcher
to reduce a lists to elements
that are matched by this matcher in this list.
- FilterableList.AbstractBase<T,S extends FilterableList<T,S>> - Class in net.bytebuddy.matcher
-
- FilterableList.Empty<T,S extends FilterableList<T,S>> - Class in net.bytebuddy.matcher
-
- find(String) - Method in interface net.bytebuddy.pool.TypePool.CacheProvider
-
Attempts to find a resolution in this cache.
- find(String) - Method in enum net.bytebuddy.pool.TypePool.CacheProvider.NoOp
-
- find(String) - Method in class net.bytebuddy.pool.TypePool.CacheProvider.Simple
-
- findClass(String) - Method in class net.bytebuddy.dynamic.loading.ByteArrayClassLoader
-
- Fixed(String) - Constructor for class net.bytebuddy.NamingStrategy.Fixed
-
Creates an immutable fixed naming strategy.
- FixedValue - Class in net.bytebuddy.implementation
-
This implementation returns a fixed value for a method.
- FixedValue(Assigner, boolean) - Constructor for class net.bytebuddy.implementation.FixedValue
-
Creates a new fixed value implementation.
- FixedValue.AssignerConfigurable - Interface in net.bytebuddy.implementation
-
Represents a fixed value implementation that is using a default assigner for attempting to assign
the fixed value to the return type of the instrumented method.
- FixedValue.ForPoolValue - Class in net.bytebuddy.implementation
-
A fixed value implementation that represents its fixed value as a value that is written to the instrumented
class's constant pool.
- FixedValue.ForStaticField - Class in net.bytebuddy.implementation
-
A fixed value implementation that represents its fixed value as a static field of the instrumented class.
- FloatConstant - Enum in net.bytebuddy.implementation.bytecode.constant
-
This class is responsible for loading any float
constant onto the operand stack.
- FloatConstant.ConstantPool - Class in net.bytebuddy.implementation.bytecode.constant
-
A stack manipulation for loading a float
value from a class's constant pool onto the operand stack.
- ForAbstractMethod(MethodAttributeAppender) - Constructor for class net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry.ForAbstractMethod
-
Creates a new entry for a method that is defines but does not append byte code, i.e.
- ForAnnotation(AnnotationDescription) - Constructor for class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationValue.ForAnnotation
-
Creates a new annotation value for a given annotation description.
- ForAnnotation(List<? extends AnnotationDescription>) - Constructor for class net.bytebuddy.implementation.attribute.FieldAttributeAppender.ForAnnotation
-
Creates a new field annotation appender.
- ForAnnotation(List<? extends AnnotationDescription>) - Constructor for class net.bytebuddy.implementation.attribute.MethodAttributeAppender.ForAnnotation
-
Create a new annotation appender for a method.
- ForAnnotation(int, List<? extends AnnotationDescription>) - Constructor for class net.bytebuddy.implementation.attribute.MethodAttributeAppender.ForAnnotation
-
Create a new annotation appender for a method parameter.
- ForAnnotation(List<? extends AnnotationDescription>) - Constructor for class net.bytebuddy.implementation.attribute.TypeAttributeAppender.ForAnnotation
-
Creates a new single annotation attribute appender.
- ForAnnotationDefaultValue(Object, MethodAttributeAppender) - Constructor for class net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry.ForAnnotationDefaultValue
-
Creates a new entry for defining a method with a default annotation value.
- ForAnnotationProperty(TypePool, String) - Constructor for class net.bytebuddy.pool.TypePool.Default.ComponentTypeLocator.ForAnnotationProperty
-
Creates a new component type locator for an array value.
- ForAnnotationValue(Object) - Constructor for class net.bytebuddy.dynamic.scaffold.MethodRegistry.Handler.ForAnnotationValue
-
Creates a handler for defining a default annotation value for a method.
- ForArrayType(String) - Constructor for class net.bytebuddy.pool.TypePool.Default.ComponentTypeLocator.ForArrayType
-
Creates a new component type locator for an array type.
- ForBooleanConstant(boolean) - Constructor for class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForBooleanConstant
-
Creates a new argument provider for a boolean
value.
- ForBooleanConstant(boolean) - Constructor for class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForBooleanConstant
-
Creates a new argument loader for a boolean
value.
- ForBootstrapInjection(Instrumentation, File) - Constructor for class net.bytebuddy.dynamic.loading.ClassLoadingStrategy.ForBootstrapInjection
-
Creates a new injector which is capable of injecting classes into the boostrap class loader.
- forBridgeMethodInvocation(MethodDescription, MethodDescription) - Static method in enum net.bytebuddy.implementation.bytecode.member.MethodVariableAccess
-
Creates a stack manipulation for loading all parameters of a Java bridge method onto the operand stack where
all variables of the bridge method are casted to the parameter types of the target method.
- ForBridgeTarget(MethodDescription) - Constructor for class net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.TypeCastingHandler.ForBridgeTarget
-
Creates a new type casting handler for a bridge method.
- ForByteConstant(byte) - Constructor for class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForByteConstant
-
Creates a new argument provider for a byte
value.
- ForByteConstant(byte) - Constructor for class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForByteConstant
-
Creates a new argument loader for a boolean
value.
- ForCharacterConstant(char) - Constructor for class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForCharacterConstant
-
Creates a new argument provider for a char
value.
- ForCharacterConstant(char) - Constructor for class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForCharacterConstant
-
Creates a new argument loader for a char
value.
- ForClassConstant(TypeDescription) - Constructor for class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForClassConstant
-
Creates a new argument provider for the given type description.
- ForClassConstant(TypeDescription) - Constructor for class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForClassConstant
-
Creates a new class constant representation.
- ForClassLoader(ClassLoader) - Constructor for class net.bytebuddy.dynamic.ClassFileLocator.ForClassLoader
-
Creates a new class file locator for the given class loader.
- ForComplexArray(Class<?>, TypeDescription, List<? extends AnnotationDescription.AnnotationValue<?, ?>>) - Constructor for class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationValue.ForComplexArray
-
Creates a new complex array.
- ForConstruction(TypeDescription) - Constructor for class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForConstruction
-
Creates a new constructor implementation.
- ForConstructor(MethodDescription) - Constructor for class net.bytebuddy.implementation.bytecode.constant.MethodConstant.ForConstructor
-
- forCreation(MethodRegistry.Compiled, TypeWriter.FieldPool, AuxiliaryType.NamingStrategy, ClassVisitorWrapper, TypeAttributeAppender, ClassFileVersion) - Static method in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default
-
Creates a type writer for creating a new type.
- ForCreation(TypeDescription, LoadedTypeInitializer, InstrumentedType.TypeInitializer, List<DynamicType>, ClassFileVersion, AuxiliaryType.NamingStrategy, ClassVisitorWrapper, TypeAttributeAppender, TypeWriter.FieldPool, TypeWriter.MethodPool, MethodList) - Constructor for class net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ForCreation
-
Creates a new type writer for creating a new type.
- forCurrentJavaVersion() - Static method in class net.bytebuddy.ClassFileVersion
-
Finds the highest class file version that is compatible to the current JVM version by parsing the java.version
property which is provided by
System.getProperty(String)
.
- ForDefaultConstructor(TypeDescription) - Constructor for class net.bytebuddy.implementation.ExceptionMethod.ConstructionDelegate.ForDefaultConstructor
-
Creates a new construction delegate that calls a default constructor.
- ForDefaultMethod(TypeDescription, Implementation.Target, boolean) - Constructor for class net.bytebuddy.implementation.auxiliary.TypeProxy.ForDefaultMethod
-
Creates a new proxy creation for a default interface type proxy.
- ForDelegatingClassLoader(ClassLoader) - Constructor for class net.bytebuddy.dynamic.ClassFileLocator.AgentBased.ClassLoadingDelegate.ForDelegatingClassLoader
-
Creates a class loading delegate for a delegating class loader.
- ForDoubleConstant(double) - Constructor for class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForDoubleConstant
-
Creates a new argument provider for a double
value.
- ForDoubleConstant(double) - Constructor for class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForDoubleConstant
-
Creates a new argument loader for a double
value.
- ForElementMatcherPair(ElementMatcher<? super TypeDescription>, ElementMatcher<? super ClassLoader>) - Constructor for class net.bytebuddy.agent.builder.AgentBuilder.RawMatcher.ForElementMatcherPair
-
- ForEnumeration(EnumerationDescription) - Constructor for class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationValue.ForEnumeration
-
Creates a new description of an annotation value for a given enumeration.
- forEnumeration(EnumerationDescription) - Static method in enum net.bytebuddy.implementation.bytecode.member.FieldAccess
-
Creates an accessor to read an enumeration value.
- ForEnumerationValue(EnumerationDescription) - Constructor for class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForEnumerationValue
-
Creates a new argument provider for an enumeration value.
- ForEnumerationValue(EnumerationDescription) - Constructor for class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForEnumerationValue
-
Creates a new argument loader for an enumeration constant.
- ForExistingField(String) - Constructor for class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForExistingField
-
Creates a new argument provider that loads the value of an existing field.
- ForExistingField(String) - Constructor for class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForExistingField
-
Creates a new argument loader for an existing field.
- ForExplicitMethod(MethodDescription) - Constructor for class net.bytebuddy.implementation.MethodCall.MethodLocator.ForExplicitMethod
-
Creates a new method locator for a given method.
- ForExplicitName(String) - Constructor for class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.NameProvider.ForExplicitName
-
Creates a new name provider for an explicit name.
- ForExplicitType(String, TypeDescription) - Constructor for class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.FieldLocator.LookupEngine.ForExplicitType
-
Creates a new lookup engine for a given type.
- ForExplicitType(TypeDescription) - Constructor for class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ReturnTypeProvider.ForExplicitType
-
Creates a new return type provider for an explicit return type.
- ForExplicitTypedMethodParameter(int, TypeDescription) - Constructor for class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForExplicitTypedMethodParameter
-
Creates an argument provider for an argument of the intercepted method.
- forField(FieldDescription) - Static method in enum net.bytebuddy.implementation.bytecode.member.FieldAccess
-
Creates a field access representation for a given field.
- ForFixedValue(String) - Constructor for class net.bytebuddy.NamingStrategy.SuffixingRandom.BaseNameResolver.ForFixedValue
-
Creates a new base name resolver for a fixed name.
- ForFloatConstant(float) - Constructor for class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForFloatConstant
-
Creates a new argument provider for a float
value.
- ForFloatConstant(float) - Constructor for class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForFloatConstant
-
Creates a new argument loader for a float
value.
- ForGivenType(TypeDescription, TypeDescription) - Constructor for class net.bytebuddy.implementation.FieldAccessor.FieldLocator.ForGivenType
-
Creates a new field locator for a given type.
- ForGivenType(TypeDescription) - Constructor for class net.bytebuddy.NamingStrategy.SuffixingRandom.BaseNameResolver.ForGivenType
-
Creates a new base name resolver that resolves a using the name of a given type.
- ForHierarchy(String) - Constructor for class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.FieldLocator.LookupEngine.ForHierarchy
-
Creates a new lookup engine that looks up a field name within the class hierarchy of the
instrumented type.
- ForImplementation(Implementation) - Constructor for class net.bytebuddy.dynamic.scaffold.MethodRegistry.Handler.ForImplementation
-
Creates a new handler for implementing a method with byte code.
- ForImplementation(ByteCodeAppender, MethodAttributeAppender) - Constructor for class net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry.ForImplementation
-
Creates a new entry for a method that defines a method as byte code.
- ForInlining(TypeDescription, LoadedTypeInitializer, InstrumentedType.TypeInitializer, List<DynamicType>, ClassFileVersion, AuxiliaryType.NamingStrategy, ClassVisitorWrapper, TypeAttributeAppender, TypeWriter.FieldPool, TypeWriter.MethodPool, MethodList, ClassFileLocator, TypeDescription, MethodRebaseResolver) - Constructor for class net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ForInlining
-
Creates a new type writer for inling a type into an existing type description.
- ForInstanceDelegation(String, boolean, Assigner) - Constructor for class net.bytebuddy.implementation.InvocationHandlerAdapter.ForInstanceDelegation
-
Creates a new invocation handler adapter for delegating invocations to an invocation handler that is stored
in an instance field.
- ForInstanceField(String, TypeDescription) - Constructor for class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForInstanceField
-
Creates a new argument provider that provides a value from an instance field.
- ForInstanceField(TypeDescription, String) - Constructor for class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForInstanceField
-
Creates a new argument loader for a value of an instance field.
- ForInstanceField(String, TypeDescription) - Constructor for class net.bytebuddy.implementation.MethodCall.TargetHandler.ForInstanceField
-
Creates a new target handler for storing a method invocation target in an
instance field.
- ForInstanceField(TypeDescription, String) - Constructor for class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForInstanceField
-
Creates a new instance field implementation delegate.
- ForInstrumentedTypeHierarchy(TypeDescription) - Constructor for class net.bytebuddy.implementation.FieldAccessor.FieldLocator.ForInstrumentedTypeHierarchy
-
Creates a field locator that follows the type hierarchy.
- ForIntegerConstant(int) - Constructor for class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForIntegerConstant
-
Creates a new argument provider for a int
value.
- ForIntegerConstant(int) - Constructor for class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForIntegerConstant
-
Creates a new argument loader for a int
value.
- ForJavaInstance(JavaInstance) - Constructor for class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForJavaInstance
-
Creates a new argument provider for the given Java instance.
- ForJavaInstance(JavaInstance) - Constructor for class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForJavaInstance
-
Creates a new argument loader for a Java instance.
- forKnownJavaVersion(int) - Static method in class net.bytebuddy.ClassFileVersion
-
Creates a class file version for a given major release of Java.
- ForLoadedAnnotation(S) - Constructor for class net.bytebuddy.description.annotation.AnnotationDescription.ForLoadedAnnotation
-
Creates a new annotation description for a loaded annotation.
- ForLoadedAnnotation(Annotation...) - Constructor for class net.bytebuddy.description.annotation.AnnotationList.ForLoadedAnnotation
-
Creates a new list of loaded annotations.
- ForLoadedConstructor(Constructor<?>) - Constructor for class net.bytebuddy.description.method.MethodDescription.ForLoadedConstructor
-
Creates a new immutable method description for a loaded constructor.
- ForLoadedConstructor(Constructor<?>) - Constructor for class net.bytebuddy.implementation.attribute.MethodAttributeAppender.ForLoadedConstructor
-
Creates a new attribute appender for a loaded constructor.
- ForLoadedConstructor(Constructor<?>) - Constructor for class net.bytebuddy.utility.JavaMethod.ForLoadedConstructor
-
Creates a new representation for a loaded constructor.
- ForLoadedEnumeration(Enum<?>) - Constructor for class net.bytebuddy.description.enumeration.EnumerationDescription.ForLoadedEnumeration
-
Creates a new enumeration value representation for a loaded enumeration.
- ForLoadedExecutable(Object[]) - Constructor for class net.bytebuddy.description.method.ParameterList.ForLoadedExecutable
-
Creates a list representing a method's or a constructor's parameters.
- ForLoadedField(Field) - Constructor for class net.bytebuddy.description.field.FieldDescription.ForLoadedField
-
Creates an immutable field description for a loaded field.
- ForLoadedField(Field...) - Constructor for class net.bytebuddy.description.field.FieldList.ForLoadedField
-
Creates a new immutable field list that represents an array of loaded field.
- ForLoadedField(Field) - Constructor for class net.bytebuddy.implementation.attribute.FieldAttributeAppender.ForLoadedField
-
Creates a new field attribute appender that appends all annotations that are found on a loaded field.
- ForLoadedMethod(Method) - Constructor for class net.bytebuddy.description.method.MethodDescription.ForLoadedMethod
-
Creates a new immutable method description for a loaded method.
- ForLoadedMethod(Method) - Constructor for class net.bytebuddy.implementation.attribute.MethodAttributeAppender.ForLoadedMethod
-
Creates a new attribute appender for a loaded method.
- ForLoadedMethod(Method) - Constructor for class net.bytebuddy.utility.JavaMethod.ForLoadedMethod
-
Creates a new representation for a loaded method.
- ForLoadedPackage(Package) - Constructor for class net.bytebuddy.description.type.PackageDescription.ForLoadedPackage
-
Creates a new loaded package representation.
- ForLoadedParameter(Object, int) - Constructor for class net.bytebuddy.description.method.ParameterDescription.ForLoadedParameter
-
Creates a representation of a loaded parameter.
- ForLoadedType(Class<?>) - Constructor for class net.bytebuddy.description.method.MethodList.ForLoadedType
-
Creates a new list for a loaded type.
- ForLoadedType(Constructor<?>[], Method[]) - Constructor for class net.bytebuddy.description.method.MethodList.ForLoadedType
-
Creates a method list that represents the given constructors and methods in their given order.
- ForLoadedType(Class<?>) - Constructor for class net.bytebuddy.description.type.TypeDescription.ForLoadedType
-
Creates a new immutable type description for a loaded type.
- ForLoadedType(Class<?>...) - Constructor for class net.bytebuddy.description.type.TypeList.ForLoadedType
-
Creates a new type list for an array of loaded types.
- ForLoadedType(List<Class<?>>) - Constructor for class net.bytebuddy.description.type.TypeList.ForLoadedType
-
Creates a new type list for an array of loaded types.
- ForLongConstant(long) - Constructor for class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForLongConstant
-
Creates a new argument provider for a long
value.
- ForLongConstant(long) - Constructor for class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForLongConstant
-
Creates a new argument loader for a long
value.
- forMethod(MethodDescription) - Static method in class net.bytebuddy.implementation.bytecode.constant.MethodConstant
-
Creates a stack manipulation that loads a method constant onto the operand stack.
- ForMethod(MethodDescription) - Constructor for class net.bytebuddy.implementation.bytecode.constant.MethodConstant.ForMethod
-
- ForMethodDescription(MethodDescription) - Constructor for class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.Target.ForMethodDescription
-
Creates a new target for substituting a given method.
- ForMethodParameter(int) - Constructor for class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForMethodParameter
-
Creates an argument provider for an argument of the intercepted method.
- ForMethodParameter(int) - Constructor for class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForMethodParameter
-
Creates an argument loader for a parameter of the instrumented method.
- ForNamedField(Assigner, boolean, String) - Constructor for class net.bytebuddy.implementation.FieldAccessor.ForNamedField
-
Creates a field accessor implementation for a field of a given name.
- ForNonResolvedField(Exception) - Constructor for class net.bytebuddy.dynamic.ClassFileLocator.AgentBased.ClassLoadingDelegate.ForDelegatingClassLoader.JavaField.ForNonResolvedField
-
Creates a representation of a non-resolved field.
- ForNullValue(TypeDescription) - Constructor for class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForNullValue
-
Creates a new argument provider for the null
value.
- ForPrepared() - Constructor for class net.bytebuddy.description.annotation.AnnotationDescription.AbstractAnnotationDescription.ForPrepared
-
- forPrimitive(TypeDescription) - Static method in enum net.bytebuddy.implementation.bind.ArgumentTypeResolver.PrimitiveTypePrecedence
-
Locates the primitive type precedence for a given type.
- forPrimitive(TypeDescription) - Static method in enum net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveBoxingDelegate
-
Locates a boxing delegate for a given primitive type.
- forPrimitive(TypeDescription) - Static method in enum net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveUnboxingDelegate
-
Locates a primitive unboxing delegate for a given primitive type.
- forPrimitive(TypeDescription) - Static method in enum net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveWideningDelegate
-
Locates the delegate that is capable of widening the given type into another type.
- ForRebasedConstructor(MethodDescription, TypeDescription) - Constructor for class net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.Resolution.ForRebasedConstructor
-
- ForRebasedMethod(MethodDescription, MethodRebaseResolver.MethodNameTransformer) - Constructor for class net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.Resolution.ForRebasedMethod
-
- forRebasing(MethodRegistry.Compiled, TypeWriter.FieldPool, AuxiliaryType.NamingStrategy, ClassVisitorWrapper, TypeAttributeAppender, ClassFileVersion, ClassFileLocator, TypeDescription, MethodRebaseResolver) - Static method in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default
-
Creates a type writer for creating a new type.
- forRedefinition(MethodRegistry.Compiled, TypeWriter.FieldPool, AuxiliaryType.NamingStrategy, ClassVisitorWrapper, TypeAttributeAppender, ClassFileVersion, ClassFileLocator, TypeDescription) - Static method in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default
-
Creates a type writer for creating a new type.
- forReferenceType(TypeDescription) - Static method in enum net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveUnboxingDelegate
-
Creates an unboxing responsible that is capable of unboxing a wrapper type.
- ForReferenceType(TypeDescription) - Constructor for class net.bytebuddy.implementation.bytecode.collection.ArrayFactory.ArrayCreator.ForReferenceType
-
Creates a new array creator for a reference type.
- ForReferenceType(TypeDescription) - Constructor for class net.bytebuddy.implementation.bytecode.constant.ClassConstant.ForReferenceType
-
Creates a stack manipulation that represents loading a class constant onto the stack.
- ForResolvedField(Field) - Constructor for class net.bytebuddy.dynamic.ClassFileLocator.AgentBased.ClassLoadingDelegate.ForDelegatingClassLoader.JavaField.ForResolvedField
-
Creates a new resolved field.
- ForShortConstant(short) - Constructor for class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForShortConstant
-
Creates a new argument provider for a short
value.
- ForShortConstant(short) - Constructor for class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForShortConstant
-
Creates a new argument loader for a short
value.
- ForStaticDelegation(String, boolean, Assigner, InvocationHandler) - Constructor for class net.bytebuddy.implementation.InvocationHandlerAdapter.ForStaticDelegation
-
Creates a new invocation handler adapter for delegating invocations to an invocation handler that is stored
in a static field.
- ForStaticField(Object, Assigner, boolean) - Constructor for class net.bytebuddy.implementation.FixedValue.ForStaticField
-
Creates a new static field fixed value implementation with a random name for the field containing the fixed
value.
- ForStaticField(String, Object, Assigner, boolean) - Constructor for class net.bytebuddy.implementation.FixedValue.ForStaticField
-
Creates a new static field fixed value implementation.
- ForStaticField(Object, TypeDescription) - Constructor for class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForStaticField
-
Creates a new argument provider that stores the given value in a static field.
- ForStaticField(String, T, boolean) - Constructor for class net.bytebuddy.implementation.LoadedTypeInitializer.ForStaticField
-
- ForStaticField(Object) - Constructor for class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForStaticField
-
Creates a new argument loader that stores the value in a field.
- ForStaticField(Object) - Constructor for class net.bytebuddy.implementation.MethodCall.TargetHandler.ForStaticField
-
Creates a new target handler for a static field.
- ForStaticField(Object) - Constructor for class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForStaticField
-
Creates a new implementation for delegating to an instance that is stored in a static
field.
- ForStaticField(Object, String) - Constructor for class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForStaticField
-
Creates a new implementation for delegating to an instance that is stored in a static
field.
- ForStaticInstance(Object) - Constructor for class net.bytebuddy.implementation.Forwarding.PreparationHandler.ForStaticInstance
-
Creates a new preparation handler for an explicit instance.
- ForStringConstant(String) - Constructor for class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForStringConstant
-
Creates a new argument provider for a
String
value.
- ForStringConstructor(TypeDescription, String) - Constructor for class net.bytebuddy.implementation.ExceptionMethod.ConstructionDelegate.ForStringConstructor
-
Creates a new construction delegate that calls a constructor by handing it the given string.
- ForSuperMethodByConstructor(TypeDescription, Implementation.Target, List<TypeDescription>, boolean, boolean) - Constructor for class net.bytebuddy.implementation.auxiliary.TypeProxy.ForSuperMethodByConstructor
-
Creates a new stack operation for creating a type proxy by calling one of its constructors.
- ForSuperMethodByReflectionFactory(TypeDescription, Implementation.Target, boolean, boolean) - Constructor for class net.bytebuddy.implementation.auxiliary.TypeProxy.ForSuperMethodByReflectionFactory
-
Creates a new stack operation for reflectively creating a type proxy for the given arguments.
- ForTextConstant(String) - Constructor for class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForTextConstant
-
Creates a new argument loader for a
String
value.
- ForThisInstance(TypeDescription) - Constructor for class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForThisInstance
-
Creates a new argument provider for the instance of the instrumented type.
- ForType(TypeDescription) - Constructor for class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationValue.ForType
-
Creates a new annotation value that represents a type.
- forType(Class<? extends Annotation>) - Static method in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
Creates a builder for creating an annotation of the given type.
- forType(TypeDescription) - Static method in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
Creates a builder for creating an annotation of the given type.
- ForType(Class<?>) - Constructor for class net.bytebuddy.implementation.attribute.TypeAttributeAppender.ForType
-
Creates a new attribute appender that writes all annotations declared for the given loaded type.
- ForType(TypeDescription) - Constructor for class net.bytebuddy.implementation.attribute.TypeAttributeAppender.ForType
-
Creates a new attribute appender that writes all annotations declared for the given type description.
- forType(TypeDescription) - Static method in class net.bytebuddy.implementation.bytecode.collection.ArrayFactory
-
Creates a new array factory for a given component type.
- forType(TypeDescription) - Static method in enum net.bytebuddy.implementation.bytecode.member.MethodVariableAccess
-
Locates the correct accessor for a variable of a given type.
- forType(TypeDescription) - Static method in class net.bytebuddy.implementation.bytecode.TypeCreation
-
Creates a type creation for the given type.
- ForUnnamedField(Assigner, boolean, FieldAccessor.FieldNameExtractor) - Constructor for class net.bytebuddy.implementation.FieldAccessor.ForUnnamedField
-
Creates a new field accessor implementation.
- ForUnnamedField(Assigner, boolean, FieldAccessor.FieldNameExtractor, FieldAccessor.FieldLocator.Factory) - Constructor for class net.bytebuddy.implementation.FieldAccessor.ForUnnamedField
-
Creates a new field accessor implementation.
- forValue(double) - Static method in enum net.bytebuddy.implementation.bytecode.constant.DoubleConstant
-
Creates a stack manipulation for loading a double
value onto the operand stack.
- forValue(float) - Static method in enum net.bytebuddy.implementation.bytecode.constant.FloatConstant
-
Creates a stack manipulation for loading a float
value onto the operand stack.
- forValue(boolean) - Static method in enum net.bytebuddy.implementation.bytecode.constant.IntegerConstant
-
Creates a stack manipulation for loading a boolean value onto the stack.
- forValue(int) - Static method in enum net.bytebuddy.implementation.bytecode.constant.IntegerConstant
-
Creates a stack manipulation for loading an int
value onto the stack.
- forValue(long) - Static method in enum net.bytebuddy.implementation.bytecode.constant.LongConstant
-
Creates a stack manipulation for loading a long
value onto the operand stack.
- Forwarding - Class in net.bytebuddy.implementation
-
This implementation forwards method invocations to another instance.
- Forwarding(String, TypeDescription, Forwarding.PreparationHandler) - Constructor for class net.bytebuddy.implementation.Forwarding
-
Creates a new forwarding implementation.
- Forwarding.Appender - Class in net.bytebuddy.implementation
-
An appender for implementing a
Forwarding
operation.
- Forwarding.PreparationHandler - Interface in net.bytebuddy.implementation
-
A handler for preparing a
Forwarding
implementation.
- Forwarding.PreparationHandler.ForInstanceField - Enum in net.bytebuddy.implementation
-
A preparation handler for an unset instance that is stored in an instance field.
- Forwarding.PreparationHandler.ForStaticField - Enum in net.bytebuddy.implementation
-
A preparation handler for an unset instance that is stored in a static
field.
- Forwarding.PreparationHandler.ForStaticInstance - Class in net.bytebuddy.implementation
-
A preparation handler for an explicit instance that is stored in a static
field.
- fromInstalledAgent(ClassLoader) - Static method in class net.bytebuddy.dynamic.ClassFileLocator.AgentBased
-
Returns an agent-based class file locator for the given class loader and an already installed
Byte Buddy-agent.
- fromInstalledAgent() - Static method in class net.bytebuddy.dynamic.loading.ClassReloadingStrategy
-
- GENERAL_MODIFIER_MASK - Static variable in class net.bytebuddy.utility.ByteBuddyCommons
-
A mask for modifiers that are represented by types and members.
- get(int) - Method in class net.bytebuddy.description.annotation.AnnotationList.Explicit
-
- get(int) - Method in class net.bytebuddy.description.annotation.AnnotationList.ForLoadedAnnotation
-
- get(int) - Method in class net.bytebuddy.description.field.FieldList.Explicit
-
- get(int) - Method in class net.bytebuddy.description.field.FieldList.ForLoadedField
-
- get(int) - Method in class net.bytebuddy.description.method.MethodList.Explicit
-
- get(int) - Method in class net.bytebuddy.description.method.MethodList.ForLoadedType
-
- get(int) - Method in class net.bytebuddy.description.method.ParameterList.Explicit
-
- get(int) - Method in class net.bytebuddy.description.method.ParameterList.ForLoadedExecutable
-
- get(int) - Method in class net.bytebuddy.description.method.ParameterList.ForLoadedExecutable.OfLegacyVmConstructor
-
- get(int) - Method in class net.bytebuddy.description.method.ParameterList.ForLoadedExecutable.OfLegacyVmMethod
-
- get(int) - Method in class net.bytebuddy.description.type.TypeList.Explicit
-
- get(int) - Method in class net.bytebuddy.description.type.TypeList.ForLoadedType
-
- get(int) - Method in class net.bytebuddy.matcher.FilterableList.Empty
-
- get(int) - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription.LazyTypeList
-
- GET_DECLARED_CONSTRUCTOR_METHOD_DESCRIPTOR - Static variable in class net.bytebuddy.implementation.auxiliary.TypeProxy.SilentConstruction.Appender
-
- GET_DECLARED_CONSTRUCTOR_METHOD_NAME - Static variable in class net.bytebuddy.implementation.auxiliary.TypeProxy.SilentConstruction.Appender
-
- GET_REFLECTION_FACTORY_METHOD_DESCRIPTOR - Static variable in class net.bytebuddy.implementation.auxiliary.TypeProxy.SilentConstruction.Appender
-
The descriptor of the factory method for getting hold of an instance of the reflection factory class.
- GET_REFLECTION_FACTORY_METHOD_NAME - Static variable in class net.bytebuddy.implementation.auxiliary.TypeProxy.SilentConstruction.Appender
-
The name of the factory method for getting hold of an instance of the reflection factory class.
- GET_TYPE - Static variable in class net.bytebuddy.description.method.ParameterDescription.ForLoadedParameter
-
Java method representation for the java.lang.reflect.Parameter
's getType
method.
- getActualModifiers(boolean) - Method in class net.bytebuddy.description.type.TypeDescription.AbstractTypeDescription
-
- getActualModifiers(boolean) - Method in interface net.bytebuddy.description.type.TypeDescription
-
Returns the type's actual modifiers as present in the class file.
- getAdditionalArguments() - Method in class net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.Resolution.ForRebasedConstructor
-
- getAdditionalArguments() - Method in class net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.Resolution.ForRebasedMethod
-
- getAdditionalArguments() - Method in interface net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.Resolution
-
A rebased method might require additional arguments in order to create a distinct signature.
- getAdditionalArguments() - Method in class net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.Resolution.Preserved
-
- getAdjustedModifiers(boolean) - Method in class net.bytebuddy.description.method.MethodDescription.AbstractMethodDescription
-
- getAdjustedModifiers(boolean) - Method in interface net.bytebuddy.description.method.MethodDescription
-
Returns this method modifier but adjusts its state of being abstract.
- getAllTypes() - Method in class net.bytebuddy.dynamic.DynamicType.Default
-
- getAllTypes() - Method in interface net.bytebuddy.dynamic.DynamicType
-
Returns all types that are implied by this dynamic type.
- getAmbiguityResolver() - Method in class net.bytebuddy.implementation.bind.MethodDelegationBinder.Processor
-
- getAnnotationTokens() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription.FieldToken
-
Returns a list of annotation tokens of the represented field.
- getAnnotationTokens() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription.MethodToken
-
Returns a list of annotation tokens declared by the represented method.
- getAnnotationType() - Method in class net.bytebuddy.description.annotation.AnnotationDescription.ForLoadedAnnotation
-
- getAnnotationType() - Method in interface net.bytebuddy.description.annotation.AnnotationDescription
-
Returns a description of the annotation type of this annotation.
- getAnnotationType() - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Latent
-
- getAnnotationType() - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Latent.Loadable
-
- getAppenderFactory() - Method in class net.bytebuddy.dynamic.scaffold.MethodRegistry.Default.Entry
-
Returns the attribute appender factory of this entry.
- getAttributeAppenderFactory() - Method in class net.bytebuddy.dynamic.scaffold.FieldRegistry.Default.Entry
-
Returns the field attribute appender factory.
- getAuxiliaryTypeNamingStrategy() - Method in class net.bytebuddy.ByteBuddy
-
Returns the used naming strategy for auxiliary types.
- getAuxiliaryTypeNamingStrategy() - Method in class net.bytebuddy.ByteBuddy.Proxy
-
- getAuxiliaryTypes() - Method in enum net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.Disabled
-
- getAuxiliaryTypes() - Method in class net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.Enabled
-
- getAuxiliaryTypes() - Method in interface net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver
-
Returns a (potentially empty) list of auxiliary types that are required by this method rebase resolver.
- getAuxiliaryTypes() - Method in class net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.MethodsOnly
-
- getBinaryRepresentation() - Method in class net.bytebuddy.dynamic.ClassFileLocator.AgentBased.ExtractionClassFileTransformer
-
Returns the binary representation of the class file that was looked up.
- getBridgeMethodResolverFactory() - Method in class net.bytebuddy.ByteBuddy
-
Returns the factory for the bridge method resolver for the current configuration.
- getBridgeMethodResolverFactory() - Method in class net.bytebuddy.ByteBuddy.Proxy
-
- getByteCodeAppender() - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ForInlining.RedefinitionClassVisitor.TypeInitializerInjection
-
- getByteCodeAppender() - Method in interface net.bytebuddy.implementation.Implementation.Context.ExtractableView.InjectedCode
-
Returns a byte code appender for appending the injected code.
- getByteCodeAppender() - Method in enum net.bytebuddy.implementation.Implementation.Context.ExtractableView.InjectedCode.None
-
- getBytes() - Method in class net.bytebuddy.dynamic.DynamicType.Default
-
- getBytes() - Method in interface net.bytebuddy.dynamic.DynamicType
-
Returns a byte array representing this dynamic type.
- getCanonicalName() - Method in class net.bytebuddy.description.type.TypeDescription.ArrayProjection
-
- getCanonicalName() - Method in class net.bytebuddy.description.type.TypeDescription.ForLoadedType
-
- getCanonicalName() - Method in interface net.bytebuddy.description.type.TypeDescription
-
Returns the canonical internalName of this type.
- getCanonicalName() - Method in class net.bytebuddy.description.type.TypeDescription.Latent
-
- getCanonicalName() - Method in class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase
-
- getCanonicalName() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription
-
- getClassFileLocator() - Method in class net.bytebuddy.agent.builder.AgentBuilder.BinaryLocator.Default.Initialized
-
- getClassFileLocator() - Method in interface net.bytebuddy.agent.builder.AgentBuilder.BinaryLocator.Initialized
-
Returns the class file locator to be used of an
AgentBuilder
.
- getClassFileVersion() - Method in class net.bytebuddy.ByteBuddy
-
Returns the class file version that is defined for the current configuration.
- getClassFileVersion() - Method in class net.bytebuddy.ByteBuddy.Proxy
-
- getClassFileVersion() - Method in class net.bytebuddy.NamingStrategy.UnnamedType.Default
-
- getClassFileVersion() - Method in interface net.bytebuddy.NamingStrategy.UnnamedType
-
Returns the class file version of this unnamed type.
- getClassLoader() - Method in class net.bytebuddy.dynamic.ClassFileLocator.AgentBased.ClassLoadingDelegate.Default
-
- getClassLoader() - Method in class net.bytebuddy.dynamic.ClassFileLocator.AgentBased.ClassLoadingDelegate.Explicit
-
- getClassLoader() - Method in interface net.bytebuddy.dynamic.ClassFileLocator.AgentBased.ClassLoadingDelegate
-
Returns the underlying class loader.
- getClassVisitorWrapperChain() - Method in class net.bytebuddy.ByteBuddy
-
Returns the class visitor wrapper chain for the current configuration.
- getClassVisitorWrapperChain() - Method in class net.bytebuddy.ByteBuddy.Proxy
-
- getComponentType() - Method in class net.bytebuddy.description.type.TypeDescription.AbstractTypeDescription.OfSimpleType
-
- getComponentType() - Method in class net.bytebuddy.description.type.TypeDescription.ArrayProjection
-
- getComponentType() - Method in class net.bytebuddy.description.type.TypeDescription.ForLoadedType
-
- getComponentType() - Method in interface net.bytebuddy.description.type.TypeDescription
-
Returns the component type of this type.
- getComponentType() - Method in class net.bytebuddy.implementation.bytecode.collection.ArrayFactory
-
- getComponentType() - Method in interface net.bytebuddy.implementation.bytecode.collection.CollectionFactory
-
The component type of this factory.
- getDeclaredAnnotations() - Method in interface net.bytebuddy.description.annotation.AnnotatedCodeElement
-
Returns a list of annotations that are declared by this instance.
- getDeclaredAnnotations() - Method in class net.bytebuddy.description.field.FieldDescription.ForLoadedField
-
- getDeclaredAnnotations() - Method in class net.bytebuddy.description.field.FieldDescription.Latent
-
- getDeclaredAnnotations() - Method in class net.bytebuddy.description.method.MethodDescription.ForLoadedConstructor
-
- getDeclaredAnnotations() - Method in class net.bytebuddy.description.method.MethodDescription.ForLoadedMethod
-
- getDeclaredAnnotations() - Method in class net.bytebuddy.description.method.MethodDescription.Latent
-
- getDeclaredAnnotations() - Method in class net.bytebuddy.description.method.ParameterDescription.ForLoadedParameter
-
- getDeclaredAnnotations() - Method in class net.bytebuddy.description.method.ParameterDescription.ForLoadedParameter.OfLegacyVmConstructor
-
- getDeclaredAnnotations() - Method in class net.bytebuddy.description.method.ParameterDescription.ForLoadedParameter.OfLegacyVmMethod
-
- getDeclaredAnnotations() - Method in class net.bytebuddy.description.method.ParameterDescription.Latent
-
- getDeclaredAnnotations() - Method in class net.bytebuddy.description.type.PackageDescription.ForLoadedPackage
-
- getDeclaredAnnotations() - Method in class net.bytebuddy.description.type.PackageDescription.Simple
-
- getDeclaredAnnotations() - Method in class net.bytebuddy.description.type.TypeDescription.ArrayProjection
-
- getDeclaredAnnotations() - Method in class net.bytebuddy.description.type.TypeDescription.ForLoadedType
-
- getDeclaredAnnotations() - Method in class net.bytebuddy.description.type.TypeDescription.Latent
-
- getDeclaredAnnotations() - Method in class net.bytebuddy.dynamic.scaffold.inline.InlineInstrumentedType
-
- getDeclaredAnnotations() - Method in class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase.FieldToken
-
- getDeclaredAnnotations() - Method in class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase.MethodToken
-
- getDeclaredAnnotations() - Method in class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase.MethodToken.ParameterToken
-
- getDeclaredAnnotations() - Method in class net.bytebuddy.dynamic.scaffold.MethodLookupEngine.ConflictingInterfaceMethod
-
- getDeclaredAnnotations() - Method in class net.bytebuddy.dynamic.scaffold.MethodLookupEngine.OverriddenClassMethod
-
- getDeclaredAnnotations() - Method in class net.bytebuddy.dynamic.scaffold.subclass.SubclassInstrumentedType
-
- getDeclaredAnnotations() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription
-
- getDeclaredFields() - Method in class net.bytebuddy.description.type.TypeDescription.ArrayProjection
-
- getDeclaredFields() - Method in class net.bytebuddy.description.type.TypeDescription.ForLoadedType
-
- getDeclaredFields() - Method in interface net.bytebuddy.description.type.TypeDescription
-
Returns a list of fields that are declared by this type.
- getDeclaredFields() - Method in class net.bytebuddy.description.type.TypeDescription.Latent
-
- getDeclaredFields() - Method in class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase
-
- getDeclaredFields() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription
-
- getDeclaredInterfaces() - Method in class net.bytebuddy.NamingStrategy.UnnamedType.Default
-
- getDeclaredInterfaces() - Method in interface net.bytebuddy.NamingStrategy.UnnamedType
-
Returns a collection of descriptions of this unnamed type's directly implemented interfaces.
- getDeclaredMethods() - Method in class net.bytebuddy.description.type.TypeDescription.ArrayProjection
-
- getDeclaredMethods() - Method in class net.bytebuddy.description.type.TypeDescription.ForLoadedType
-
- getDeclaredMethods() - Method in interface net.bytebuddy.description.type.TypeDescription
-
Returns a list of methods that are declared by this type.
- getDeclaredMethods() - Method in class net.bytebuddy.description.type.TypeDescription.Latent
-
- getDeclaredMethods() - Method in class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase
-
- getDeclaredMethods() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription
-
- getDeclaringMethod() - Method in class net.bytebuddy.description.method.ParameterDescription.ForLoadedParameter
-
- getDeclaringMethod() - Method in class net.bytebuddy.description.method.ParameterDescription.ForLoadedParameter.OfLegacyVmConstructor
-
- getDeclaringMethod() - Method in class net.bytebuddy.description.method.ParameterDescription.ForLoadedParameter.OfLegacyVmMethod
-
- getDeclaringMethod() - Method in interface net.bytebuddy.description.method.ParameterDescription
-
Returns the method that declares this parameter.
- getDeclaringMethod() - Method in class net.bytebuddy.description.method.ParameterDescription.Latent
-
- getDeclaringMethod() - Method in class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase.MethodToken.ParameterToken
-
- getDeclaringType() - Method in class net.bytebuddy.description.field.FieldDescription.ForLoadedField
-
- getDeclaringType() - Method in class net.bytebuddy.description.field.FieldDescription.Latent
-
- getDeclaringType() - Method in class net.bytebuddy.description.method.MethodDescription.ForLoadedConstructor
-
- getDeclaringType() - Method in class net.bytebuddy.description.method.MethodDescription.ForLoadedMethod
-
- getDeclaringType() - Method in class net.bytebuddy.description.method.MethodDescription.Latent
-
- getDeclaringType() - Method in interface net.bytebuddy.description.type.DeclaredInType
-
Returns the declaring type of this instance.
- getDeclaringType() - Method in class net.bytebuddy.description.type.TypeDescription.ArrayProjection
-
- getDeclaringType() - Method in class net.bytebuddy.description.type.TypeDescription.ForLoadedType
-
- getDeclaringType() - Method in class net.bytebuddy.description.type.TypeDescription.Latent
-
- getDeclaringType() - Method in class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase.FieldToken
-
- getDeclaringType() - Method in class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase
-
- getDeclaringType() - Method in class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase.MethodToken
-
- getDeclaringType() - Method in class net.bytebuddy.dynamic.scaffold.MethodLookupEngine.ConflictingInterfaceMethod
-
- getDeclaringType() - Method in class net.bytebuddy.dynamic.scaffold.MethodLookupEngine.OverriddenClassMethod
-
- getDeclaringType() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription
-
- getDefaultFieldAttributeAppenderFactory() - Method in class net.bytebuddy.ByteBuddy
-
Returns the default field attribute appender factory which is applied to any field that is defined
for implementations that are applied by this configuration.
- getDefaultFieldAttributeAppenderFactory() - Method in class net.bytebuddy.ByteBuddy.Proxy
-
- getDefaultMethodAttributeAppenderFactory() - Method in class net.bytebuddy.ByteBuddy
-
Returns the default method attribute appender factory which is applied to any method that is defined
or intercepted for implementations that are applied by this configuration.
- getDefaultMethodAttributeAppenderFactory() - Method in class net.bytebuddy.ByteBuddy.Proxy
-
- getDefaultValue(Class<T>) - Method in class net.bytebuddy.description.method.MethodDescription.AbstractMethodDescription
-
- getDefaultValue() - Method in class net.bytebuddy.description.method.MethodDescription.ForLoadedConstructor
-
- getDefaultValue() - Method in class net.bytebuddy.description.method.MethodDescription.ForLoadedMethod
-
- getDefaultValue() - Method in interface net.bytebuddy.description.method.MethodDescription
-
Returns the default value of this method or null
if no such value exists.
- getDefaultValue(Class<T>) - Method in interface net.bytebuddy.description.method.MethodDescription
-
Returns the default value but casts it to the given type.
- getDefaultValue() - Method in class net.bytebuddy.description.method.MethodDescription.Latent
-
- getDefaultValue() - Method in class net.bytebuddy.dynamic.scaffold.FieldRegistry.Default.Entry
-
Returns the default value.
- getDefaultValue() - Method in class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase.MethodToken
-
- getDefaultValue() - Method in class net.bytebuddy.dynamic.scaffold.MethodLookupEngine.ConflictingInterfaceMethod
-
- getDefaultValue() - Method in class net.bytebuddy.dynamic.scaffold.MethodLookupEngine.OverriddenClassMethod
-
- getDefaultValue() - Method in interface net.bytebuddy.dynamic.scaffold.TypeWriter.FieldPool.Entry
-
Returns the default value for the field that is represented by this entry.
- getDefaultValue() - Method in enum net.bytebuddy.dynamic.scaffold.TypeWriter.FieldPool.Entry.NoOp
-
- getDefaultValue() - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.FieldPool.Entry.Simple
-
- getDefaultValue() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription.MethodToken
-
Returns the default value of the represented method or null
if no such values exists.
- getDefinedField() - Method in class net.bytebuddy.implementation.bytecode.member.FieldAccess.AccessDispatcher
-
- getDefinedField() - Method in interface net.bytebuddy.implementation.bytecode.member.FieldAccess.Defined
-
Returns the field for which this field access is defined for.
- getDescription() - Method in enum net.bytebuddy.matcher.MethodSortMatcher.Sort
-
Returns a textual representation of this instance's method sort.
- getDescription() - Method in enum net.bytebuddy.matcher.ModifierMatcher.Mode
-
Returns the textual description of this mode.
- getDescription() - Method in enum net.bytebuddy.matcher.StringMatcher.Mode
-
Returns the description of this match mode.
- getDescriptor() - Method in interface net.bytebuddy.description.ByteCodeElement
-
Returns the descriptor of this byte code element.
- getDescriptor() - Method in class net.bytebuddy.description.field.FieldDescription.AbstractFieldDescription
-
- getDescriptor() - Method in class net.bytebuddy.description.method.MethodDescription.AbstractMethodDescription
-
- getDescriptor() - Method in class net.bytebuddy.description.method.MethodDescription.ForLoadedConstructor
-
- getDescriptor() - Method in class net.bytebuddy.description.method.MethodDescription.ForLoadedMethod
-
- getDescriptor() - Method in class net.bytebuddy.description.type.TypeDescription.AbstractTypeDescription.OfSimpleType
-
- getDescriptor() - Method in class net.bytebuddy.description.type.TypeDescription.ArrayProjection
-
- getDescriptor() - Method in class net.bytebuddy.description.type.TypeDescription.ForLoadedType
-
- getDescriptor() - Method in class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase.FieldToken
-
- getDescriptor() - Method in class net.bytebuddy.implementation.bytecode.constant.MethodConstant.ForConstructor
-
- getDescriptor() - Method in class net.bytebuddy.implementation.bytecode.constant.MethodConstant.ForMethod
-
- getDescriptor() - Method in class net.bytebuddy.implementation.bytecode.constant.MethodConstant
-
Returns the descriptor of the
Class
method for creating this method constant.
- getDescriptor() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription.AnnotationToken
-
Returns the descriptor of the represented annotation.
- getDescriptor() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription.FieldToken
-
Returns the descriptor of the represented field.
- getDescriptor() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription.MethodToken
-
Returns the descriptor of the represented method.
- getEnclosingMethod() - Method in class net.bytebuddy.description.type.TypeDescription.ArrayProjection
-
- getEnclosingMethod() - Method in class net.bytebuddy.description.type.TypeDescription.ForLoadedType
-
- getEnclosingMethod() - Method in interface net.bytebuddy.description.type.TypeDescription
-
Returns a description of the enclosing method of this type.
- getEnclosingMethod() - Method in class net.bytebuddy.description.type.TypeDescription.Latent
-
- getEnclosingMethod() - Method in class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase
-
- getEnclosingMethod(TypePool) - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription.DeclarationContext.DeclaredInMethod
-
- getEnclosingMethod(TypePool) - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription.DeclarationContext.DeclaredInType
-
- getEnclosingMethod(TypePool) - Method in interface net.bytebuddy.pool.TypePool.LazyTypeDescription.DeclarationContext
-
Returns the enclosing method or null
if no such method exists.
- getEnclosingMethod(TypePool) - Method in enum net.bytebuddy.pool.TypePool.LazyTypeDescription.DeclarationContext.SelfDeclared
-
- getEnclosingMethod() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription
-
- getEnclosingType() - Method in class net.bytebuddy.description.type.TypeDescription.ArrayProjection
-
- getEnclosingType() - Method in class net.bytebuddy.description.type.TypeDescription.ForLoadedType
-
- getEnclosingType() - Method in interface net.bytebuddy.description.type.TypeDescription
-
Returns a description of the enclosing type of this type.
- getEnclosingType() - Method in class net.bytebuddy.description.type.TypeDescription.Latent
-
- getEnclosingType() - Method in class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase
-
- getEnclosingType(TypePool) - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription.DeclarationContext.DeclaredInMethod
-
- getEnclosingType(TypePool) - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription.DeclarationContext.DeclaredInType
-
- getEnclosingType(TypePool) - Method in interface net.bytebuddy.pool.TypePool.LazyTypeDescription.DeclarationContext
-
Returns the enclosing type or null
if no such type exists.
- getEnclosingType(TypePool) - Method in enum net.bytebuddy.pool.TypePool.LazyTypeDescription.DeclarationContext.SelfDeclared
-
- getEnclosingType() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription
-
- getEnumerationState() - Method in class net.bytebuddy.NamingStrategy.UnnamedType.Default
-
- getEnumerationState() - Method in interface net.bytebuddy.NamingStrategy.UnnamedType
-
Returns the enumeration state of this unnamed type.
- getEnumerationType() - Method in class net.bytebuddy.description.enumeration.EnumerationDescription.ForLoadedEnumeration
-
- getEnumerationType() - Method in interface net.bytebuddy.description.enumeration.EnumerationDescription
-
Returns the type of this enumeration.
- getEnumerationType() - Method in class net.bytebuddy.description.enumeration.EnumerationDescription.Latent
-
- getEnumerationType() - Method in class net.bytebuddy.pool.TypePool.AbstractBase.RawEnumerationValue.LazyEnumerationDescription
-
- getExceptionName() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription.MethodToken
-
Returns the internal names of the exception type declared of the represented method.
- getExceptionTypes() - Method in class net.bytebuddy.description.method.MethodDescription.ForLoadedConstructor
-
- getExceptionTypes() - Method in class net.bytebuddy.description.method.MethodDescription.ForLoadedMethod
-
- getExceptionTypes() - Method in interface net.bytebuddy.description.method.MethodDescription
-
Returns a description of the exception types of the method described by this instance.
- getExceptionTypes() - Method in class net.bytebuddy.description.method.MethodDescription.Latent
-
- getExceptionTypes() - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.MethodToken
-
Returns a list of exception types of this method token.
- getExceptionTypes() - Method in class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase.MethodToken
-
- getExceptionTypes() - Method in class net.bytebuddy.dynamic.scaffold.MethodLookupEngine.ConflictingInterfaceMethod
-
- getExceptionTypes() - Method in class net.bytebuddy.dynamic.scaffold.MethodLookupEngine.OverriddenClassMethod
-
- getFieldAppender() - Method in interface net.bytebuddy.dynamic.scaffold.TypeWriter.FieldPool.Entry
-
Returns the field attribute appender for a given field.
- getFieldAppender() - Method in enum net.bytebuddy.dynamic.scaffold.TypeWriter.FieldPool.Entry.NoOp
-
- getFieldAppender() - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.FieldPool.Entry.Simple
-
- getFieldDescription() - Method in class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.FieldLocator.Resolution
-
Returns a description of the located field.
- getFieldDescription() - Method in class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.FieldLocator.Resolution.Resolved
-
- getFieldDescription() - Method in class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.FieldLocator.Resolution.Unresolved
-
- getFieldName() - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.FieldToken
-
- getFieldName() - Method in interface net.bytebuddy.dynamic.scaffold.FieldRegistry.LatentFieldMatcher
-
Returns the name of the matched field.
- getFieldName(MethodDescription) - Method in class net.bytebuddy.implementation.FieldAccessor.ForNamedField
-
- getFieldName(MethodDescription) - Method in class net.bytebuddy.implementation.FieldAccessor.ForUnnamedField
-
- getFieldName(MethodDescription) - Method in class net.bytebuddy.implementation.FieldAccessor
-
Locates a field's name.
- getFieldType() - Method in class net.bytebuddy.description.field.FieldDescription.ForLoadedField
-
- getFieldType() - Method in interface net.bytebuddy.description.field.FieldDescription
-
Returns a description of the type of this field.
- getFieldType() - Method in class net.bytebuddy.description.field.FieldDescription.Latent
-
- getFieldType() - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.FieldToken
-
Returns the type of this field token.
- getFieldType() - Method in class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase.FieldToken
-
- getFieldType() - Method in class net.bytebuddy.implementation.Implementation.Context.Default.FieldCacheEntry
-
Returns the field type that is represented by this field cache entry.
- getFindLoadedClassMethod() - Method in class net.bytebuddy.dynamic.loading.ClassInjector.UsingReflection.ReflectionStore.Faulty
-
- getFindLoadedClassMethod() - Method in interface net.bytebuddy.dynamic.loading.ClassInjector.UsingReflection.ReflectionStore
-
Returns the method for finding a class on a class loader.
- getFindLoadedClassMethod() - Method in class net.bytebuddy.dynamic.loading.ClassInjector.UsingReflection.ReflectionStore.Resolved
-
- getGenericSignature() - Method in interface net.bytebuddy.description.ByteCodeElement
-
Returns the generic signature of this byte code element.
- getGenericSignature() - Method in class net.bytebuddy.description.field.FieldDescription.AbstractFieldDescription
-
- getGenericSignature() - Method in class net.bytebuddy.description.method.MethodDescription.AbstractMethodDescription
-
- getGenericSignature() - Method in class net.bytebuddy.description.type.TypeDescription.AbstractTypeDescription
-
- getGenericSignature() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription.FieldToken
-
Returns the generic signature of the field or null
if it is not generic.
- getGenericSignature() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription
-
- getGenericSignature() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription.MethodToken
-
Returns the generic signature of the method or null
if it is not generic.
- getHandledType() - Method in enum net.bytebuddy.implementation.bind.annotation.AllArguments.Binder
-
- getHandledType() - Method in enum net.bytebuddy.implementation.bind.annotation.Argument.Binder
-
- getHandledType() - Method in enum net.bytebuddy.implementation.bind.annotation.Default.Binder
-
- getHandledType() - Method in enum net.bytebuddy.implementation.bind.annotation.DefaultCall.Binder
-
- getHandledType() - Method in enum net.bytebuddy.implementation.bind.annotation.Empty.Binder
-
- getHandledType() - Method in class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder
-
- getHandledType() - Method in class net.bytebuddy.implementation.bind.annotation.Morph.Binder
-
- getHandledType() - Method in enum net.bytebuddy.implementation.bind.annotation.Origin.Binder
-
- getHandledType() - Method in class net.bytebuddy.implementation.bind.annotation.Pipe.Binder
-
- getHandledType() - Method in enum net.bytebuddy.implementation.bind.annotation.Super.Binder
-
- getHandledType() - Method in enum net.bytebuddy.implementation.bind.annotation.SuperCall.Binder
-
- getHandledType() - Method in interface net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder.ParameterBinder
-
The annotation type that is handled by this parameter binder.
- getHandledType() - Method in enum net.bytebuddy.implementation.bind.annotation.This.Binder
-
- getHandler() - Method in class net.bytebuddy.dynamic.scaffold.MethodRegistry.Default.Entry
-
Returns the handler of this entry.
- getHandleType() - Method in class net.bytebuddy.utility.JavaInstance.MethodHandle
-
Returns the handle type represented by this instance.
- getIdentificationToken() - Method in class net.bytebuddy.implementation.bind.MethodDelegationBinder.ParameterBinding.Anonymous
-
- getIdentificationToken() - Method in interface net.bytebuddy.implementation.bind.MethodDelegationBinder.ParameterBinding
-
Returns an identification token for this binding.
- getIdentificationToken() - Method in enum net.bytebuddy.implementation.bind.MethodDelegationBinder.ParameterBinding.Illegal
-
- getIdentificationToken() - Method in class net.bytebuddy.implementation.bind.MethodDelegationBinder.ParameterBinding.Unique
-
- getIdentifier() - Method in enum net.bytebuddy.utility.JavaInstance.MethodHandle.HandleType
-
Returns the represented identifier.
- getIgnoredMethods() - Method in class net.bytebuddy.ByteBuddy
-
Returns the matcher for the ignored methods for the current configuration.
- getIgnoredMethods() - Method in class net.bytebuddy.ByteBuddy.Proxy
-
- getIndex() - Method in class net.bytebuddy.description.method.ParameterDescription.ForLoadedParameter
-
- getIndex() - Method in class net.bytebuddy.description.method.ParameterDescription.ForLoadedParameter.OfLegacyVmConstructor
-
- getIndex() - Method in class net.bytebuddy.description.method.ParameterDescription.ForLoadedParameter.OfLegacyVmMethod
-
- getIndex() - Method in interface net.bytebuddy.description.method.ParameterDescription
-
Returns this parameter's index.
- getIndex() - Method in class net.bytebuddy.description.method.ParameterDescription.Latent
-
- getIndex() - Method in class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase.MethodToken.ParameterToken
-
- getInheritedAnnotations() - Method in class net.bytebuddy.description.type.TypeDescription.AbstractTypeDescription
-
- getInheritedAnnotations() - Method in class net.bytebuddy.description.type.TypeDescription.ArrayProjection
-
- getInheritedAnnotations() - Method in class net.bytebuddy.description.type.TypeDescription.ForLoadedType
-
- getInheritedAnnotations() - Method in interface net.bytebuddy.description.type.TypeDescription
-
Returns the annotations that this type declares or inherits from super types.
- getInheritedAnnotations() - Method in class net.bytebuddy.dynamic.scaffold.inline.InlineInstrumentedType
-
- getInheritedAnnotations() - Method in class net.bytebuddy.dynamic.scaffold.subclass.SubclassInstrumentedType
-
- getInheritedInterfaces() - Method in class net.bytebuddy.description.type.TypeDescription.AbstractTypeDescription
-
- getInheritedInterfaces() - Method in interface net.bytebuddy.description.type.TypeDescription
-
Returns all interfaces that are implemented by this type, either directly or indirectly.
- getInjectorProxyMethod() - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ForInlining.RedefinitionClassVisitor.TypeInitializerInjection
-
Returns the proxy method to which the original type initializer code is written to.
- getInstanceType() - Method in interface net.bytebuddy.utility.JavaInstance
-
Returns a description of the type of the represented instance or at least a stub.
- getInstanceType() - Method in class net.bytebuddy.utility.JavaInstance.MethodHandle
-
- getInstanceType() - Method in class net.bytebuddy.utility.JavaInstance.MethodType
-
- getInstrumentedMethods() - Method in interface net.bytebuddy.dynamic.scaffold.MethodRegistry.Compiled
-
Returns a list of all methods that should be instrumented.
- getInstrumentedMethods() - Method in class net.bytebuddy.dynamic.scaffold.MethodRegistry.Default.Compiled
-
- getInstrumentedMethods() - Method in class net.bytebuddy.dynamic.scaffold.MethodRegistry.Default.Prepared
-
- getInstrumentedMethods() - Method in interface net.bytebuddy.dynamic.scaffold.MethodRegistry.Prepared
-
Returns a list of all methods that should be instrumented.
- getInstrumentedType() - Method in interface net.bytebuddy.dynamic.scaffold.MethodRegistry.Compiled
-
Returns the instrumented type that is to be created.
- getInstrumentedType() - Method in class net.bytebuddy.dynamic.scaffold.MethodRegistry.Default.Compiled
-
- getInstrumentedType() - Method in class net.bytebuddy.dynamic.scaffold.MethodRegistry.Default.Prepared
-
- getInstrumentedType() - Method in interface net.bytebuddy.dynamic.scaffold.MethodRegistry.Prepared
-
Returns the fully prepared instrumented type.
- getInterfaces() - Method in class net.bytebuddy.description.type.TypeDescription.ArrayProjection
-
- getInterfaces() - Method in class net.bytebuddy.description.type.TypeDescription.ForLoadedType
-
- getInterfaces() - Method in interface net.bytebuddy.description.type.TypeDescription
-
Returns a list of interfaces that are implemented by this type.
- getInterfaces() - Method in class net.bytebuddy.description.type.TypeDescription.Latent
-
- getInterfaces() - Method in class net.bytebuddy.dynamic.scaffold.inline.InlineInstrumentedType
-
- getInterfaces() - Method in class net.bytebuddy.dynamic.scaffold.subclass.SubclassInstrumentedType
-
- getInterfaces() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription
-
- getInterfaceTypes() - Method in class net.bytebuddy.ByteBuddy
-
Returns the naming strategy for the current configuration.
- getInterfaceTypes() - Method in class net.bytebuddy.ByteBuddy.Proxy
-
- getInternalName() - Method in class net.bytebuddy.description.field.FieldDescription.AbstractFieldDescription
-
- getInternalName() - Method in class net.bytebuddy.description.method.MethodDescription.ForLoadedConstructor
-
- getInternalName() - Method in class net.bytebuddy.description.method.MethodDescription.ForLoadedMethod
-
- getInternalName() - Method in class net.bytebuddy.description.method.MethodDescription.Latent
-
- getInternalName() - Method in class net.bytebuddy.description.method.ParameterDescription.AbstractParameterDescription
-
- getInternalName() - Method in interface net.bytebuddy.description.NamedElement
-
Returns the internal internalName of this byte code element.
- getInternalName() - Method in class net.bytebuddy.description.type.PackageDescription.AbstractPackageDescription
-
- getInternalName() - Method in class net.bytebuddy.description.type.TypeDescription.AbstractTypeDescription
-
- getInternalName() - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.MethodToken
-
Returns the internal name of this method token.
- getInternalName() - Method in class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase.MethodToken
-
- getInternalName() - Method in class net.bytebuddy.dynamic.scaffold.MethodLookupEngine.ConflictingInterfaceMethod
-
- getInternalName() - Method in class net.bytebuddy.dynamic.scaffold.MethodLookupEngine.OverriddenClassMethod
-
- getInternalName() - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.Target.ForMethodDescription
-
- getInternalName() - Method in interface net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.Target.Resolved
-
Returns the internal name of the requested method.
- getInternalName() - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.Target.Resolved.Simple
-
- getInvocationProvider() - Method in class net.bytebuddy.implementation.InvokeDynamic
-
Returns the invocation provider to be used for equals and hash code calculations.
- getInvocationProvider() - Method in class net.bytebuddy.implementation.InvokeDynamic.WithImplicitArgumentType
-
- getInvocationProvider() - Method in class net.bytebuddy.implementation.InvokeDynamic.WithImplicitFieldType
-
- getInvokableDefaultMethods() - Method in class net.bytebuddy.dynamic.scaffold.MethodLookupEngine.Finding.Default
-
- getInvokableDefaultMethods() - Method in interface net.bytebuddy.dynamic.scaffold.MethodLookupEngine.Finding
-
Returns a map of interfaces that are eligible for default method invocation on the type this finding
was created for.
- getInvokableDefaultMethods() - Method in class net.bytebuddy.implementation.bind.annotation.Morph.Binder.PrecomputedFinding
-
- getInvokableDefaultMethods() - Method in class net.bytebuddy.implementation.bind.annotation.Pipe.Binder.PrecomputedFinding
-
- getInvokableMethods() - Method in class net.bytebuddy.dynamic.scaffold.MethodLookupEngine.Finding.Default
-
- getInvokableMethods() - Method in interface net.bytebuddy.dynamic.scaffold.MethodLookupEngine.Finding
-
Returns a list of methods that can be invoked on the analyzed type.
- getInvokableMethods() - Method in class net.bytebuddy.implementation.bind.annotation.Morph.Binder.PrecomputedFinding
-
- getInvokableMethods() - Method in class net.bytebuddy.implementation.bind.annotation.Pipe.Binder.PrecomputedFinding
-
- getLoadByteArrayMethod() - Method in class net.bytebuddy.dynamic.loading.ClassInjector.UsingReflection.ReflectionStore.Faulty
-
- getLoadByteArrayMethod() - Method in interface net.bytebuddy.dynamic.loading.ClassInjector.UsingReflection.ReflectionStore
-
Returns the method for loading a class into a class loader.
- getLoadByteArrayMethod() - Method in class net.bytebuddy.dynamic.loading.ClassInjector.UsingReflection.ReflectionStore.Resolved
-
- getLoaded() - Method in class net.bytebuddy.dynamic.DynamicType.Default.Loaded
-
- getLoaded() - Method in interface net.bytebuddy.dynamic.DynamicType.Loaded
-
Returns the loaded main class.
- getLoadedAuxiliaryTypes() - Method in class net.bytebuddy.dynamic.DynamicType.Default.Loaded
-
- getLoadedAuxiliaryTypes() - Method in interface net.bytebuddy.dynamic.DynamicType.Loaded
-
Returns a map of all loaded auxiliary types to this dynamic type.
- getLoadedMethod() - Method in class net.bytebuddy.description.method.MethodDescription.ForLoadedMethod
-
Returns the loaded method that is represented by this method description.
- getLoadedTypeInitializer() - Method in class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase
-
- getLoadedTypeInitializer() - Method in interface net.bytebuddy.dynamic.scaffold.InstrumentedType
-
- getLoadedTypeInitializer() - Method in interface net.bytebuddy.dynamic.scaffold.MethodRegistry.Compiled
-
Returns the loaded type initializer of the instrumented type.
- getLoadedTypeInitializer() - Method in class net.bytebuddy.dynamic.scaffold.MethodRegistry.Default.Compiled
-
- getLoadedTypeInitializer() - Method in class net.bytebuddy.dynamic.scaffold.MethodRegistry.Default.Prepared
-
- getLoadedTypeInitializer() - Method in interface net.bytebuddy.dynamic.scaffold.MethodRegistry.Prepared
-
Returns the loaded type initializer of the instrumented type.
- getLoadedTypeInitializers() - Method in class net.bytebuddy.dynamic.DynamicType.Default
-
- getLoadedTypeInitializers() - Method in interface net.bytebuddy.dynamic.DynamicType
-
Returns a map of all loaded type initializers for the main type and all auxiliary types, if any.
- getLoadedTypes() - Method in interface net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.Resolved
-
Returns a list of all types of the arguments that were loaded onto the operand stack.
- getLoadedTypes() - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.Resolved.Simple
-
- getLoadInstruction() - Method in interface net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.Resolved
-
Returns a stack manipulation that loads the arguments onto the operand stack.
- getLoadInstruction() - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.Resolved.Simple
-
- getLocalVariableSize() - Method in class net.bytebuddy.implementation.bytecode.ByteCodeAppender.Size
-
Returns the required size of the local variable array.
- getMask() - Method in enum net.bytebuddy.description.modifier.EnumerationState
-
- getMask() - Method in enum net.bytebuddy.description.modifier.FieldManifestation
-
- getMask() - Method in enum net.bytebuddy.description.modifier.MethodArguments
-
- getMask() - Method in enum net.bytebuddy.description.modifier.MethodManifestation
-
- getMask() - Method in interface net.bytebuddy.description.modifier.ModifierContributor
-
Returns the mask of this modifier.
- getMask() - Method in enum net.bytebuddy.description.modifier.Ownership
-
- getMask() - Method in enum net.bytebuddy.description.modifier.SynchronizationState
-
- getMask() - Method in enum net.bytebuddy.description.modifier.SyntheticState
-
- getMask() - Method in enum net.bytebuddy.description.modifier.TypeManifestation
-
- getMask() - Method in enum net.bytebuddy.description.modifier.Visibility
-
- getMaximalSize() - Method in class net.bytebuddy.implementation.bytecode.StackManipulation.Size
-
Returns the maximal interim size of the operand stack that is represented by this instance.
- getMethodDelegationBinder() - Method in class net.bytebuddy.implementation.bind.MethodDelegationBinder.Processor
-
- getMethodDescription() - Method in class net.bytebuddy.dynamic.scaffold.inline.RebaseImplementationTarget.RebasedMethodSpecialMethodInvocation
-
- getMethodDescription() - Method in interface net.bytebuddy.implementation.Implementation.SpecialMethodInvocation
-
Returns the method that represents this special method invocation.
- getMethodDescription() - Method in enum net.bytebuddy.implementation.Implementation.SpecialMethodInvocation.Illegal
-
- getMethodDescription() - Method in class net.bytebuddy.implementation.Implementation.SpecialMethodInvocation.Simple
-
- getMethodInvoker(TypeDescription) - Method in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForConstruction
-
- getMethodInvoker(TypeDescription) - Method in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForInstanceField
-
- getMethodInvoker(TypeDescription) - Method in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForStaticField
-
- getMethodInvoker(TypeDescription) - Method in enum net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForStaticMethod
-
- getMethodInvoker(TypeDescription) - Method in interface net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate
-
Returns the method invoker responsible for invoking the delegation method.
- getMethodLookupEngineFactory() - Method in class net.bytebuddy.ByteBuddy
-
Returns the method lookup engine factory to apply to any type that is generated by this configuration.
- getMethodLookupEngineFactory() - Method in class net.bytebuddy.ByteBuddy.Proxy
-
- getMethodName() - Method in class net.bytebuddy.implementation.bytecode.constant.MethodConstant.ForConstructor
-
- getMethodName() - Method in class net.bytebuddy.implementation.bytecode.constant.MethodConstant.ForMethod
-
- getMethodName() - Method in class net.bytebuddy.implementation.bytecode.constant.MethodConstant
-
Returns the name of the
Class
method for creating this method constant.
- getMethodRegistry() - Method in class net.bytebuddy.ByteBuddy
-
Returns the method registry for the current configuration.
- getMethodRegistry() - Method in class net.bytebuddy.ByteBuddy.Proxy
-
- getModifiers() - Method in class net.bytebuddy.ByteBuddy
-
Returns the modifiers to apply to any type that is generated by this configuration.
- getModifiers() - Method in class net.bytebuddy.ByteBuddy.Proxy
-
- getModifiers() - Method in class net.bytebuddy.description.field.FieldDescription.ForLoadedField
-
- getModifiers() - Method in class net.bytebuddy.description.field.FieldDescription.Latent
-
- getModifiers() - Method in class net.bytebuddy.description.method.MethodDescription.ForLoadedConstructor
-
- getModifiers() - Method in class net.bytebuddy.description.method.MethodDescription.ForLoadedMethod
-
- getModifiers() - Method in class net.bytebuddy.description.method.MethodDescription.Latent
-
- getModifiers() - Method in class net.bytebuddy.description.method.ParameterDescription.AbstractParameterDescription
-
- getModifiers() - Method in class net.bytebuddy.description.method.ParameterDescription.ForLoadedParameter
-
- getModifiers() - Method in interface net.bytebuddy.description.ModifierReviewable
-
Returns the modifier that is described by this object.
- getModifiers() - Method in class net.bytebuddy.description.type.TypeDescription.ArrayProjection
-
- getModifiers() - Method in class net.bytebuddy.description.type.TypeDescription.ForLoadedType
-
- getModifiers() - Method in class net.bytebuddy.description.type.TypeDescription.Latent
-
- getModifiers() - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.FieldToken
-
Returns the modifiers of this field token.
- getModifiers() - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.MethodToken
-
Returns the modifiers for this method token.
- getModifiers() - Method in class net.bytebuddy.dynamic.scaffold.inline.InlineInstrumentedType
-
- getModifiers() - Method in class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase.FieldToken
-
- getModifiers() - Method in class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase.MethodToken
-
- getModifiers() - Method in class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase.MethodToken.ParameterToken
-
- getModifiers() - Method in class net.bytebuddy.dynamic.scaffold.MethodLookupEngine.ConflictingInterfaceMethod
-
- getModifiers() - Method in class net.bytebuddy.dynamic.scaffold.MethodLookupEngine.OverriddenClassMethod
-
- getModifiers() - Method in class net.bytebuddy.dynamic.scaffold.subclass.SubclassInstrumentedType
-
- getModifiers() - Method in enum net.bytebuddy.matcher.ModifierMatcher.Mode
-
Returns the modifiers to match by this mode.
- getModifiers() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription.FieldToken
-
Returns the modifiers of the represented field.
- getModifiers() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription
-
- getModifiers() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription.MethodToken
-
Returns the modifiers of the represented method.
- getModifiers() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription.MethodToken.ParameterToken
-
Returns the modifiers of the parameter or null
if no modifiers are known.
- getName() - Method in class net.bytebuddy.description.field.FieldDescription.ForLoadedField
-
- getName() - Method in class net.bytebuddy.description.field.FieldDescription.Latent
-
- getName() - Method in class net.bytebuddy.description.method.MethodDescription.AbstractMethodDescription
-
- getName() - Method in class net.bytebuddy.description.method.MethodDescription.ForLoadedConstructor
-
- getName() - Method in class net.bytebuddy.description.method.MethodDescription.ForLoadedMethod
-
- getName() - Method in class net.bytebuddy.description.method.ParameterDescription.AbstractParameterDescription
-
- getName() - Method in class net.bytebuddy.description.method.ParameterDescription.ForLoadedParameter
-
- getName() - Method in interface net.bytebuddy.description.NamedElement
-
Returns the internalName of this byte code element.
- getName() - Method in class net.bytebuddy.description.type.PackageDescription.ForLoadedPackage
-
- getName() - Method in class net.bytebuddy.description.type.PackageDescription.Simple
-
- getName() - Method in class net.bytebuddy.description.type.TypeDescription.ArrayProjection
-
- getName() - Method in class net.bytebuddy.description.type.TypeDescription.ForLoadedType
-
- getName() - Method in class net.bytebuddy.description.type.TypeDescription.Latent
-
- getName() - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.FieldToken
-
Returns the name of this field token.
- getName() - Method in class net.bytebuddy.dynamic.scaffold.inline.InlineInstrumentedType
-
- getName() - Method in class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase.FieldToken
-
- getName() - Method in class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase.MethodToken.ParameterToken
-
- getName() - Method in class net.bytebuddy.dynamic.scaffold.MethodLookupEngine.ConflictingInterfaceMethod
-
- getName() - Method in class net.bytebuddy.dynamic.scaffold.MethodLookupEngine.OverriddenClassMethod
-
- getName() - Method in class net.bytebuddy.dynamic.scaffold.subclass.SubclassInstrumentedType
-
- getName() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription.FieldToken
-
Returns the name of the represented field.
- getName() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription
-
- getName() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription.MethodToken
-
Returns the internal name of the represented method.
- getName() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription.MethodToken.ParameterToken
-
Returns the name of the parameter or null
if there is no such name.
- getName() - Method in class net.bytebuddy.utility.JavaInstance.MethodHandle
-
Returns the name represented by this instance.
- getNamingStrategy() - Method in class net.bytebuddy.ByteBuddy
-
Returns the naming strategy for the current configuration.
- getNamingStrategy() - Method in class net.bytebuddy.ByteBuddy.Proxy
-
- getNextParameterIndex() - Method in class net.bytebuddy.implementation.bind.MethodDelegationBinder.MethodBinding.Builder
-
- getOffset() - Method in class net.bytebuddy.description.method.ParameterDescription.AbstractParameterDescription
-
- getOffset() - Method in interface net.bytebuddy.description.method.ParameterDescription
-
Returns the offset to the parameter value within the local method variable.
- getOffset() - Method in class net.bytebuddy.description.method.ParameterDescription.Latent
-
- getOnly() - Method in class net.bytebuddy.matcher.FilterableList.AbstractBase
-
- getOnly() - Method in class net.bytebuddy.matcher.FilterableList.Empty
-
- getOnly() - Method in interface net.bytebuddy.matcher.FilterableList
-
Returns the only element of this list.
- getOpcode() - Method in class net.bytebuddy.implementation.bytecode.member.FieldAccess.AccessDispatcher.FieldGetInstruction
-
- getOpcode() - Method in class net.bytebuddy.implementation.bytecode.member.FieldAccess.AccessDispatcher.FieldPutInstruction
-
- getOperandStackSize() - Method in class net.bytebuddy.implementation.bytecode.ByteCodeAppender.Size
-
Returns the required operand stack size.
- getOriginType() - Method in class net.bytebuddy.dynamic.scaffold.inline.RebaseImplementationTarget
-
- getOriginType() - Method in class net.bytebuddy.dynamic.scaffold.subclass.SubclassImplementationTarget
-
- getOriginType() - Method in interface net.bytebuddy.implementation.Implementation.Target
-
Identifies the origin type of an implementation.
- getOwnerType() - Method in class net.bytebuddy.utility.JavaInstance.MethodHandle
-
Returns the owner type of this instance.
- getPackage() - Method in class net.bytebuddy.description.type.TypeDescription.ArrayProjection
-
- getPackage() - Method in class net.bytebuddy.description.type.TypeDescription.ForLoadedType
-
- getPackage() - Method in interface net.bytebuddy.description.type.TypeDescription
-
Returns the package internalName of the type described by this instance.
- getPackage() - Method in class net.bytebuddy.description.type.TypeDescription.Latent
-
- getPackage() - Method in class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase
-
- getPackage() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription
-
- getPackageName() - Method in class net.bytebuddy.description.type.TypeDescription.AbstractTypeDescription
-
Returns the name of this type's package.
- getParameterAnnotationTokens() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription.MethodToken
-
Returns a map of parameter type indices to a list of annotation tokens representing these annotations.
- getParameters() - Method in class net.bytebuddy.description.method.MethodDescription.ForLoadedConstructor
-
- getParameters() - Method in class net.bytebuddy.description.method.MethodDescription.ForLoadedMethod
-
- getParameters() - Method in interface net.bytebuddy.description.method.MethodDescription
-
Returns a list of this method's parameters.
- getParameters() - Method in class net.bytebuddy.description.method.MethodDescription.Latent
-
- getParameters() - Method in class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase.MethodToken
-
- getParameters() - Method in class net.bytebuddy.dynamic.scaffold.MethodLookupEngine.ConflictingInterfaceMethod
-
- getParameters() - Method in class net.bytebuddy.dynamic.scaffold.MethodLookupEngine.OverriddenClassMethod
-
- getParameterTokens() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription.MethodToken
-
Returns the parameter tokens for this type.
- getParameterTypes() - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.MethodToken
-
Returns a list of descriptions of the parameter types of this method token.
- getParameterTypes() - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.Target.ForMethodDescription
-
- getParameterTypes() - Method in interface net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.Target.Resolved
-
Returns the types of the values on the operand stack.
- getParameterTypes() - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.Target.Resolved.Simple
-
- getParameterTypes() - Method in class net.bytebuddy.utility.JavaInstance.MethodHandle
-
Returns the parameter types represented by this instance.
- getParameterTypes() - Method in class net.bytebuddy.utility.JavaInstance.MethodType
-
Returns the parameter types of this method type.
- getPreparingStackAssignment(TypeDescription) - Method in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForConstruction
-
- getPreparingStackAssignment(TypeDescription) - Method in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForInstanceField
-
- getPreparingStackAssignment(TypeDescription) - Method in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForStaticField
-
- getPreparingStackAssignment(TypeDescription) - Method in enum net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForStaticMethod
-
- getPreparingStackAssignment(TypeDescription) - Method in interface net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate
-
Returns the stack manipulation responsible for preparing the instance representing the implementation.
- getRawAuxiliaryTypes() - Method in class net.bytebuddy.dynamic.DynamicType.Default
-
- getRawAuxiliaryTypes() - Method in interface net.bytebuddy.dynamic.DynamicType
-
Returns a map of all auxiliary types that are required for making use of the main type.
- getRegisteredAuxiliaryTypes() - Method in class net.bytebuddy.implementation.Implementation.Context.Default
-
- getRegisteredAuxiliaryTypes() - Method in interface net.bytebuddy.implementation.Implementation.Context.ExtractableView
-
- getResolvedMethod() - Method in class net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.Resolution.ForRebasedConstructor
-
- getResolvedMethod() - Method in class net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.Resolution.ForRebasedMethod
-
- getResolvedMethod() - Method in interface net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.Resolution
-
Returns the resolved method if this resolution represents a rebased method or the original method.
- getResolvedMethod() - Method in class net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.Resolution.Preserved
-
- getResourceAsStream(String) - Method in class net.bytebuddy.dynamic.loading.ByteArrayClassLoader.ChildFirst
-
- getResourceAsStream(String) - Method in class net.bytebuddy.dynamic.loading.ByteArrayClassLoader
-
- getReturnType() - Method in class net.bytebuddy.description.method.MethodDescription.ForLoadedConstructor
-
- getReturnType() - Method in class net.bytebuddy.description.method.MethodDescription.ForLoadedMethod
-
- getReturnType() - Method in interface net.bytebuddy.description.method.MethodDescription
-
Returns a description of the return type of the method described by this instance.
- getReturnType() - Method in class net.bytebuddy.description.method.MethodDescription.Latent
-
- getReturnType() - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.MethodToken
-
Returns a description of the return type of this method token.
- getReturnType() - Method in class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase.MethodToken
-
- getReturnType() - Method in class net.bytebuddy.dynamic.scaffold.MethodLookupEngine.ConflictingInterfaceMethod
-
- getReturnType() - Method in class net.bytebuddy.dynamic.scaffold.MethodLookupEngine.OverriddenClassMethod
-
- getReturnType() - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.Target.ForMethodDescription
-
- getReturnType() - Method in interface net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.Target.Resolved
-
Returns the requested return type.
- getReturnType() - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.Target.Resolved.Simple
-
- getReturnType() - Method in class net.bytebuddy.utility.JavaInstance.MethodHandle
-
Returns the return type represented by this instance.
- getReturnType() - Method in class net.bytebuddy.utility.JavaInstance.MethodType
-
Returns the return type of this method type.
- getSimpleName() - Method in class net.bytebuddy.description.type.TypeDescription.AbstractTypeDescription.OfSimpleType
-
- getSimpleName() - Method in class net.bytebuddy.description.type.TypeDescription.ArrayProjection
-
- getSimpleName() - Method in class net.bytebuddy.description.type.TypeDescription.ForLoadedType
-
- getSimpleName() - Method in interface net.bytebuddy.description.type.TypeDescription
-
Returns the simple internalName of this type.
- getSize() - Method in enum net.bytebuddy.implementation.bytecode.StackSize
-
The numeric value of this stack size representation.
- getSizeImpact() - Method in class net.bytebuddy.implementation.bytecode.StackManipulation.Size
-
Returns the size change on the operand stack that is represented by this instance.
- getSort() - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry.ForAbstractMethod
-
- getSort() - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry.ForAnnotationDefaultValue
-
- getSort() - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry.ForImplementation
-
- getSort() - Method in enum net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry.ForSkippedMethod
-
- getSort() - Method in interface net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry
-
Returns the sort of this method instrumentation.
- getSort() - Method in class net.bytebuddy.implementation.Implementation.Context.Default.AbstractDelegationEntry
-
- getSourceCodeName() - Method in class net.bytebuddy.description.field.FieldDescription.AbstractFieldDescription
-
- getSourceCodeName() - Method in class net.bytebuddy.description.method.MethodDescription.AbstractMethodDescription
-
- getSourceCodeName() - Method in class net.bytebuddy.description.method.ParameterDescription.AbstractParameterDescription
-
- getSourceCodeName() - Method in interface net.bytebuddy.description.NamedElement
-
Returns the name of this byte code element as it is defined in Java source code.
- getSourceCodeName() - Method in class net.bytebuddy.description.type.PackageDescription.AbstractPackageDescription
-
- getSourceCodeName() - Method in class net.bytebuddy.description.type.TypeDescription.AbstractTypeDescription
-
- getStackManipulation() - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.Target.ForMethodDescription
-
- getStackManipulation() - Method in interface net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.Target.Resolved
-
Returns the stack manipulation that loads the arguments onto the operand stack.
- getStackManipulation() - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.Target.Resolved.Simple
-
- getStackSize() - Method in class net.bytebuddy.description.method.MethodDescription.AbstractMethodDescription
-
- getStackSize() - Method in interface net.bytebuddy.description.method.MethodDescription
-
Returns the size of the local variable array that is required for this method, i.e.
- getStackSize() - Method in class net.bytebuddy.description.type.TypeDescription.AbstractTypeDescription.OfSimpleType
-
- getStackSize() - Method in class net.bytebuddy.description.type.TypeDescription.ArrayProjection
-
- getStackSize() - Method in class net.bytebuddy.description.type.TypeDescription.ForLoadedType
-
- getStackSize() - Method in interface net.bytebuddy.description.type.TypeDescription
-
Returns the size of the type described by this instance.
- getStackSize() - Method in class net.bytebuddy.description.type.TypeList.Empty
-
- getStackSize() - Method in class net.bytebuddy.description.type.TypeList.Explicit
-
- getStackSize() - Method in class net.bytebuddy.description.type.TypeList.ForLoadedType
-
- getStackSize() - Method in interface net.bytebuddy.description.type.TypeList
-
Returns the sum of the size of all types contained in this list.
- getStackSize() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription.LazyTypeList
-
- getState() - Method in class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationInvocationHandler.DefaultValue
-
- getState() - Method in class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationValue.ForAnnotation.IncompatibleRuntimeType
-
- getState() - Method in class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationValue.ForAnnotation.Loaded
-
- getState() - Method in class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationValue.ForComplexArray.Loaded
-
- getState() - Method in class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationValue.ForEnumeration.IncompatibleRuntimeType
-
- getState() - Method in class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationValue.ForEnumeration.Loaded
-
- getState() - Method in class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationValue.ForEnumeration.UnknownRuntimeEnumeration
-
- getState() - Method in class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationValue.ForType.Loaded
-
- getState() - Method in interface net.bytebuddy.description.annotation.AnnotationDescription.AnnotationValue.Loaded
-
Returns the state of the represented loaded annotation value.
- getState() - Method in class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationValue.Trivial.Loaded
-
- getState() - Method in class net.bytebuddy.pool.TypePool.AbstractBase.RawNonPrimitiveArray.Loaded
-
- getState() - Method in class net.bytebuddy.pool.TypePool.AbstractBase.RawTypeValue.Loaded
-
- getStorageOpcode() - Method in enum net.bytebuddy.implementation.bytecode.collection.ArrayFactory.ArrayCreator.ForPrimitiveType
-
- getStorageOpcode() - Method in class net.bytebuddy.implementation.bytecode.collection.ArrayFactory.ArrayCreator.ForReferenceType
-
- getStorageOpcode() - Method in interface net.bytebuddy.implementation.bytecode.collection.ArrayFactory.ArrayCreator
-
The opcode instruction for storing a value of the component type inside an array.
- getSuperClass() - Method in class net.bytebuddy.NamingStrategy.UnnamedType.Default
-
- getSuperClass() - Method in interface net.bytebuddy.NamingStrategy.UnnamedType
-
Returns this unnamed type's super class.
- getSupertype() - Method in class net.bytebuddy.description.type.TypeDescription.ArrayProjection
-
- getSupertype() - Method in class net.bytebuddy.description.type.TypeDescription.ForLoadedType
-
- getSupertype() - Method in interface net.bytebuddy.description.type.TypeDescription
-
Returns the component type of this type.
- getSupertype() - Method in class net.bytebuddy.description.type.TypeDescription.Latent
-
- getSupertype() - Method in class net.bytebuddy.dynamic.scaffold.inline.InlineInstrumentedType
-
- getSupertype() - Method in class net.bytebuddy.dynamic.scaffold.subclass.SubclassInstrumentedType
-
- getSupertype() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription
-
- getSyntheticState() - Method in class net.bytebuddy.NamingStrategy.UnnamedType.Default
-
- getSyntheticState() - Method in interface net.bytebuddy.NamingStrategy.UnnamedType
-
Returns the manifestation of this unnamed type.
- getTarget() - Method in class net.bytebuddy.implementation.bind.MethodDelegationBinder.MethodBinding.Builder.Build
-
- getTarget() - Method in interface net.bytebuddy.implementation.bind.MethodDelegationBinder.MethodBinding
-
Returns the target method of the method binding attempt.
- getTarget() - Method in enum net.bytebuddy.implementation.bind.MethodDelegationBinder.MethodBinding.Illegal
-
- getTargetParameterIndex(Object) - Method in class net.bytebuddy.implementation.bind.MethodDelegationBinder.MethodBinding.Builder.Build
-
- getTargetParameterIndex(Object) - Method in interface net.bytebuddy.implementation.bind.MethodDelegationBinder.MethodBinding
-
Returns the target method's parameter index for a given parameter binding token.
- getTargetParameterIndex(Object) - Method in enum net.bytebuddy.implementation.bind.MethodDelegationBinder.MethodBinding.Illegal
-
- Getter(FieldDescription, Assigner, AuxiliaryType.MethodAccessorFactory) - Constructor for class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.AccessType.Getter
-
Creates a new getter implementation.
- getter() - Method in class net.bytebuddy.implementation.bytecode.member.FieldAccess.AccessDispatcher
-
- getter() - Method in interface net.bytebuddy.implementation.bytecode.member.FieldAccess.Defined
-
Creates a getter representation for a given field.
- getTypeAttributeAppender() - Method in class net.bytebuddy.ByteBuddy
-
Returns the type attribute appender factory to apply to any type that is generated by this configuration.
- getTypeAttributeAppender() - Method in class net.bytebuddy.ByteBuddy.Proxy
-
- getTypeDescription() - Method in class net.bytebuddy.description.method.ParameterDescription.ForLoadedParameter
-
- getTypeDescription() - Method in class net.bytebuddy.description.method.ParameterDescription.ForLoadedParameter.OfLegacyVmConstructor
-
- getTypeDescription() - Method in class net.bytebuddy.description.method.ParameterDescription.ForLoadedParameter.OfLegacyVmMethod
-
- getTypeDescription() - Method in interface net.bytebuddy.description.method.ParameterDescription
-
Returns the parameter's type.
- getTypeDescription() - Method in class net.bytebuddy.description.method.ParameterDescription.Latent
-
- getTypeDescription() - Method in class net.bytebuddy.dynamic.DynamicType.Default
-
- getTypeDescription() - Method in interface net.bytebuddy.dynamic.DynamicType
-
Returns a description of this dynamic type.
- getTypeDescription() - Method in class net.bytebuddy.dynamic.scaffold.inline.RebaseImplementationTarget.RebasedMethodSpecialMethodInvocation
-
- getTypeDescription() - Method in class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase.MethodToken.ParameterToken
-
- getTypeDescription() - Method in class net.bytebuddy.dynamic.scaffold.MethodLookupEngine.Finding.Default
-
- getTypeDescription() - Method in interface net.bytebuddy.dynamic.scaffold.MethodLookupEngine.Finding
-
Returns the type description for which the finding was created.
- getTypeDescription() - Method in class net.bytebuddy.implementation.bind.annotation.Morph.Binder.PrecomputedFinding
-
- getTypeDescription() - Method in class net.bytebuddy.implementation.bind.annotation.Pipe.Binder.PrecomputedFinding
-
- getTypeDescription() - Method in interface net.bytebuddy.implementation.Implementation.SpecialMethodInvocation
-
Returns the target type the represented method is invoked on.
- getTypeDescription() - Method in enum net.bytebuddy.implementation.Implementation.SpecialMethodInvocation.Illegal
-
- getTypeDescription() - Method in class net.bytebuddy.implementation.Implementation.SpecialMethodInvocation.Simple
-
- getTypeDescription() - Method in class net.bytebuddy.implementation.Implementation.Target.AbstractBase
-
- getTypeDescription() - Method in interface net.bytebuddy.implementation.Implementation.Target
-
Returns a description of the instrumented type.
- getTypeInitializer() - Method in class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase
-
- getTypeInitializer() - Method in interface net.bytebuddy.dynamic.scaffold.InstrumentedType
-
Returns this instrumented type's type initializer.
- getTypeInitializer() - Method in interface net.bytebuddy.dynamic.scaffold.MethodRegistry.Compiled
-
The type initializer of the instrumented type.
- getTypeInitializer() - Method in class net.bytebuddy.dynamic.scaffold.MethodRegistry.Default.Compiled
-
- getTypeInitializer() - Method in class net.bytebuddy.dynamic.scaffold.MethodRegistry.Default.Prepared
-
- getTypeInitializer() - Method in interface net.bytebuddy.dynamic.scaffold.MethodRegistry.Prepared
-
The type initializer of the instrumented type.
- getTypeManifestation() - Method in class net.bytebuddy.NamingStrategy.UnnamedType.Default
-
- getTypeManifestation() - Method in interface net.bytebuddy.NamingStrategy.UnnamedType
-
Returns the manifestation of this unnamed type.
- getTypePool() - Method in class net.bytebuddy.agent.builder.AgentBuilder.BinaryLocator.Default.Initialized
-
- getTypePool() - Method in interface net.bytebuddy.agent.builder.AgentBuilder.BinaryLocator.Initialized
-
- getTypeStub() - Method in enum net.bytebuddy.utility.JavaType
-
Returns at least a stub representing this type where the stub does not define any methods or fields.
- getUniqueSignature() - Method in class net.bytebuddy.description.method.MethodDescription.AbstractMethodDescription
-
- getUniqueSignature() - Method in interface net.bytebuddy.description.method.MethodDescription
-
Returns the unique signature of a byte code method.
- getValue(MethodDescription, Class<T>) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.AbstractAnnotationDescription
-
- getValue(MethodDescription) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.ForLoadedAnnotation
-
- getValue(MethodDescription) - Method in interface net.bytebuddy.description.annotation.AnnotationDescription
-
Returns the value of the given method for this annotation value.
- getValue(MethodDescription, Class<T>) - Method in interface net.bytebuddy.description.annotation.AnnotationDescription
-
Returns the value of the given method for this annotation value and performs a casting to the given value.
- getValue(MethodDescription) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Latent
-
- getValue(MethodDescription) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Latent.Loadable
-
- getValue() - Method in class net.bytebuddy.description.enumeration.EnumerationDescription.ForLoadedEnumeration
-
- getValue() - Method in interface net.bytebuddy.description.enumeration.EnumerationDescription
-
Returns the name of this instance's enumeration value.
- getValue() - Method in class net.bytebuddy.description.enumeration.EnumerationDescription.Latent
-
- getValue() - Method in class net.bytebuddy.pool.TypePool.AbstractBase.RawEnumerationValue.LazyEnumerationDescription
-
- getValues() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription.AnnotationToken
-
Returns a map of annotation value names to their value representations.
- getVersionNumber() - Method in class net.bytebuddy.ClassFileVersion
-
Returns the minor-major release number of this class file version.
- getVisibility() - Method in class net.bytebuddy.NamingStrategy.UnnamedType.Default
-
- getVisibility() - Method in interface net.bytebuddy.NamingStrategy.UnnamedType
-
Returns the visibility of this unnamed type.
- identify(TypeDescription) - Method in enum net.bytebuddy.dynamic.scaffold.subclass.SubclassImplementationTarget.OriginTypeIdentifier
-
Identifies the origin type to a given type description.
- ignoredMethods - Variable in class net.bytebuddy.ByteBuddy
-
A matcher for identifying methods that should never be intercepted.
- ignoredMethods - Variable in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
The method matcher for ignored method specified for this builder.
- IgnoreForBinding - Annotation Type in net.bytebuddy.implementation.bind.annotation
-
Indicates that a given target method should never be considered for binding to a source method.
- IgnoreForBinding.Verifier - Class in net.bytebuddy.implementation.bind.annotation
-
A non-instantiable type that allows to check if a method should be ignored for binding.
- ignoreMethods(ElementMatcher<? super MethodDescription>) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder
-
- ignoreMethods(ElementMatcher<? super MethodDescription>) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
- ignoreMethods(ElementMatcher<? super MethodDescription>) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder
-
Defines a matcher for methods that will be ignored for any interception attempt.
- Illegal() - Constructor for class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.FieldLocator.Illegal
-
- Illegal() - Constructor for class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.FieldLocator.LookupEngine.Illegal
-
- Illegal(String) - Constructor for class net.bytebuddy.pool.TypePool.Resolution.Illegal
-
Creates a new illegal resolution.
- implement(Class<?>...) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder
-
- implement(TypeDescription...) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder
-
- implement(Class<?>...) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
- implement(TypeDescription...) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
- implement(Class<?>...) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder
-
Adds an interface to be implemented the created type.
- implement(TypeDescription...) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder
-
Adds an interface to be implemented the created type.
- Implementation - Interface in net.bytebuddy.implementation
-
An implementation is responsible for implementing methods of a dynamically created type as byte code.
- Implementation.Compound - Class in net.bytebuddy.implementation
-
A compound implementation that allows to combine several implementations.
- Implementation.Context - Interface in net.bytebuddy.implementation
-
The context for an implementation application.
- Implementation.Context.Default - Class in net.bytebuddy.implementation
-
- Implementation.Context.Default.AbstractDelegationEntry - Class in net.bytebuddy.implementation
-
An abstract method pool entry that delegates the implementation of a method to itself.
- Implementation.Context.Default.AccessorMethodDelegation - Class in net.bytebuddy.implementation
-
- Implementation.Context.Default.FieldCacheEntry - Class in net.bytebuddy.implementation
-
A field cache entry for uniquely identifying a cached field.
- Implementation.Context.Default.FieldGetter - Class in net.bytebuddy.implementation
-
An implementation for a field getter.
- Implementation.Context.Default.FieldSetter - Class in net.bytebuddy.implementation
-
An implementation for a field setter.
- Implementation.Context.ExtractableView - Interface in net.bytebuddy.implementation
-
Represents an extractable view of an
Implementation.Context
which
allows the retrieval of any registered auxiliary type.
- Implementation.Context.ExtractableView.InjectedCode - Interface in net.bytebuddy.implementation
-
When draining an implementation context, a type initializer might be written to the created class
file.
- Implementation.Context.ExtractableView.InjectedCode.None - Enum in net.bytebuddy.implementation
-
A canonical implementation of non-applicable injected code.
- Implementation.Simple - Class in net.bytebuddy.implementation
-
A simple implementation that does not register any members with the instrumented type.
- Implementation.SpecialMethodInvocation - Interface in net.bytebuddy.implementation
-
Represents an type-specific method invocation on the current instrumented type which is not legal from outside
the type such as a super method or default method invocation.
- Implementation.SpecialMethodInvocation.Illegal - Enum in net.bytebuddy.implementation
-
- Implementation.SpecialMethodInvocation.Simple - Class in net.bytebuddy.implementation
-
- Implementation.Target - Interface in net.bytebuddy.implementation
-
The target of an implementation.
- Implementation.Target.AbstractBase - Class in net.bytebuddy.implementation
-
- Implementation.Target.Factory - Interface in net.bytebuddy.implementation
-
- Implementation.Target.MethodLookup - Interface in net.bytebuddy.implementation
-
A strategy for looking up a method.
- Implementation.Target.MethodLookup.Default - Enum in net.bytebuddy.implementation
-
- ImplicitlyTypedUnboxingResponsible(TypeDescription) - Constructor for class net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveUnboxingDelegate.ImplicitlyTypedUnboxingResponsible
-
Creates a new implicitly typed unboxing responsible.
- in(FieldAccessor.FieldLocator.Factory) - Method in class net.bytebuddy.implementation.FieldAccessor.ForNamedField
-
- in(Class<?>) - Method in class net.bytebuddy.implementation.FieldAccessor.ForNamedField
-
- in(TypeDescription) - Method in class net.bytebuddy.implementation.FieldAccessor.ForNamedField
-
- in(FieldAccessor.FieldLocator.Factory) - Method in class net.bytebuddy.implementation.FieldAccessor.ForUnnamedField
-
- in(Class<?>) - Method in class net.bytebuddy.implementation.FieldAccessor.ForUnnamedField
-
- in(TypeDescription) - Method in class net.bytebuddy.implementation.FieldAccessor.ForUnnamedField
-
- in(Class<?>) - Method in interface net.bytebuddy.implementation.FieldAccessor.OwnerTypeLocatable
-
Determines that a field should only be considered when it was defined in a given type.
- in(TypeDescription) - Method in interface net.bytebuddy.implementation.FieldAccessor.OwnerTypeLocatable
-
Determines that a field should only be considered when it was defined in a given type.
- in(FieldAccessor.FieldLocator.Factory) - Method in interface net.bytebuddy.implementation.FieldAccessor.OwnerTypeLocatable
-
Determines that a field should only be considered when it was identified by a field locator that is
produced by the given factory.
- include(FieldRegistry.LatentFieldMatcher, FieldAttributeAppender.Factory, Object) - Method in class net.bytebuddy.dynamic.scaffold.FieldRegistry.Default
-
- include(FieldRegistry.LatentFieldMatcher, FieldAttributeAppender.Factory, Object) - Method in interface net.bytebuddy.dynamic.scaffold.FieldRegistry
-
Creates a new field registry with the given attribute appender registered for the supplied field matcher.
- IncompatibleRuntimeType(Class<?>) - Constructor for class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationValue.ForAnnotation.IncompatibleRuntimeType
-
Creates a new representation for an annotation with an incompatible runtime type.
- IncompatibleRuntimeType(Class<?>) - Constructor for class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationValue.ForEnumeration.IncompatibleRuntimeType
-
Creates a new representation for an incompatible runtime type.
- inherited(Set<? extends TypeDescription>) - Method in class net.bytebuddy.description.annotation.AnnotationList.Empty
-
- inherited(Set<? extends TypeDescription>) - Method in class net.bytebuddy.description.annotation.AnnotationList.Explicit
-
- inherited(Set<? extends TypeDescription>) - Method in class net.bytebuddy.description.annotation.AnnotationList.ForLoadedAnnotation
-
- inherited(Set<? extends TypeDescription>) - Method in interface net.bytebuddy.description.annotation.AnnotationList
-
Returns only annotations that are marked as
Inherited
as long as they are not
contained by the set of ignored annotation types.
- InheritedAnnotationMatcher<T extends TypeDescription> - Class in net.bytebuddy.matcher
-
An element matcher that matches the list of inherited annotations of a type description.
- InheritedAnnotationMatcher(ElementMatcher<? super AnnotationList>) - Constructor for class net.bytebuddy.matcher.InheritedAnnotationMatcher
-
Creates a new matcher for the inherited annotations of a type description.
- inheritsAnnotation(Class<?>) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
Matches any annotations by their type on a type that declared these annotations or inherited them from its
super classes.
- inheritsAnnotation(TypeDescription) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
Matches any annotations by their type on a type that declared these annotations or inherited them from its
super classes.
- inheritsAnnotation(ElementMatcher<? super TypeDescription>) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
Matches any annotations by a given matcher on a type that declared these annotations or inherited them from its
super classes.
- InitializationAppender(String[]) - Constructor for class net.bytebuddy.ByteBuddy.EnumerationImplementation.InitializationAppender
-
Creates an appender for an enumerations type initializer.
- initialize(String, byte[], ClassLoader) - Method in enum net.bytebuddy.agent.builder.AgentBuilder.BinaryLocator.Default
-
- initialize(String, byte[], ClassLoader) - Method in interface net.bytebuddy.agent.builder.AgentBuilder.BinaryLocator
-
Initializes this binary locator.
- initialize(Class<?>, LoadedTypeInitializer) - Method in interface net.bytebuddy.agent.builder.AgentBuilder.Default.InitializationStrategy
-
Determines if and how a loaded type initializer is to be applied to a loaded type.
- initialize(Class<?>, LoadedTypeInitializer) - Method in enum net.bytebuddy.agent.builder.AgentBuilder.Default.InitializationStrategy.NoOp
-
- initialize(Class<?>, LoadedTypeInitializer) - Method in class net.bytebuddy.agent.builder.AgentBuilder.Default.InitializationStrategy.SelfInjection
-
- initialize(Class<?>) - Static method in class net.bytebuddy.agent.builder.AgentBuilder.Default.InitializationStrategy.SelfInjection.Nexus
-
Initializes a loaded type.
- Initialized(String, byte[], TypePool.CacheProvider, ClassFileLocator) - Constructor for class net.bytebuddy.agent.builder.AgentBuilder.BinaryLocator.Default.Initialized
-
Creates a new initialized form of a default binary locator.
- initializerFor(TypeDescription) - Method in enum net.bytebuddy.agent.builder.AgentBuilder.Default.InitializationStrategy.SelfInjection.Nexus.Accessor
-
Creates a stack manipulation for a given instrumented type that injects a code block for
calling the system class loader's nexus in order to apply a self-initialization.
- inject(File, File) - Method in class net.bytebuddy.dynamic.DynamicType.Default
-
- inject(File) - Method in class net.bytebuddy.dynamic.DynamicType.Default
-
- inject(File, File) - Method in interface net.bytebuddy.dynamic.DynamicType
-
Injects the types of this dynamic type into a given jar file.
- inject(File) - Method in interface net.bytebuddy.dynamic.DynamicType
-
Injects the types of this dynamic type into a given jar file.
- inject(Map<? extends TypeDescription, byte[]>) - Method in interface net.bytebuddy.dynamic.loading.ClassInjector
-
Injects the given types into the represented class loader.
- inject(Map<? extends TypeDescription, byte[]>) - Method in class net.bytebuddy.dynamic.loading.ClassInjector.UsingInstrumentation
-
- inject(Instrumentation, JarFile) - Method in enum net.bytebuddy.dynamic.loading.ClassInjector.UsingInstrumentation.Target
-
Adds the given classes to the represented class loader.
- inject(Map<? extends TypeDescription, byte[]>) - Method in class net.bytebuddy.dynamic.loading.ClassInjector.UsingReflection
-
- inject(MethodRegistry, MethodAttributeAppender.Factory) - Method in interface net.bytebuddy.dynamic.scaffold.subclass.ConstructorStrategy
-
- InlineInstrumentedType - Class in net.bytebuddy.dynamic.scaffold.inline
-
An instrumented type which enhances a given type description by an extending redefinition.
- InlineInstrumentedType(ClassFileVersion, TypeDescription, List<TypeDescription>, int, NamingStrategy) - Constructor for class net.bytebuddy.dynamic.scaffold.inline.InlineInstrumentedType
-
Creates a new inlined instrumented type.
- InlineInstrumentedType(TypeDescription, String, List<TypeDescription>, int, List<? extends FieldDescription>, List<? extends MethodDescription>, LoadedTypeInitializer, InstrumentedType.TypeInitializer) - Constructor for class net.bytebuddy.dynamic.scaffold.inline.InlineInstrumentedType
-
Creates a new inlined instrumented type.
- InliningImplementationMatcher - Class in net.bytebuddy.dynamic.scaffold.inline
-
A latent method matcher that identifies methods to instrument when redefining or rebasing a type.
- InliningImplementationMatcher(ElementMatcher<? super MethodDescription>, ElementMatcher<? super MethodDescription>) - Constructor for class net.bytebuddy.dynamic.scaffold.inline.InliningImplementationMatcher
-
Creates a new inline implementation matcher.
- inputStream(String, Map<String, byte[]>) - Method in enum net.bytebuddy.dynamic.loading.ByteArrayClassLoader.PersistenceHandler
-
Performs a lookup of an input stream for exposing a class file as a resource.
- install(Class<?>, Class<?>) - Static method in class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder
-
Creates a binder by installing two proxy types which are implemented by this binder if a field getter
or a field setter is requested by using the
FieldProxy
annotation.
- install(TypeDescription, TypeDescription) - Static method in class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder
-
Creates a binder by installing two proxy types which are implemented by this binder if a field getter
or a field setter is requested by using the
FieldProxy
annotation.
- install(Class<?>) - Static method in class net.bytebuddy.implementation.bind.annotation.Morph.Binder
-
Installs a given type for use on a
Morph
annotation.
- install(TypeDescription) - Static method in class net.bytebuddy.implementation.bind.annotation.Morph.Binder
-
Installs a given type for use on a
Morph
annotation.
- install(Class<?>) - Static method in class net.bytebuddy.implementation.bind.annotation.Pipe.Binder
-
Installs a given type for use on a
Pipe
annotation.
- install(TypeDescription) - Static method in class net.bytebuddy.implementation.bind.annotation.Pipe.Binder
-
Installs a given type for use on a
Pipe
annotation.
- installOn(Instrumentation) - Method in class net.bytebuddy.agent.builder.AgentBuilder.Default
-
- installOn(Instrumentation) - Method in class net.bytebuddy.agent.builder.AgentBuilder.Default.Matched
-
- installOn(Instrumentation) - Method in interface net.bytebuddy.agent.builder.AgentBuilder
-
- installOnByteBuddyAgent() - Method in class net.bytebuddy.agent.builder.AgentBuilder.Default
-
- installOnByteBuddyAgent() - Method in class net.bytebuddy.agent.builder.AgentBuilder.Default.Matched
-
- installOnByteBuddyAgent() - Method in interface net.bytebuddy.agent.builder.AgentBuilder
-
Creates and installs a
ClassFileTransformer
that implements the configuration of
this agent builder with the Byte Buddy-agent which must be installed prior to calling this method.
- INSTANCE_FIELD - Static variable in class net.bytebuddy.implementation.auxiliary.TypeProxy
-
The name of the field that stores the delegation instance.
- InstanceFieldConstructor(TypeDescription) - Constructor for class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.InstanceFieldConstructor
-
Creates a new implementation for implementing a field accessor proxy's constructor when accessing
a non-static field.
- InstanceFieldConstructor(TypeDescription) - Constructor for class net.bytebuddy.implementation.bind.annotation.Morph.Binder.RedirectionProxy.InstanceFieldConstructor
-
Creates a new instance field constructor implementation.
- InstrumentableMatcher(ElementMatcher<? super MethodDescription>) - Constructor for class net.bytebuddy.dynamic.scaffold.subclass.SubclassDynamicTypeBuilder.InstrumentableMatcher
-
- instrumentedMethods - Variable in class net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.AbstractBase
-
A set containing all instrumented methods.
- instrumentedMethods - Variable in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default
-
A list of all instrumented methods.
- InstrumentedType - Interface in net.bytebuddy.dynamic.scaffold
-
Implementations of this interface represent an instrumented type that is subject to change.
- instrumentedType - Variable in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default
-
The instrumented type that is to be written.
- InstrumentedType.AbstractBase - Class in net.bytebuddy.dynamic.scaffold
-
An abstract base implementation of an instrumented type.
- InstrumentedType.AbstractBase.FieldToken - Class in net.bytebuddy.dynamic.scaffold
-
An implementation of a new field for the enclosing instrumented type.
- InstrumentedType.AbstractBase.MethodToken - Class in net.bytebuddy.dynamic.scaffold
-
An implementation of a new method or constructor for the enclosing instrumented type.
- InstrumentedType.AbstractBase.MethodToken.ParameterToken - Class in net.bytebuddy.dynamic.scaffold
-
An implementation of a method parameter for a method of an instrumented type.
- InstrumentedType.TypeInitializer - Interface in net.bytebuddy.dynamic.scaffold
-
A type initializer is responsible for defining a type's static initialization block.
- InstrumentedType.TypeInitializer.None - Enum in net.bytebuddy.dynamic.scaffold
-
Canonical implementation of a non-defined type initializer.
- InstrumentedType.TypeInitializer.Simple - Class in net.bytebuddy.dynamic.scaffold
-
- IntegerConstant - Enum in net.bytebuddy.implementation.bytecode.constant
-
This class is responsible for loading any int
constant onto the operand stack.
- IntegerConstant.ConstantPool - Class in net.bytebuddy.implementation.bytecode.constant
-
A stack manipulation that loads a JVM-integer value from a constant pool value onto the operand stack.
- IntegerConstant.SingleBytePush - Class in net.bytebuddy.implementation.bytecode.constant
-
A stack manipulation that loads a JVM-integer value by a BIPUSH
operation which is
legal for single byte integer values.
- IntegerConstant.TwoBytePush - Class in net.bytebuddy.implementation.bytecode.constant
-
A stack manipulation that loads a JVM-integer value by a SIPUSH
operation which is
legal for up to two byte integer values.
- intercept(Implementation) - Method in class net.bytebuddy.ByteBuddy.MatchedMethodInterception
-
- intercept(Implementation) - Method in interface net.bytebuddy.ByteBuddy.MethodInterceptable
-
Intercepts the given method with the given implementations.
- intercept(Implementation) - Method in class net.bytebuddy.ByteBuddy.OptionalMethodInterception
-
- intercept(Implementation) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultExceptionDeclarableMethodInterception
-
- intercept(Implementation) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultMatchedMethodInterception
-
- intercept(Implementation) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultOptionalMatchedMethodInterception
-
- intercept(Implementation) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder.MatchedMethodInterception
-
Intercepts the currently selected method by a given implementation.
- interfaceTypes - Variable in class net.bytebuddy.ByteBuddy
-
A list of interface types to be implemented by any class that is implemented by the current configuration.
- interfaceTypes - Variable in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
The interface types to implement as specified for this builder.
- internalName - Variable in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.MethodToken
-
The internal name of the method.
- Invocation(MethodDescription) - Constructor for class net.bytebuddy.implementation.bytecode.member.MethodInvocation.Invocation
-
Creates an invocation of a given method on its declaring type as an invocation target.
- Invocation(MethodDescription, TypeDescription) - Constructor for class net.bytebuddy.implementation.bytecode.member.MethodInvocation.Invocation
-
Creates an invocation of a given method on a given invocation target type.
- invocationHandler - Variable in class net.bytebuddy.implementation.InvocationHandlerAdapter.ForStaticDelegation
-
The invocation handler to which method interceptions are to be delegated.
- InvocationHandlerAdapter - Class in net.bytebuddy.implementation
-
- InvocationHandlerAdapter(String, boolean, Assigner) - Constructor for class net.bytebuddy.implementation.InvocationHandlerAdapter
-
Creates a new invocation handler for a given field.
- InvocationHandlerAdapter.AssignerConfigurable - Interface in net.bytebuddy.implementation
-
- InvocationHandlerAdapter.ForInstanceDelegation - Class in net.bytebuddy.implementation
-
An implementation of an
InvocationHandlerAdapter
that delegates method
invocations to an adapter that is stored in an instance field.
- InvocationHandlerAdapter.ForInstanceDelegation.Appender - Class in net.bytebuddy.implementation
-
- InvocationHandlerAdapter.ForStaticDelegation - Class in net.bytebuddy.implementation
-
An implementation of an
InvocationHandlerAdapter
that delegates method
invocations to an adapter that is stored in a static field.
- InvocationHandlerAdapter.ForStaticDelegation.Appender - Class in net.bytebuddy.implementation
-
- invocationProvider - Variable in class net.bytebuddy.implementation.InvokeDynamic
-
The target provided that identifies the method to be bootstrapped.
- invokable(ElementMatcher<? super MethodDescription>) - Method in class net.bytebuddy.ByteBuddy
-
Intercepts a given selection of byte code level methods, i.e.
- invokable(ElementMatcher<? super MethodDescription>) - Method in class net.bytebuddy.ByteBuddy.Proxy
-
- invokable(ElementMatcher<? super MethodDescription>) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder
-
- invokable(LatentMethodMatcher) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder
-
- invokable(ElementMatcher<? super MethodDescription>) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
- invokable(LatentMethodMatcher) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
- invokable(ElementMatcher<? super MethodDescription>) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder
-
Selects a set of byte code level methods, i.e.
- invokable(LatentMethodMatcher) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder
-
Selects a set of byte code level methods, i.e.
- invokableMethods - Variable in class net.bytebuddy.implementation.Implementation.Target.AbstractBase
-
A map of invokable methods by their unique signature.
- invoke(Object, Method, Object[]) - Method in class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationInvocationHandler
-
- invoke(Implementation.Target, TypeDescription, MethodDescription) - Method in interface net.bytebuddy.implementation.auxiliary.TypeProxy.InvocationFactory
-
Creates a special method invocation to implement for a given method.
- invoke(MethodDescription) - Method in interface net.bytebuddy.implementation.bind.MethodDelegationBinder.MethodInvoker
-
Creates a method invocation for a given method.
- invoke(MethodDescription) - Method in enum net.bytebuddy.implementation.bind.MethodDelegationBinder.MethodInvoker.Simple
-
- invoke(MethodDescription) - Method in class net.bytebuddy.implementation.bind.MethodDelegationBinder.MethodInvoker.Virtual
-
- invoke(MethodDescription) - Static method in enum net.bytebuddy.implementation.bytecode.member.MethodInvocation
-
Creates a method invocation with an implicitly determined invocation type.
- invoke(Class<?>) - Method in class net.bytebuddy.implementation.InvokeDynamic.WithImplicitTarget
-
Requests the bootstrap method to bind a method with the given return type.
- invoke(TypeDescription) - Method in class net.bytebuddy.implementation.InvokeDynamic.WithImplicitTarget
-
Requests the bootstrap method to bind a method with the given return type.
- invoke(String) - Method in class net.bytebuddy.implementation.InvokeDynamic.WithImplicitTarget
-
Requests the bootstrap method is passed the given method name.
- invoke(String, Class<?>) - Method in class net.bytebuddy.implementation.InvokeDynamic.WithImplicitTarget
-
Requests the bootstrap method to bind a method with the given return type.
- invoke(String, TypeDescription) - Method in class net.bytebuddy.implementation.InvokeDynamic.WithImplicitTarget
-
Requests the bootstrap method to bind a method with the given return type.
- invoke(Method) - Static method in class net.bytebuddy.implementation.MethodCall
-
Invokes the given method.
- invoke(Constructor<?>) - Static method in class net.bytebuddy.implementation.MethodCall
-
Invokes the given constructor on the instance of the instrumented type.
- invoke(MethodDescription) - Static method in class net.bytebuddy.implementation.MethodCall
-
Invokes the given method.
- invoke(MethodCall.MethodLocator) - Static method in class net.bytebuddy.implementation.MethodCall
-
Invokes a method using the provided method locator.
- invoke(MethodDescription, Implementation.Target) - Method in enum net.bytebuddy.implementation.MethodCall.MethodInvoker.ForDefaultMethodInvocation
-
- invoke(MethodDescription, Implementation.Target) - Method in enum net.bytebuddy.implementation.MethodCall.MethodInvoker.ForStandardInvocation
-
- invoke(MethodDescription, Implementation.Target) - Method in enum net.bytebuddy.implementation.MethodCall.MethodInvoker.ForSuperMethodInvocation
-
- invoke(MethodDescription, Implementation.Target) - Method in interface net.bytebuddy.implementation.MethodCall.MethodInvoker
-
Invokes the method.
- invoke(Object, Object...) - Method in class net.bytebuddy.utility.JavaMethod.ForLoadedConstructor
-
- invoke(Object, Object...) - Method in class net.bytebuddy.utility.JavaMethod.ForLoadedMethod
-
- invoke(Object, Object...) - Method in enum net.bytebuddy.utility.JavaMethod.ForUnavailableMethod
-
- invoke(Object, Object...) - Method in interface net.bytebuddy.utility.JavaMethod
-
Invokes this method.
- invokeable(LatentMethodMatcher) - Method in class net.bytebuddy.ByteBuddy
-
Intercepts a given selection of byte code level methods, i.e.
- invokeable(LatentMethodMatcher) - Method in class net.bytebuddy.ByteBuddy.Proxy
-
- invokeDefault(TypeDescription, String) - Method in class net.bytebuddy.implementation.Implementation.Target.AbstractBase
-
- invokeDefault(TypeDescription, String) - Method in interface net.bytebuddy.implementation.Implementation.Target
-
Creates a special method invocation for invoking a default method.
- InvokeDynamic - Class in net.bytebuddy.implementation
-
- InvokeDynamic(MethodDescription, List<?>, InvokeDynamic.InvocationProvider, InvokeDynamic.TerminationHandler, Assigner, boolean) - Constructor for class net.bytebuddy.implementation.InvokeDynamic
-
Creates a new invoke dynamic implementation.
- InvokeDynamic.AbstractDelegator - Class in net.bytebuddy.implementation
-
An abstract delegator that allows to specify a configuration for any specification of an argument.
- InvokeDynamic.Appender - Class in net.bytebuddy.implementation
-
The byte code appender to be used by the
InvokeDynamic
implementation.
- InvokeDynamic.InvocationProvider - Interface in net.bytebuddy.implementation
-
An invocation provider is responsible for loading the arguments of the invoked method onto the operand
stack and for creating the actual invoke dynamic instruction.
- InvokeDynamic.InvocationProvider.ArgumentProvider - Interface in net.bytebuddy.implementation
-
An argument provider is responsible for loading arguments to a bootstrapped method onto the operand
stack and providing the types of these arguments.
- InvokeDynamic.InvocationProvider.ArgumentProvider.ConstantPoolWrapper - Enum in net.bytebuddy.implementation
-
Represents wrapper types and types that could be stored in a class's constant pool as such
constant pool values.
- InvokeDynamic.InvocationProvider.ArgumentProvider.ConstantPoolWrapper.WrappingArgumentProvider - Class in net.bytebuddy.implementation
-
An argument provider that loads a primitive value from the constant pool and wraps it.
- InvokeDynamic.InvocationProvider.ArgumentProvider.ForBooleanConstant - Class in net.bytebuddy.implementation
-
An argument provider for a boolean
value.
- InvokeDynamic.InvocationProvider.ArgumentProvider.ForByteConstant - Class in net.bytebuddy.implementation
-
An argument provider for a byte
value.
- InvokeDynamic.InvocationProvider.ArgumentProvider.ForCharacterConstant - Class in net.bytebuddy.implementation
-
An argument provider for a char
value.
- InvokeDynamic.InvocationProvider.ArgumentProvider.ForClassConstant - Class in net.bytebuddy.implementation
-
An argument provider for a
Class
constant.
- InvokeDynamic.InvocationProvider.ArgumentProvider.ForDoubleConstant - Class in net.bytebuddy.implementation
-
An argument provider for a double
value.
- InvokeDynamic.InvocationProvider.ArgumentProvider.ForEnumerationValue - Class in net.bytebuddy.implementation
-
An argument provider for an
Enum
constant.
- InvokeDynamic.InvocationProvider.ArgumentProvider.ForExistingField - Class in net.bytebuddy.implementation
-
Provides an argument from an existing field.
- InvokeDynamic.InvocationProvider.ArgumentProvider.ForExplicitTypedMethodParameter - Class in net.bytebuddy.implementation
-
An argument provider that loads an argument of the intercepted method.
- InvokeDynamic.InvocationProvider.ArgumentProvider.ForFloatConstant - Class in net.bytebuddy.implementation
-
An argument provider for a float
value.
- InvokeDynamic.InvocationProvider.ArgumentProvider.ForInstanceField - Class in net.bytebuddy.implementation
-
An argument provider that loads a value from an instance field.
- InvokeDynamic.InvocationProvider.ArgumentProvider.ForIntegerConstant - Class in net.bytebuddy.implementation
-
An argument provider for a int
value.
- InvokeDynamic.InvocationProvider.ArgumentProvider.ForInterceptedMethodInstanceAndParameters - Enum in net.bytebuddy.implementation
-
An argument provider that loads a reference to the intercepted instance and all arguments of
the intercepted method.
- InvokeDynamic.InvocationProvider.ArgumentProvider.ForInterceptedMethodParameters - Enum in net.bytebuddy.implementation
-
An argument provider that loads all arguments of the intercepted method.
- InvokeDynamic.InvocationProvider.ArgumentProvider.ForJavaInstance - Class in net.bytebuddy.implementation
-
An argument provider for a Java instance.
- InvokeDynamic.InvocationProvider.ArgumentProvider.ForLongConstant - Class in net.bytebuddy.implementation
-
An argument provider for a long
value.
- InvokeDynamic.InvocationProvider.ArgumentProvider.ForMethodParameter - Class in net.bytebuddy.implementation
-
An argument provider that loads an argument of the intercepted method.
- InvokeDynamic.InvocationProvider.ArgumentProvider.ForNullValue - Class in net.bytebuddy.implementation
-
An argument provider for the null
value.
- InvokeDynamic.InvocationProvider.ArgumentProvider.ForShortConstant - Class in net.bytebuddy.implementation
-
An argument provider for a short
value.
- InvokeDynamic.InvocationProvider.ArgumentProvider.ForStaticField - Class in net.bytebuddy.implementation
-
An argument provider for a value that is stored in a randomly named static field.
- InvokeDynamic.InvocationProvider.ArgumentProvider.ForStringConstant - Class in net.bytebuddy.implementation
-
An argument provider for a
String
value.
- InvokeDynamic.InvocationProvider.ArgumentProvider.ForThisInstance - Class in net.bytebuddy.implementation
-
An argument provider that loads the intercepted instance.
- InvokeDynamic.InvocationProvider.ArgumentProvider.Resolved - Interface in net.bytebuddy.implementation
-
- InvokeDynamic.InvocationProvider.ArgumentProvider.Resolved.Simple - Class in net.bytebuddy.implementation
-
A simple implementation of a resolved argument provider.
- InvokeDynamic.InvocationProvider.Default - Class in net.bytebuddy.implementation
-
An invocation provider that requests a synthetic dynamic invocation where all arguments are explicitly
provided by the user.
- InvokeDynamic.InvocationProvider.Default.Target - Class in net.bytebuddy.implementation
-
A target for a synthetically bound method call.
- InvokeDynamic.InvocationProvider.NameProvider - Interface in net.bytebuddy.implementation
-
Provides the name of the method that is to be bound by a dynamic method call.
- InvokeDynamic.InvocationProvider.NameProvider.ForExplicitName - Class in net.bytebuddy.implementation
-
A name provider that provides an explicit name.
- InvokeDynamic.InvocationProvider.NameProvider.ForInterceptedMethod - Enum in net.bytebuddy.implementation
-
A name provider that provides the name of the intercepted method.
- InvokeDynamic.InvocationProvider.ReturnTypeProvider - Interface in net.bytebuddy.implementation
-
Provides the return type that is requested from the bootstrap method.
- InvokeDynamic.InvocationProvider.ReturnTypeProvider.ForExplicitType - Class in net.bytebuddy.implementation
-
Requests an explicit return type.
- InvokeDynamic.InvocationProvider.ReturnTypeProvider.ForInterceptedMethod - Enum in net.bytebuddy.implementation
-
Requests the return type of the intercepted method.
- InvokeDynamic.InvocationProvider.Target - Interface in net.bytebuddy.implementation
-
A target for a dynamic method invocation.
- InvokeDynamic.InvocationProvider.Target.ForMethodDescription - Class in net.bytebuddy.implementation
-
A target that requests to dynamically invoke a method to substitute for a given method.
- InvokeDynamic.InvocationProvider.Target.Resolved - Interface in net.bytebuddy.implementation
-
- InvokeDynamic.InvocationProvider.Target.Resolved.Simple - Class in net.bytebuddy.implementation
-
- InvokeDynamic.TerminationHandler - Interface in net.bytebuddy.implementation
-
A termination handler is responsible to handle the return value of a method that is invoked via a
InvokeDynamic
.
- InvokeDynamic.TerminationHandler.ForChainedInvocation - Enum in net.bytebuddy.implementation
-
Drops the return value of the dynamic invocation from the operand stack without returning from the
intercepted method.
- InvokeDynamic.TerminationHandler.ForMethodReturn - Enum in net.bytebuddy.implementation
-
Returns the return value of the dynamic invocation from the intercepted method.
- InvokeDynamic.WithImplicitArguments - Class in net.bytebuddy.implementation
-
Representation of an
InvokeDynamic
implementation where the bootstrapped
method is passed a
this
reference, if available, and any arguments of the instrumented method.
- InvokeDynamic.WithImplicitArgumentType - Class in net.bytebuddy.implementation
-
An invoke dynamic implementation where the last argument is an implicitly typed method argument.
- InvokeDynamic.WithImplicitFieldType - Class in net.bytebuddy.implementation
-
A step in the invoke dynamic domain specific language that allows to explicitly specify a field type for a reference value.
- InvokeDynamic.WithImplicitTarget - Class in net.bytebuddy.implementation
-
Representation of an
InvokeDynamic
implementation where the bootstrapped
method is passed a
this
reference, if available, and any arguments of the instrumented method and
where the invocation target is implicit.
- invokeStatic(Object...) - Method in class net.bytebuddy.utility.JavaMethod.ForLoadedConstructor
-
- invokeStatic(Object...) - Method in class net.bytebuddy.utility.JavaMethod.ForLoadedMethod
-
- invokeStatic(Object...) - Method in enum net.bytebuddy.utility.JavaMethod.ForUnavailableMethod
-
- invokeStatic(Object...) - Method in interface net.bytebuddy.utility.JavaMethod
-
Invokes a static method.
- invokeSuper(MethodDescription) - Method in class net.bytebuddy.dynamic.scaffold.inline.RebaseImplementationTarget
-
- invokeSuper(MethodDescription) - Method in class net.bytebuddy.dynamic.scaffold.subclass.SubclassImplementationTarget
-
- invokeSuper(MethodDescription, Implementation.Target.MethodLookup) - Method in class net.bytebuddy.implementation.Implementation.Target.AbstractBase
-
- invokeSuper(MethodDescription) - Method in class net.bytebuddy.implementation.Implementation.Target.AbstractBase
-
Invokes the fully resolved method to be invoked by a super method call.
- invokeSuper(MethodDescription, Implementation.Target.MethodLookup) - Method in interface net.bytebuddy.implementation.Implementation.Target
-
Creates a special method invocation for invoking the super method of the given method.
- invokeSuper() - Static method in class net.bytebuddy.implementation.MethodCall
-
Invokes the method that is instrumented by the returned instance by a super method invocation.
- is(boolean) - Static method in enum net.bytebuddy.description.modifier.EnumerationState
-
Creates an enumeration state from a boolean value indicating if a type or member is supposed to be synthetic.
- is(boolean) - Static method in enum net.bytebuddy.description.modifier.SynchronizationState
-
Creates a synchronization state from a boolean value indicating if a method is supposed to be synchronized.
- is(boolean) - Static method in enum net.bytebuddy.description.modifier.SyntheticState
-
Creates a synthetic state from a boolean value indicating if a type or member is supposed to be synthetic.
- is(Object) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- is(Method) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- is(Constructor<?>) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- is(MethodDescription) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- is(Class<?>) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- is(TypeDescription) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- is(Annotation) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- is(AnnotationDescription) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- isAbstract() - Method in enum net.bytebuddy.description.modifier.MethodManifestation
-
Returns true
if this instance represents a abstract
method.
- isAbstract() - Method in enum net.bytebuddy.description.modifier.TypeManifestation
-
Returns true
if a type represents an abstract
type but not an interface type.
- isAbstract() - Method in class net.bytebuddy.description.ModifierReviewable.AbstractModifierReviewable
-
- isAbstract() - Method in interface net.bytebuddy.description.ModifierReviewable
-
Specifies if the modifier described by this object is abstract
.
- isAlive() - Method in class net.bytebuddy.implementation.LoadedTypeInitializer.Compound
-
- isAlive() - Method in class net.bytebuddy.implementation.LoadedTypeInitializer.ForStaticField
-
- isAlive() - Method in interface net.bytebuddy.implementation.LoadedTypeInitializer
-
Indicates if this initializer is alive and needs to be invoked.
- isAlive() - Method in enum net.bytebuddy.implementation.LoadedTypeInitializer.NoOp
-
- isAnnotatedWith(Class<? extends Annotation>) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- isAnnotatedWith(TypeDescription) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- isAnnotatedWith(ElementMatcher<? super TypeDescription>) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- isAnnotation() - Method in enum net.bytebuddy.description.modifier.TypeManifestation
-
Returns true
if a type represents an annotation type.
- isAnnotation() - Method in class net.bytebuddy.description.ModifierReviewable.AbstractModifierReviewable
-
- isAnnotation() - Method in interface net.bytebuddy.description.ModifierReviewable
-
Specifies if the modifier described by this object represents the annotation flag.
- isAnnotation() - Method in class net.bytebuddy.description.type.TypeDescription.ForLoadedType
-
- isAnnotation(T) - Static method in class net.bytebuddy.utility.ByteBuddyCommons
-
Validates if a type is an annotation type.
- isAnnotationPresent(Class<? extends Annotation>) - Method in class net.bytebuddy.description.annotation.AnnotationList.Empty
-
- isAnnotationPresent(TypeDescription) - Method in class net.bytebuddy.description.annotation.AnnotationList.Empty
-
- isAnnotationPresent(Class<? extends Annotation>) - Method in class net.bytebuddy.description.annotation.AnnotationList.Explicit
-
- isAnnotationPresent(TypeDescription) - Method in class net.bytebuddy.description.annotation.AnnotationList.Explicit
-
- isAnnotationPresent(Class<? extends Annotation>) - Method in class net.bytebuddy.description.annotation.AnnotationList.ForLoadedAnnotation
-
- isAnnotationPresent(TypeDescription) - Method in class net.bytebuddy.description.annotation.AnnotationList.ForLoadedAnnotation
-
- isAnnotationPresent(Class<? extends Annotation>) - Method in interface net.bytebuddy.description.annotation.AnnotationList
-
Checks if this list contains an annotation of the given type.
- isAnnotationPresent(TypeDescription) - Method in interface net.bytebuddy.description.annotation.AnnotationList
-
Checks if this list contains an annotation of the given type.
- isAnnotationReturnType() - Method in class net.bytebuddy.description.type.TypeDescription.AbstractTypeDescription
-
- isAnnotationReturnType() - Method in interface net.bytebuddy.description.type.TypeDescription
-
Checks if instances of this type can be returned from an annotation method.
- isAnnotationValue(Object) - Method in class net.bytebuddy.description.type.TypeDescription.AbstractTypeDescription
-
- isAnnotationValue() - Method in class net.bytebuddy.description.type.TypeDescription.AbstractTypeDescription
-
- isAnnotationValue() - Method in interface net.bytebuddy.description.type.TypeDescription
-
Checks if instances of this type can be used for describing an annotation value.
- isAnnotationValue(Object) - Method in interface net.bytebuddy.description.type.TypeDescription
-
Checks if instances of this type can be used for describing the given annotation value.
- isAnonymousClass() - Method in class net.bytebuddy.description.type.TypeDescription.ArrayProjection
-
- isAnonymousClass() - Method in class net.bytebuddy.description.type.TypeDescription.ForLoadedType
-
- isAnonymousClass() - Method in interface net.bytebuddy.description.type.TypeDescription
-
Checks if this type description represents an anonymous type.
- isAnonymousClass() - Method in class net.bytebuddy.description.type.TypeDescription.Latent
-
- isAnonymousClass() - Method in class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase
-
- isAnonymousClass() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription
-
- isArray() - Method in class net.bytebuddy.description.type.TypeDescription.AbstractTypeDescription.OfSimpleType
-
- isArray() - Method in class net.bytebuddy.description.type.TypeDescription.ArrayProjection
-
- isArray() - Method in class net.bytebuddy.description.type.TypeDescription.ForLoadedType
-
- isArray() - Method in interface net.bytebuddy.description.type.TypeDescription
-
Checks if the type described by this entity is an array.
- isAssignableFrom(Class<?>) - Method in class net.bytebuddy.description.type.TypeDescription.AbstractTypeDescription.OfSimpleType
-
- isAssignableFrom(TypeDescription) - Method in class net.bytebuddy.description.type.TypeDescription.AbstractTypeDescription.OfSimpleType
-
- isAssignableFrom(Class<?>) - Method in class net.bytebuddy.description.type.TypeDescription.ArrayProjection
-
- isAssignableFrom(TypeDescription) - Method in class net.bytebuddy.description.type.TypeDescription.ArrayProjection
-
- isAssignableFrom(Class<?>) - Method in class net.bytebuddy.description.type.TypeDescription.ForLoadedType
-
- isAssignableFrom(TypeDescription) - Method in class net.bytebuddy.description.type.TypeDescription.ForLoadedType
-
- isAssignableFrom(Class<?>) - Method in interface net.bytebuddy.description.type.TypeDescription
-
Checks if this type is assignable from the type described by this instance, for example for
class Foo
and class Bar extends Foo
, this method would return true
for
Foo.class.isAssignableFrom(Bar.class)
.
- isAssignableFrom(TypeDescription) - Method in interface net.bytebuddy.description.type.TypeDescription
-
Checks if this type is assignable from the type described by this instance, for example for
class Foo
and class Bar extends Foo
, this method would return true
for
Foo.class.isAssignableFrom(Bar.class)
.
- isAssignableTo(Class<?>) - Method in class net.bytebuddy.description.type.TypeDescription.AbstractTypeDescription.OfSimpleType
-
- isAssignableTo(TypeDescription) - Method in class net.bytebuddy.description.type.TypeDescription.AbstractTypeDescription.OfSimpleType
-
- isAssignableTo(Class<?>) - Method in class net.bytebuddy.description.type.TypeDescription.ArrayProjection
-
- isAssignableTo(TypeDescription) - Method in class net.bytebuddy.description.type.TypeDescription.ArrayProjection
-
- isAssignableTo(Class<?>) - Method in class net.bytebuddy.description.type.TypeDescription.ForLoadedType
-
- isAssignableTo(TypeDescription) - Method in class net.bytebuddy.description.type.TypeDescription.ForLoadedType
-
- isAssignableTo(Class<?>) - Method in interface net.bytebuddy.description.type.TypeDescription
-
Checks if this type is assignable from the type described by this instance, for example for
class Foo
and class Bar extends Foo
, this method would return true
for
Bar.class.isAssignableTo(Foo.class)
.
- isAssignableTo(TypeDescription) - Method in interface net.bytebuddy.description.type.TypeDescription
-
Checks if this type is assignable from the type described by this instance, for example for
class Foo
and class Bar extends Foo
, this method would return true
for
Bar.class.isAssignableFrom(Foo.class)
.
- isBootstrap() - Method in class net.bytebuddy.description.method.MethodDescription.AbstractMethodDescription
-
- isBootstrap(List<?>) - Method in class net.bytebuddy.description.method.MethodDescription.AbstractMethodDescription
-
- isBootstrap() - Method in interface net.bytebuddy.description.method.MethodDescription
-
Checks if the method is a bootstrap method.
- isBootstrap(List<?>) - Method in interface net.bytebuddy.description.method.MethodDescription
-
Checks if the method is a bootstrap method that accepts the given arguments.
- isBootstrapClassLoader() - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- isBridge() - Method in class net.bytebuddy.description.method.MethodDescription.ForLoadedMethod
-
- isBridge() - Method in enum net.bytebuddy.description.modifier.MethodManifestation
-
Returns true
if this instance represents a bridge method.
- isBridge() - Method in class net.bytebuddy.description.ModifierReviewable.AbstractModifierReviewable
-
- isBridge() - Method in interface net.bytebuddy.description.ModifierReviewable
-
Specifies if the modifier described by this object represents the bridge flag.
- isBridge() - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- isChildOf(ClassLoader) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
Matches any class loader that is either the given class loader or a child of the given class loader.
- isClone() - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- isConstantPool() - Method in class net.bytebuddy.description.type.TypeDescription.AbstractTypeDescription
-
- isConstantPool() - Method in interface net.bytebuddy.description.type.TypeDescription
-
Checks if instances of this type can be stored in the constant pool of a class.
- isConstructor() - Method in class net.bytebuddy.description.method.MethodDescription.AbstractMethodDescription
-
- isConstructor() - Method in class net.bytebuddy.description.method.MethodDescription.ForLoadedConstructor
-
- isConstructor() - Method in class net.bytebuddy.description.method.MethodDescription.ForLoadedMethod
-
- isConstructor() - Method in interface net.bytebuddy.description.method.MethodDescription
-
Checks if this method description represents a constructor.
- isConstructor() - Method in class net.bytebuddy.dynamic.scaffold.MethodLookupEngine.ConflictingInterfaceMethod
-
- isConstructor() - Method in class net.bytebuddy.dynamic.scaffold.MethodLookupEngine.OverriddenClassMethod
-
- isConstructor() - Static method in class net.bytebuddy.matcher.ElementMatchers
-
Only matches method descriptions that represent a
Constructor
.
- isDeclaredBy(TypeDescription) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- isDeclaredBy(Class<?>) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- isDeclaredBy(ElementMatcher<? super TypeDescription>) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- isDeclaredInMethod() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription.DeclarationContext.DeclaredInMethod
-
- isDeclaredInMethod() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription.DeclarationContext.DeclaredInType
-
- isDeclaredInMethod() - Method in interface net.bytebuddy.pool.TypePool.LazyTypeDescription.DeclarationContext
-
Returns true
if this instance represents a type that was declared within a method.
- isDeclaredInMethod() - Method in enum net.bytebuddy.pool.TypePool.LazyTypeDescription.DeclarationContext.SelfDeclared
-
- isDeclaredInType() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription.DeclarationContext.DeclaredInMethod
-
- isDeclaredInType() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription.DeclarationContext.DeclaredInType
-
- isDeclaredInType() - Method in interface net.bytebuddy.pool.TypePool.LazyTypeDescription.DeclarationContext
-
Returns true
if this instance represents a type that was declared within another type but not
within a method.
- isDeclaredInType() - Method in enum net.bytebuddy.pool.TypePool.LazyTypeDescription.DeclarationContext.SelfDeclared
-
- isDefaultConstructor() - Static method in class net.bytebuddy.matcher.ElementMatchers
-
Matches a default constructor, i.e.
- isDefaultFinalizer() - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- isDefaultMethod() - Method in class net.bytebuddy.description.method.MethodDescription.AbstractMethodDescription
-
- isDefaultMethod() - Method in interface net.bytebuddy.description.method.MethodDescription
-
Checks if this method represents a Java 8+ default method.
- isDefaultMethod() - Static method in class net.bytebuddy.matcher.ElementMatchers
-
Only matches Java 8 default methods.
- isDefaultValue() - Method in class net.bytebuddy.description.method.MethodDescription.AbstractMethodDescription
-
- isDefaultValue(Object) - Method in class net.bytebuddy.description.method.MethodDescription.AbstractMethodDescription
-
- isDefaultValue() - Method in interface net.bytebuddy.description.method.MethodDescription
-
Checks if this method is capable of defining a default annotation value.
- isDefaultValue(Object) - Method in interface net.bytebuddy.description.method.MethodDescription
-
Checks if the given value can describe a default annotation value for this method.
- isDefined() - Method in class net.bytebuddy.ByteBuddy.Definable.Defined
-
- isDefined() - Method in interface net.bytebuddy.ByteBuddy.Definable
-
Checks if this value is explicitly defined.
- isDefined() - Method in class net.bytebuddy.ByteBuddy.Definable.Undefined
-
- isDefined() - Method in enum net.bytebuddy.description.annotation.AnnotationDescription.AnnotationValue.Loaded.State
-
Returns true
if the related annotation value is defined, i.e.
- isDefined() - Method in interface net.bytebuddy.dynamic.scaffold.InstrumentedType.TypeInitializer
-
Indicates if this type initializer is defined.
- isDefined() - Method in enum net.bytebuddy.dynamic.scaffold.InstrumentedType.TypeInitializer.None
-
- isDefined() - Method in class net.bytebuddy.dynamic.scaffold.InstrumentedType.TypeInitializer.Simple
-
- isDefined() - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ForInlining.RedefinitionClassVisitor.TypeInitializerInjection
-
- isDefined() - Method in enum net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry.Sort
-
Indicates if this sort defines a method, with or without byte code.
- isDefined() - Method in interface net.bytebuddy.implementation.Implementation.Context.ExtractableView.InjectedCode
-
Checks if there is actually code defined to be injected.
- isDefined() - Method in enum net.bytebuddy.implementation.Implementation.Context.ExtractableView.InjectedCode.None
-
- isDelegating(ClassLoader) - Static method in class net.bytebuddy.dynamic.ClassFileLocator.AgentBased.ClassLoadingDelegate.ForDelegatingClassLoader
-
Checks if a class loader is a delegating class loader.
- isDeprecated() - Method in class net.bytebuddy.description.ModifierReviewable.AbstractModifierReviewable
-
- isDeprecated() - Method in interface net.bytebuddy.description.ModifierReviewable
-
Specifies if the modifier described by this object represents the deprecated flag.
- isEmpty(T, String) - Static method in class net.bytebuddy.utility.ByteBuddyCommons
-
Validates that a collection is empty.
- isEnum() - Method in class net.bytebuddy.description.ModifierReviewable.AbstractModifierReviewable
-
- isEnum() - Method in interface net.bytebuddy.description.ModifierReviewable
-
Specifies if the modifier described by this object represents the enum flag.
- isEnumeration() - Method in enum net.bytebuddy.description.modifier.EnumerationState
-
Checks if the current state describes the enum state.
- isEquals() - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- isExtendable(T) - Static method in class net.bytebuddy.utility.ByteBuddyCommons
-
Validates that a type can be implemented, i.e.
- isExtensionClassLoader() - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- isFinal() - Method in enum net.bytebuddy.description.modifier.FieldManifestation
-
Returns true
if this manifestation represents a final
type.
- isFinal() - Method in enum net.bytebuddy.description.modifier.MethodManifestation
-
Returns true
if this instance represents a final
method.
- isFinal() - Method in enum net.bytebuddy.description.modifier.TypeManifestation
-
Returns true
if a type represents a final
type.
- isFinal() - Method in class net.bytebuddy.description.ModifierReviewable.AbstractModifierReviewable
-
- isFinal() - Method in interface net.bytebuddy.description.ModifierReviewable
-
Specifies if the modifier described by this object is final
.
- isFinal() - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- isFinalizer() - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- isGetter() - Static method in class net.bytebuddy.matcher.ElementMatchers
-
Matches any Java bean getter method.
- isGetter(Class<?>) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
Matches any Java bean getter method which returns the given type.
- isGetter(TypeDescription) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
Matches any Java bean getter method which returns the given type.
- isGetter(ElementMatcher<? super TypeDescription>) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
Matches any Java bean getter method which returns an value with a type matches the supplied matcher.
- isHashCode() - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- isImplemented() - Method in enum net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry.Sort
-
Indicates if this sort defines byte code.
- isInstance(Object) - Method in class net.bytebuddy.description.type.TypeDescription.AbstractTypeDescription
-
- isInstance(Object) - Method in class net.bytebuddy.description.type.TypeDescription.AbstractTypeDescription.OfSimpleType
-
- isInstance(Object) - Method in class net.bytebuddy.description.type.TypeDescription.ForLoadedType
-
- isInstance(Object) - Method in interface net.bytebuddy.description.type.TypeDescription
-
Checks if value
is an instance of the type represented by this instance.
- isInstanceOrWrapper(Object) - Method in class net.bytebuddy.description.type.TypeDescription.AbstractTypeDescription
-
- isInstanceOrWrapper(Object) - Method in interface net.bytebuddy.description.type.TypeDescription
-
Checks if value
is an instance of the type represented by this instance or a wrapper instance of the
corresponding primitive value.
- isInterface() - Method in enum net.bytebuddy.description.modifier.TypeManifestation
-
Returns true
if a type represents an interface type.
- isInterface() - Method in class net.bytebuddy.description.ModifierReviewable.AbstractModifierReviewable
-
- isInterface() - Method in interface net.bytebuddy.description.ModifierReviewable
-
Specifies if the modifier described by this object represents the interface flag.
- isInterface() - Method in class net.bytebuddy.description.type.TypeDescription.ForLoadedType
-
- isInterface(T) - Static method in class net.bytebuddy.utility.ByteBuddyCommons
-
Validates if a type represents an interface.
- isInterface(T[]) - Static method in class net.bytebuddy.utility.ByteBuddyCommons
-
Validates if an array of type only contains interfaces.
- isInterface(T) - Static method in class net.bytebuddy.utility.ByteBuddyCommons
-
Validates if a list of type only contains interfaces.
- isInvokable() - Method in class net.bytebuddy.utility.JavaMethod.ForLoadedConstructor
-
- isInvokable() - Method in class net.bytebuddy.utility.JavaMethod.ForLoadedMethod
-
- isInvokable() - Method in enum net.bytebuddy.utility.JavaMethod.ForUnavailableMethod
-
- isInvokable() - Method in interface net.bytebuddy.utility.JavaMethod
-
Checks if this method is invokable on the current version of the Java virtual machine.
- isInvokableOn(TypeDescription) - Method in class net.bytebuddy.description.method.MethodDescription.AbstractMethodDescription
-
- isInvokableOn(TypeDescription) - Method in interface net.bytebuddy.description.method.MethodDescription
-
Asserts if this method is invokable on an instance of the given type, i.e.
- isLocalClass() - Method in class net.bytebuddy.description.type.TypeDescription.ArrayProjection
-
- isLocalClass() - Method in class net.bytebuddy.description.type.TypeDescription.ForLoadedType
-
- isLocalClass() - Method in interface net.bytebuddy.description.type.TypeDescription
-
Checks if this type description represents a local type.
- isLocalClass() - Method in class net.bytebuddy.description.type.TypeDescription.Latent
-
- isLocalClass() - Method in class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase
-
- isLocalClass() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription
-
- isMandated() - Method in class net.bytebuddy.description.ModifierReviewable.AbstractModifierReviewable
-
- isMandated() - Method in interface net.bytebuddy.description.ModifierReviewable
-
CSpecifies if the modifier described by this object is mandated.
- isManifest() - Method in enum net.bytebuddy.dynamic.loading.ByteArrayClassLoader.PersistenceHandler
-
Checks if this persistence handler represents manifest class file storage.
- isMemberClass() - Method in class net.bytebuddy.description.type.TypeDescription.ArrayProjection
-
- isMemberClass() - Method in class net.bytebuddy.description.type.TypeDescription.ForLoadedType
-
- isMemberClass() - Method in interface net.bytebuddy.description.type.TypeDescription
-
Checks if this type description represents a member type.
- isMemberClass() - Method in class net.bytebuddy.description.type.TypeDescription.Latent
-
- isMemberClass() - Method in class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase
-
- isMemberClass() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription
-
- isMethod() - Method in class net.bytebuddy.description.method.MethodDescription.AbstractMethodDescription
-
- isMethod() - Method in interface net.bytebuddy.description.method.MethodDescription
-
Checks if this method description represents a method, i.e.
- isMethod() - Static method in class net.bytebuddy.matcher.ElementMatchers
-
Only matches method descriptions that represent a
Method
.
- isNamed() - Method in class net.bytebuddy.description.method.ParameterDescription.ForLoadedParameter
-
- isNamed() - Method in class net.bytebuddy.description.method.ParameterDescription.ForLoadedParameter.OfLegacyVmConstructor
-
- isNamed() - Method in class net.bytebuddy.description.method.ParameterDescription.ForLoadedParameter.OfLegacyVmMethod
-
- isNamed() - Method in interface net.bytebuddy.description.method.ParameterDescription
-
Checks if this parameter has an explicit name.
- isNamed() - Method in class net.bytebuddy.description.method.ParameterDescription.Latent
-
- isNamed() - Method in class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase.MethodToken.ParameterToken
-
- isNative() - Method in enum net.bytebuddy.description.modifier.MethodManifestation
-
Returns true
if this instance represents a native
method.
- isNative() - Method in class net.bytebuddy.description.ModifierReviewable.AbstractModifierReviewable
-
- isNative() - Method in interface net.bytebuddy.description.ModifierReviewable
-
Specifies if the modifier described by this object is native
.
- isNative() - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- isNotEmpty(T, String) - Static method in class net.bytebuddy.utility.ByteBuddyCommons
-
Validates that a collection is not empty.
- isOverridable() - Method in class net.bytebuddy.description.method.MethodDescription.AbstractMethodDescription
-
- isOverridable() - Method in interface net.bytebuddy.description.method.MethodDescription
-
Verifies if this method description represents an overridable method.
- isOverridable() - Static method in class net.bytebuddy.matcher.ElementMatchers
-
Only matches methods that are overridable, i.e.
- isPackagePrivate() - Method in enum net.bytebuddy.description.modifier.Visibility
-
Returns true
if this instance describes package-private visibility.
- isPackagePrivate() - Method in class net.bytebuddy.description.ModifierReviewable.AbstractModifierReviewable
-
- isPackagePrivate() - Method in interface net.bytebuddy.description.ModifierReviewable
-
Specifies if the modifier described by this object is package private.
- isPackagePrivate() - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- isParentOf(ClassLoader) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
Matches any class loader that is either the given class loader or a parent of the given class loader.
- isPlain() - Method in enum net.bytebuddy.description.modifier.FieldManifestation
-
Returns true
if this manifestation represents a field that is neither final
or volatile
.
- isPrimitive() - Method in class net.bytebuddy.description.type.TypeDescription.AbstractTypeDescription.OfSimpleType
-
- isPrimitive() - Method in class net.bytebuddy.description.type.TypeDescription.ArrayProjection
-
- isPrimitive() - Method in class net.bytebuddy.description.type.TypeDescription.ForLoadedType
-
- isPrimitive() - Method in interface net.bytebuddy.description.type.TypeDescription
-
Checks if the type described by this entity is a primitive type.
- isPrimitiveWrapper() - Method in class net.bytebuddy.description.type.TypeDescription.AbstractTypeDescription
-
- isPrimitiveWrapper() - Method in interface net.bytebuddy.description.type.TypeDescription
-
Checks if this type represents a wrapper type for a primitive type.
- isPrivate() - Method in enum net.bytebuddy.description.modifier.Visibility
-
Returns true
if this instance describes private
visibility.
- isPrivate() - Method in class net.bytebuddy.description.ModifierReviewable.AbstractModifierReviewable
-
- isPrivate() - Method in interface net.bytebuddy.description.ModifierReviewable
-
Specifies if the modifier described by this object is private
.
- isPrivate() - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- isProtected() - Method in enum net.bytebuddy.description.modifier.Visibility
-
Returns true
if this instance describes protected
visibility.
- isProtected() - Method in class net.bytebuddy.description.ModifierReviewable.AbstractModifierReviewable
-
- isProtected() - Method in interface net.bytebuddy.description.ModifierReviewable
-
Specifies if the modifier described by this object is protected
.
- isProtected() - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- isPublic() - Method in enum net.bytebuddy.description.modifier.Visibility
-
Returns true
if this instance describes public
visibility.
- isPublic() - Method in class net.bytebuddy.description.ModifierReviewable.AbstractModifierReviewable
-
- isPublic() - Method in interface net.bytebuddy.description.ModifierReviewable
-
Specifies if the modifier described by this object is public
.
- isPublic() - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- isRebased() - Method in class net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.Resolution.ForRebasedConstructor
-
- isRebased() - Method in class net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.Resolution.ForRebasedMethod
-
- isRebased() - Method in interface net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.Resolution
-
Checks if this resolution represents a rebased method.
- isRebased() - Method in class net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.Resolution.Preserved
-
- isRedefinition() - Method in enum net.bytebuddy.dynamic.loading.ClassReloadingStrategy.Engine
-
- isResolved() - Method in enum net.bytebuddy.description.annotation.AnnotationDescription.AnnotationValue.Loaded.State
-
Returns true
if the related annotation value is resolved, i.e.
- isResolved() - Method in class net.bytebuddy.dynamic.ClassFileLocator.Resolution.Explicit
-
- isResolved() - Method in enum net.bytebuddy.dynamic.ClassFileLocator.Resolution.Illegal
-
- isResolved() - Method in interface net.bytebuddy.dynamic.ClassFileLocator.Resolution
-
Checks if this binary representation is valid.
- isResolved() - Method in class net.bytebuddy.dynamic.scaffold.BridgeMethodResolver.Simple.BridgeTarget.Candidate
-
- isResolved() - Method in interface net.bytebuddy.dynamic.scaffold.BridgeMethodResolver.Simple.BridgeTarget
-
Returns true
if the bridge method resolution process was finalized.
- isResolved() - Method in class net.bytebuddy.dynamic.scaffold.BridgeMethodResolver.Simple.BridgeTarget.Resolved
-
- isResolved() - Method in enum net.bytebuddy.dynamic.scaffold.BridgeMethodResolver.Simple.BridgeTarget.Unknown
-
- isResolved() - Method in class net.bytebuddy.pool.TypePool.AbstractBase.ArrayTypeResolution
-
- isResolved() - Method in class net.bytebuddy.pool.TypePool.Resolution.Illegal
-
- isResolved() - Method in interface net.bytebuddy.pool.TypePool.Resolution
-
- isResolved() - Method in class net.bytebuddy.pool.TypePool.Resolution.Simple
-
- isSamePackage(TypeDescription) - Method in class net.bytebuddy.description.type.TypeDescription.AbstractTypeDescription
-
- isSamePackage(TypeDescription) - Method in interface net.bytebuddy.description.type.TypeDescription
-
Checks if two types are defined in the same package.
- isSealed() - Method in class net.bytebuddy.description.type.PackageDescription.ForLoadedPackage
-
- isSealed() - Method in interface net.bytebuddy.description.type.PackageDescription
-
Checks if this package description represents a sealed package.
- isSealed() - Method in class net.bytebuddy.description.type.PackageDescription.Simple
-
- isSelfDeclared() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription.DeclarationContext.DeclaredInMethod
-
- isSelfDeclared() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription.DeclarationContext.DeclaredInType
-
- isSelfDeclared() - Method in interface net.bytebuddy.pool.TypePool.LazyTypeDescription.DeclarationContext
-
Returns true
if this instance represents a self declared type.
- isSelfDeclared() - Method in enum net.bytebuddy.pool.TypePool.LazyTypeDescription.DeclarationContext.SelfDeclared
-
- isSetter() - Static method in class net.bytebuddy.matcher.ElementMatchers
-
Matches any Java bean setter method.
- isSetter(Class<?>) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
Matches any Java bean setter method which takes an argument the given type.
- isSetter(TypeDescription) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
Matches any Java bean setter method which takes an argument the given type.
- isSetter(ElementMatcher<? super TypeDescription>) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
Matches any Java bean setter method which takes an argument that matches the supplied matcher.
- isSort(MethodDescription) - Method in enum net.bytebuddy.matcher.MethodSortMatcher.Sort
-
Determines if a method description is of the represented method sort.
- isSpecializableFor(TypeDescription) - Method in class net.bytebuddy.description.method.MethodDescription.AbstractMethodDescription
-
- isSpecializableFor(TypeDescription) - Method in interface net.bytebuddy.description.method.MethodDescription
-
Checks if this method can be called using the INVOKESPECIAL
for a given type.
- isSpecializableFor(TypeDescription) - Method in class net.bytebuddy.dynamic.scaffold.MethodLookupEngine.ConflictingInterfaceMethod
-
- isSpecializableFor(TypeDescription) - Method in class net.bytebuddy.dynamic.scaffold.MethodLookupEngine.OverriddenClassMethod
-
- isSpecializationOf(MethodDescription) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
Matches a specialized version of a given method.
- isStatic(boolean) - Static method in enum net.bytebuddy.description.modifier.Ownership
-
Creates a member ownership state from a boolean
value indicating if a member is supposed to be
static
.
- isStatic() - Method in enum net.bytebuddy.description.modifier.Ownership
-
Checks if the current state describes a static
member.
- isStatic() - Method in class net.bytebuddy.description.ModifierReviewable.AbstractModifierReviewable
-
- isStatic() - Method in interface net.bytebuddy.description.ModifierReviewable
-
Specifies if the modifier described by this object is static
.
- isStatic() - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- isStrict() - Method in class net.bytebuddy.description.ModifierReviewable.AbstractModifierReviewable
-
- isStrict() - Method in interface net.bytebuddy.description.ModifierReviewable
-
Specifies if the modifier described by this object is strictfp
.
- isStrict() - Method in enum net.bytebuddy.implementation.bind.annotation.AllArguments.Assignment
-
Returns true
if this assignment is strict.
- isStrict() - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- isSubTypeOf(Class<?>) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
Matches any type description that is a subtype of the given type.
- isSubTypeOf(TypeDescription) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
Matches any type description that is a subtype of the given type.
- isSuper() - Method in class net.bytebuddy.description.ModifierReviewable.AbstractModifierReviewable
-
- isSuper() - Method in interface net.bytebuddy.description.ModifierReviewable
-
Specifies if the modifier described by this object reflects the type super flag.
- isSuperTypeOf(Class<?>) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
Matches any type description that is a super type of the given type.
- isSuperTypeOf(TypeDescription) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
Matches any type description that is a super type of the given type.
- isSupportsDefaultMethods() - Method in class net.bytebuddy.ClassFileVersion
-
Checks if this class file version supports interface default methods.
- isSuppressed() - Method in enum net.bytebuddy.implementation.attribute.AnnotationAppender.AnnotationVisibility
-
Checks if this instance represents an annotation that is not to be embedded into Java byte code, i.e.
- isSynchronized() - Method in enum net.bytebuddy.description.modifier.SynchronizationState
-
Checks if the current state describes the synchronized state.
- isSynchronized() - Method in class net.bytebuddy.description.ModifierReviewable.AbstractModifierReviewable
-
- isSynchronized() - Method in interface net.bytebuddy.description.ModifierReviewable
-
Specifies if the modifier described by this object is synchronized
.
- isSynchronized() - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- isSynthetic() - Method in class net.bytebuddy.description.field.FieldDescription.ForLoadedField
-
- isSynthetic() - Method in class net.bytebuddy.description.method.MethodDescription.ForLoadedConstructor
-
- isSynthetic() - Method in class net.bytebuddy.description.method.MethodDescription.ForLoadedMethod
-
- isSynthetic() - Method in enum net.bytebuddy.description.modifier.SyntheticState
-
Checks if the current state describes the synthetic state.
- isSynthetic() - Method in class net.bytebuddy.description.ModifierReviewable.AbstractModifierReviewable
-
- isSynthetic() - Method in interface net.bytebuddy.description.ModifierReviewable
-
Specifies if the modifier described by this object is synthetic.
- isSynthetic() - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- isSystemClassLoader() - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- isThrowable(T) - Static method in class net.bytebuddy.utility.ByteBuddyCommons
-
Checks if given types can all be thrown, i.e.
- isToString() - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- isTransient() - Method in class net.bytebuddy.description.ModifierReviewable.AbstractModifierReviewable
-
- isTransient() - Method in interface net.bytebuddy.description.ModifierReviewable
-
Specifies if the modifier described by this object represents the transient flag.
- isTypeInitializer() - Method in class net.bytebuddy.description.method.MethodDescription.AbstractMethodDescription
-
- isTypeInitializer() - Method in class net.bytebuddy.description.method.MethodDescription.ForLoadedConstructor
-
- isTypeInitializer() - Method in class net.bytebuddy.description.method.MethodDescription.ForLoadedMethod
-
- isTypeInitializer() - Method in interface net.bytebuddy.description.method.MethodDescription
-
Checks if this method is a type initializer.
- isTypeInitializer() - Method in class net.bytebuddy.dynamic.scaffold.MethodLookupEngine.ConflictingInterfaceMethod
-
- isTypeInitializer() - Method in class net.bytebuddy.dynamic.scaffold.MethodLookupEngine.OverriddenClassMethod
-
- isTypeInitializer() - Static method in class net.bytebuddy.matcher.ElementMatchers
-
Only matches method descriptions that represent a
Class
type initializer.
- isUnresolved() - Method in enum net.bytebuddy.implementation.bind.MethodDelegationBinder.AmbiguityResolver.Resolution
-
Checks if this binding is unresolved.
- isValid() - Method in class net.bytebuddy.dynamic.scaffold.inline.RebaseImplementationTarget.RebasedMethodSpecialMethodInvocation
-
- isValid() - Method in class net.bytebuddy.implementation.auxiliary.MethodCallProxy.AssignableSignatureCall
-
- isValid() - Method in enum net.bytebuddy.implementation.auxiliary.TypeProxy.AbstractMethodErrorThrow
-
- isValid() - Method in class net.bytebuddy.implementation.auxiliary.TypeProxy.ForDefaultMethod
-
- isValid() - Method in class net.bytebuddy.implementation.auxiliary.TypeProxy.ForSuperMethodByConstructor
-
- isValid() - Method in class net.bytebuddy.implementation.auxiliary.TypeProxy.ForSuperMethodByReflectionFactory
-
- isValid() - Method in class net.bytebuddy.implementation.auxiliary.TypeProxy.MethodCall.Appender.AccessorMethodInvocation
-
- isValid() - Method in class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.AccessorProxy
-
- isValid() - Method in class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.FieldLocator.Resolution
-
Determines if a field lookup was successful.
- isValid() - Method in class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.FieldLocator.Resolution.Resolved
-
- isValid() - Method in class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.FieldLocator.Resolution.Unresolved
-
- isValid() - Method in class net.bytebuddy.implementation.bind.annotation.Morph.Binder.RedirectionProxy
-
- isValid() - Method in class net.bytebuddy.implementation.bind.annotation.Pipe.Binder.Redirection
-
- isValid() - Method in class net.bytebuddy.implementation.bind.MethodDelegationBinder.MethodBinding.Builder.Build
-
- isValid() - Method in enum net.bytebuddy.implementation.bind.MethodDelegationBinder.MethodBinding.Illegal
-
- isValid() - Method in class net.bytebuddy.implementation.bind.MethodDelegationBinder.ParameterBinding.Anonymous
-
- isValid() - Method in enum net.bytebuddy.implementation.bind.MethodDelegationBinder.ParameterBinding.Illegal
-
- isValid() - Method in class net.bytebuddy.implementation.bind.MethodDelegationBinder.ParameterBinding.Unique
-
- isValid() - Method in enum net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveUnboxingDelegate
-
- isValid() - Method in class net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveWideningDelegate.WideningStackManipulation
-
- isValid() - Method in class net.bytebuddy.implementation.bytecode.assign.TypeCasting
-
- isValid() - Method in class net.bytebuddy.implementation.bytecode.collection.ArrayAccess.Loader
-
- isValid() - Method in class net.bytebuddy.implementation.bytecode.collection.ArrayAccess.Putter
-
- isValid() - Method in enum net.bytebuddy.implementation.bytecode.collection.ArrayFactory.ArrayCreator.ForPrimitiveType
-
- isValid() - Method in class net.bytebuddy.implementation.bytecode.collection.ArrayFactory.ArrayCreator.ForReferenceType
-
- isValid() - Method in class net.bytebuddy.implementation.bytecode.collection.ArrayFactory.ArrayStackManipulation
-
- isValid() - Method in class net.bytebuddy.implementation.bytecode.constant.ClassConstant.ForReferenceType
-
- isValid() - Method in enum net.bytebuddy.implementation.bytecode.constant.ClassConstant
-
- isValid() - Method in enum net.bytebuddy.implementation.bytecode.constant.DefaultValue
-
- isValid() - Method in class net.bytebuddy.implementation.bytecode.constant.DoubleConstant.ConstantPool
-
- isValid() - Method in enum net.bytebuddy.implementation.bytecode.constant.DoubleConstant
-
- isValid() - Method in class net.bytebuddy.implementation.bytecode.constant.FloatConstant.ConstantPool
-
- isValid() - Method in enum net.bytebuddy.implementation.bytecode.constant.FloatConstant
-
- isValid() - Method in class net.bytebuddy.implementation.bytecode.constant.IntegerConstant.ConstantPool
-
- isValid() - Method in enum net.bytebuddy.implementation.bytecode.constant.IntegerConstant
-
- isValid() - Method in class net.bytebuddy.implementation.bytecode.constant.IntegerConstant.SingleBytePush
-
- isValid() - Method in class net.bytebuddy.implementation.bytecode.constant.IntegerConstant.TwoBytePush
-
- isValid() - Method in class net.bytebuddy.implementation.bytecode.constant.LongConstant.ConstantPool
-
- isValid() - Method in enum net.bytebuddy.implementation.bytecode.constant.LongConstant
-
- isValid() - Method in class net.bytebuddy.implementation.bytecode.constant.MethodConstant.Cached
-
- isValid() - Method in enum net.bytebuddy.implementation.bytecode.constant.MethodConstant.CanCacheIllegal
-
- isValid() - Method in class net.bytebuddy.implementation.bytecode.constant.MethodConstant
-
- isValid() - Method in class net.bytebuddy.implementation.bytecode.constant.MethodHandleConstant
-
- isValid() - Method in class net.bytebuddy.implementation.bytecode.constant.MethodTypeConstant
-
- isValid() - Method in enum net.bytebuddy.implementation.bytecode.constant.NullConstant
-
- isValid() - Method in class net.bytebuddy.implementation.bytecode.constant.TextConstant
-
- isValid() - Method in enum net.bytebuddy.implementation.bytecode.Duplication
-
- isValid() - Method in class net.bytebuddy.implementation.bytecode.member.MethodInvocation.DynamicInvocation
-
- isValid() - Method in enum net.bytebuddy.implementation.bytecode.member.MethodInvocation.IllegalInvocation
-
- isValid() - Method in class net.bytebuddy.implementation.bytecode.member.MethodInvocation.Invocation
-
- isValid() - Method in enum net.bytebuddy.implementation.bytecode.member.MethodReturn
-
- isValid() - Method in class net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.ArgumentLoadingStackManipulation
-
- isValid() - Method in enum net.bytebuddy.implementation.bytecode.Removal
-
- isValid() - Method in class net.bytebuddy.implementation.bytecode.StackManipulation.Compound
-
- isValid() - Method in enum net.bytebuddy.implementation.bytecode.StackManipulation.Illegal
-
- isValid() - Method in interface net.bytebuddy.implementation.bytecode.StackManipulation
-
Determines if this stack manipulation is valid.
- isValid() - Method in enum net.bytebuddy.implementation.bytecode.StackManipulation.LegalTrivial
-
- isValid() - Method in enum net.bytebuddy.implementation.bytecode.Throw
-
- isValid() - Method in class net.bytebuddy.implementation.bytecode.TypeCreation
-
- isValid() - Method in class net.bytebuddy.implementation.Implementation.Context.Default.FieldCacheEntry
-
- isValid() - Method in enum net.bytebuddy.implementation.Implementation.SpecialMethodInvocation.Illegal
-
- isValid() - Method in class net.bytebuddy.implementation.Implementation.SpecialMethodInvocation.Simple
-
- isValidIdentifier(String) - Static method in class net.bytebuddy.utility.ByteBuddyCommons
-
Validates that a string represents a valid Java identifier, i.e.
- isValidTypeName(String) - Static method in class net.bytebuddy.utility.ByteBuddyCommons
-
Validates a Java type name to be valid.
- isVarargs(boolean) - Static method in enum net.bytebuddy.description.modifier.MethodArguments
-
Creates a method argument state from a boolean
value indicating if a method should support varargs.
- isVarargs() - Method in enum net.bytebuddy.description.modifier.MethodArguments
-
Checks if the current state describes a varargs methods.
- isVarArgs() - Method in class net.bytebuddy.description.ModifierReviewable.AbstractModifierReviewable
-
- isVarArgs() - Method in interface net.bytebuddy.description.ModifierReviewable
-
Specifies if the modifier described by this object represents the var args flag.
- isVarArgs() - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- isVisibilityBridge() - Static method in class net.bytebuddy.matcher.ElementMatchers
-
Only matches method descriptions that represent a visibility bridge.
- isVisible() - Method in enum net.bytebuddy.implementation.attribute.AnnotationAppender.AnnotationVisibility
-
Checks if this instance represents an annotation that is visible at runtime, i.e.
- isVisibleTo(TypeDescription) - Method in interface net.bytebuddy.description.ByteCodeElement
-
Checks if this element is visible from a given type.
- isVisibleTo(TypeDescription) - Method in class net.bytebuddy.description.field.FieldDescription.AbstractFieldDescription
-
- isVisibleTo(TypeDescription) - Method in class net.bytebuddy.description.method.MethodDescription.AbstractMethodDescription
-
- isVisibleTo(TypeDescription) - Method in class net.bytebuddy.description.type.TypeDescription.AbstractTypeDescription
-
- isVisibleTo(Class<?>) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- isVisibleTo(TypeDescription) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- isVolatile() - Method in enum net.bytebuddy.description.modifier.FieldManifestation
-
Returns true
if this manifestation represents a volatile
type.
- isVolatile() - Method in class net.bytebuddy.description.ModifierReviewable.AbstractModifierReviewable
-
- isVolatile() - Method in interface net.bytebuddy.description.ModifierReviewable
-
Specifies if the modifier described by this object represents the volatile flag.
- make(ProtectionDomain) - Method in enum net.bytebuddy.agent.builder.AgentBuilder.Default.BootstrapInjectionStrategy.Disabled
-
- make(ProtectionDomain) - Method in class net.bytebuddy.agent.builder.AgentBuilder.Default.BootstrapInjectionStrategy.Enabled
-
- make(ProtectionDomain) - Method in interface net.bytebuddy.agent.builder.AgentBuilder.Default.BootstrapInjectionStrategy
-
Creates an injector for the bootstrap class loader.
- make() - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
Creates an annotation description for the values that were defined for this builder.
- make() - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder
-
- make() - Method in interface net.bytebuddy.dynamic.DynamicType.Builder
-
Creates the dynamic type without loading it.
- make(Instrumentation) - Method in enum net.bytebuddy.dynamic.loading.ClassReloadingStrategy.BootstrapInjection.Disabled
-
- make(Instrumentation) - Method in class net.bytebuddy.dynamic.loading.ClassReloadingStrategy.BootstrapInjection.Enabled
-
- make(Instrumentation) - Method in interface net.bytebuddy.dynamic.loading.ClassReloadingStrategy.BootstrapInjection
-
Creates a class injector to use.
- make(MethodList) - Method in interface net.bytebuddy.dynamic.scaffold.BridgeMethodResolver.Factory
-
Creates a bridge method resolver for a given list of methods.
- make(MethodList) - Method in enum net.bytebuddy.dynamic.scaffold.BridgeMethodResolver.NoOp
-
- make(MethodList) - Method in enum net.bytebuddy.dynamic.scaffold.BridgeMethodResolver.Simple.Factory
-
- make(MethodList, TypeDescription, ClassFileVersion, AuxiliaryType.NamingStrategy, MethodRebaseResolver.MethodNameTransformer) - Static method in class net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.Enabled
-
Creates a method rebase resolver which is only capable of rebasing constructors if the instrumented methods suggest this.
- make() - Method in class net.bytebuddy.dynamic.scaffold.inline.RebaseDynamicTypeBuilder
-
- make(MethodLookupEngine.Finding, List<? extends MethodDescription>) - Method in class net.bytebuddy.dynamic.scaffold.inline.RebaseImplementationTarget.Factory
-
- make() - Method in class net.bytebuddy.dynamic.scaffold.inline.RedefinitionDynamicTypeBuilder
-
- make(boolean) - Method in enum net.bytebuddy.dynamic.scaffold.MethodLookupEngine.Default.Factory
-
- make(boolean) - Method in interface net.bytebuddy.dynamic.scaffold.MethodLookupEngine.Factory
-
- make() - Method in class net.bytebuddy.dynamic.scaffold.subclass.SubclassDynamicTypeBuilder
-
- make(MethodLookupEngine.Finding, List<? extends MethodDescription>) - Method in class net.bytebuddy.dynamic.scaffold.subclass.SubclassImplementationTarget.Factory
-
- make() - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default
-
- make() - Method in interface net.bytebuddy.dynamic.scaffold.TypeWriter
-
Creates the dynamic type that is described by this type writer.
- make(TypeDescription) - Method in class net.bytebuddy.implementation.attribute.FieldAttributeAppender.Factory.Compound
-
- make(TypeDescription) - Method in interface net.bytebuddy.implementation.attribute.FieldAttributeAppender.Factory
-
Returns a field attribute appender that is applicable for a given type description.
- make(TypeDescription) - Method in class net.bytebuddy.implementation.attribute.FieldAttributeAppender.ForAnnotation
-
- make(TypeDescription) - Method in class net.bytebuddy.implementation.attribute.FieldAttributeAppender.ForLoadedField
-
- make(TypeDescription) - Method in enum net.bytebuddy.implementation.attribute.FieldAttributeAppender.NoOp
-
- make(TypeDescription) - Method in class net.bytebuddy.implementation.attribute.MethodAttributeAppender.Factory.Compound
-
- make(TypeDescription) - Method in interface net.bytebuddy.implementation.attribute.MethodAttributeAppender.Factory
-
Returns a method attribute appender that is applicable for a given type description.
- make(TypeDescription) - Method in class net.bytebuddy.implementation.attribute.MethodAttributeAppender.ForAnnotation
-
- make(MethodVisitor, MethodDescription) - Method in interface net.bytebuddy.implementation.attribute.MethodAttributeAppender.ForAnnotation.Target
-
Materializes the target for a given creation process.
- make(MethodVisitor, MethodDescription) - Method in enum net.bytebuddy.implementation.attribute.MethodAttributeAppender.ForAnnotation.Target.OnMethod
-
- make(MethodVisitor, MethodDescription) - Method in class net.bytebuddy.implementation.attribute.MethodAttributeAppender.ForAnnotation.Target.OnMethodParameter
-
- make(TypeDescription) - Method in enum net.bytebuddy.implementation.attribute.MethodAttributeAppender.ForInstrumentedMethod
-
- make(TypeDescription) - Method in class net.bytebuddy.implementation.attribute.MethodAttributeAppender.ForLoadedConstructor
-
- make(TypeDescription) - Method in class net.bytebuddy.implementation.attribute.MethodAttributeAppender.ForLoadedMethod
-
- make(TypeDescription) - Method in enum net.bytebuddy.implementation.attribute.MethodAttributeAppender.NoOp
-
- make(String, ClassFileVersion, AuxiliaryType.MethodAccessorFactory) - Method in interface net.bytebuddy.implementation.auxiliary.AuxiliaryType
-
Creates a new auxiliary type.
- make(String, ClassFileVersion, AuxiliaryType.MethodAccessorFactory) - Method in class net.bytebuddy.implementation.auxiliary.MethodCallProxy
-
- make(boolean) - Method in enum net.bytebuddy.implementation.auxiliary.MethodCallProxy.ProxyMethodLookupEngine
-
- make(String, ClassFileVersion, AuxiliaryType.MethodAccessorFactory) - Method in enum net.bytebuddy.implementation.auxiliary.TrivialType
-
- make(boolean) - Method in enum net.bytebuddy.implementation.auxiliary.TrivialType
-
- make(String, ClassFileVersion, AuxiliaryType.MethodAccessorFactory) - Method in class net.bytebuddy.implementation.auxiliary.TypeProxy
-
- make(boolean) - Method in class net.bytebuddy.implementation.auxiliary.TypeProxy
-
- make(String, ClassFileVersion, AuxiliaryType.MethodAccessorFactory) - Method in class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.AccessorProxy
-
- make(boolean) - Method in class net.bytebuddy.implementation.bind.annotation.Morph.Binder
-
- make(String, ClassFileVersion, AuxiliaryType.MethodAccessorFactory) - Method in class net.bytebuddy.implementation.bind.annotation.Morph.Binder.RedirectionProxy
-
- make(boolean) - Method in class net.bytebuddy.implementation.bind.annotation.Pipe.Binder
-
- make(String, ClassFileVersion, AuxiliaryType.MethodAccessorFactory) - Method in class net.bytebuddy.implementation.bind.annotation.Pipe.Binder.Redirection
-
- make() - Method in class net.bytebuddy.implementation.ExceptionMethod.ConstructionDelegate.ForDefaultConstructor
-
- make() - Method in class net.bytebuddy.implementation.ExceptionMethod.ConstructionDelegate.ForStringConstructor
-
- make() - Method in interface net.bytebuddy.implementation.ExceptionMethod.ConstructionDelegate
-
Creates a stack manipulation that creates pushes all constructor arguments onto the operand stack
and subsequently calls the constructor.
- make(TypeDescription) - Method in interface net.bytebuddy.implementation.FieldAccessor.FieldLocator.Factory
-
Creates a field locator.
- make(TypeDescription) - Method in class net.bytebuddy.implementation.FieldAccessor.FieldLocator.ForGivenType.Factory
-
- make(TypeDescription) - Method in enum net.bytebuddy.implementation.FieldAccessor.FieldLocator.ForInstrumentedType
-
- make(TypeDescription) - Method in enum net.bytebuddy.implementation.FieldAccessor.FieldLocator.ForInstrumentedTypeHierarchy.Factory
-
- make(MethodLookupEngine.Finding, List<? extends MethodDescription>) - Method in interface net.bytebuddy.implementation.Implementation.Target.Factory
-
Creates a new implementation target.
- make(Object) - Method in enum net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ConstantPoolWrapper
-
Creates an argument provider for a given primitive value.
- make(MethodDescription) - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.Default
-
- make(MethodDescription) - Method in interface net.bytebuddy.implementation.InvokeDynamic.InvocationProvider
-
Creates a target for the invocation.
- make() - Static method in class net.bytebuddy.utility.RandomString
-
- make(int) - Static method in class net.bytebuddy.utility.RandomString
-
Creates a random
String
of the given
length
.
- makeAnnotation() - Method in class net.bytebuddy.ByteBuddy
-
Creates a dynamic type builder for a new annotation type.
- makeAnnotation() - Method in class net.bytebuddy.ByteBuddy.Proxy
-
- makeBinding(TypeDescription, TypeDescription, int, Assigner, boolean, int) - Method in enum net.bytebuddy.implementation.bind.annotation.Argument.BindingMechanic
-
Creates a binding that corresponds to this binding mechanic.
- makeEnumeration(String...) - Method in class net.bytebuddy.ByteBuddy
-
Creates a new enumeration type.
- makeEnumeration(String...) - Method in class net.bytebuddy.ByteBuddy.Proxy
-
- makeInterface(Class<T>) - Method in class net.bytebuddy.ByteBuddy
-
Creates a dynamic type builder for an interface that extends the given interface.
- makeInterface(Class<?>...) - Method in class net.bytebuddy.ByteBuddy
-
Creates a dynamic type builder for an interface that extends a number of given interfaces.
- makeInterface(List<TypeDescription>) - Method in class net.bytebuddy.ByteBuddy
-
Creates a dynamic type builder for an interface that extends a number of given interfaces.
- makeInterface(Class<T>) - Method in class net.bytebuddy.ByteBuddy.Proxy
-
- makeInterface(Class<?>...) - Method in class net.bytebuddy.ByteBuddy.Proxy
-
- makeInterface(List<TypeDescription>) - Method in class net.bytebuddy.ByteBuddy.Proxy
-
- makeIterator(Implementation.Target, MethodDescription, MethodDescription) - Method in enum net.bytebuddy.implementation.bind.annotation.Argument.NextUnboundAsDefaultsProvider
-
- makeIterator(Implementation.Target, MethodDescription, MethodDescription) - Method in enum net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder.DefaultsProvider.Empty
-
- makeIterator(Implementation.Target, MethodDescription, MethodDescription) - Method in interface net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder.DefaultsProvider
-
Creates an iterator from which a value is pulled each time no processable annotation is found on a
method parameter.
- makeRaw() - Method in class net.bytebuddy.agent.builder.AgentBuilder.Default
-
- makeRaw() - Method in class net.bytebuddy.agent.builder.AgentBuilder.Default.Matched
-
- makeRaw() - Method in interface net.bytebuddy.agent.builder.AgentBuilder
-
- Matched(AgentBuilder.RawMatcher, AgentBuilder.Transformer) - Constructor for class net.bytebuddy.agent.builder.AgentBuilder.Default.Matched
-
Creates a new matched default agent builder.
- MatchedMethodInterception(LatentMethodMatcher) - Constructor for class net.bytebuddy.ByteBuddy.MatchedMethodInterception
-
Creates a new matched method interception.
- matches(TypeDescription, ClassLoader, Class<?>, ProtectionDomain) - Method in class net.bytebuddy.agent.builder.AgentBuilder.Default.Transformation
-
- matches(TypeDescription, ClassLoader, Class<?>, ProtectionDomain) - Method in class net.bytebuddy.agent.builder.AgentBuilder.RawMatcher.ForElementMatcherPair
-
- matches(TypeDescription, ClassLoader, Class<?>, ProtectionDomain) - Method in interface net.bytebuddy.agent.builder.AgentBuilder.RawMatcher
-
- matches(T) - Method in class net.bytebuddy.matcher.AnnotationTypeMatcher
-
- matches(T) - Method in class net.bytebuddy.matcher.BooleanMatcher
-
- matches(T) - Method in class net.bytebuddy.matcher.ClassLoaderHierarchyMatcher
-
- matches(T) - Method in class net.bytebuddy.matcher.ClassLoaderParentMatcher
-
- matches(Iterable<? extends T>) - Method in class net.bytebuddy.matcher.CollectionItemMatcher
-
- matches(Iterable<? extends T>) - Method in class net.bytebuddy.matcher.CollectionOneToOneMatcher
-
- matches(T) - Method in class net.bytebuddy.matcher.CollectionSizeMatcher
-
- matches(T) - Method in class net.bytebuddy.matcher.DeclaringAnnotationMatcher
-
- matches(T) - Method in class net.bytebuddy.matcher.DeclaringFieldMatcher
-
- matches(T) - Method in class net.bytebuddy.matcher.DeclaringMethodMatcher
-
- matches(T) - Method in class net.bytebuddy.matcher.DeclaringTypeMatcher
-
- matches(T) - Method in class net.bytebuddy.matcher.DescriptorMatcher
-
- matches(W) - Method in class net.bytebuddy.matcher.ElementMatcher.Junction.Conjunction
-
- matches(W) - Method in class net.bytebuddy.matcher.ElementMatcher.Junction.Disjunction
-
- matches(T) - Method in interface net.bytebuddy.matcher.ElementMatcher
-
Matches a target against this element matcher.
- matches(T) - Method in class net.bytebuddy.matcher.EqualityMatcher
-
- matches(T) - Method in class net.bytebuddy.matcher.InheritedAnnotationMatcher
-
- matches(T) - Method in class net.bytebuddy.matcher.MethodExceptionTypeMatcher
-
- matches(T) - Method in class net.bytebuddy.matcher.MethodParameterMatcher
-
- matches(T) - Method in class net.bytebuddy.matcher.MethodParameterTypeMatcher
-
- matches(T) - Method in class net.bytebuddy.matcher.MethodReturnTypeMatcher
-
- matches(T) - Method in class net.bytebuddy.matcher.MethodSortMatcher
-
- matches(T) - Method in class net.bytebuddy.matcher.ModifierMatcher
-
- matches(T) - Method in class net.bytebuddy.matcher.NameMatcher
-
- matches(T) - Method in class net.bytebuddy.matcher.NegatingMatcher
-
- matches(T) - Method in class net.bytebuddy.matcher.NullMatcher
-
- matches(String) - Method in class net.bytebuddy.matcher.StringMatcher
-
- matches(String, String) - Method in enum net.bytebuddy.matcher.StringMatcher.Mode
-
Matches a string against another string.
- matches(T) - Method in class net.bytebuddy.matcher.SubTypeMatcher
-
- matches(T) - Method in class net.bytebuddy.matcher.SuperTypeMatcher
-
- matches(T) - Method in class net.bytebuddy.matcher.VisibilityMatcher
-
- materialize() - Method in class net.bytebuddy.agent.builder.AgentBuilder.Default.Matched
-
- materialize() - Method in class net.bytebuddy.ByteBuddy.MethodAnnotationTarget
-
- materialize() - Method in class net.bytebuddy.ByteBuddy.Proxy
-
Materializes the current extended configuration.
- materialize() - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder
-
Materializes the current state of the build before applying another modification.
- materialize() - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultFieldValueTarget
-
- materialize() - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultMethodAnnotationTarget
-
- materialize() - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultOptionalMatchedMethodInterception
-
- materialize(ClassFileVersion, NamingStrategy, AuxiliaryType.NamingStrategy, TypeDescription, List<TypeDescription>, int, TypeAttributeAppender, ElementMatcher<? super MethodDescription>, BridgeMethodResolver.Factory, ClassVisitorWrapper.Chain, FieldRegistry, MethodRegistry, MethodLookupEngine.Factory, FieldAttributeAppender.Factory, MethodAttributeAppender.Factory, List<DynamicType.Builder.AbstractBase.FieldToken>, List<DynamicType.Builder.AbstractBase.MethodToken>) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
Creates a new immutable type builder which represents the given arguments.
- materialize(ClassFileVersion, NamingStrategy, AuxiliaryType.NamingStrategy, TypeDescription, List<TypeDescription>, int, TypeAttributeAppender, ElementMatcher<? super MethodDescription>, BridgeMethodResolver.Factory, ClassVisitorWrapper.Chain, FieldRegistry, MethodRegistry, MethodLookupEngine.Factory, FieldAttributeAppender.Factory, MethodAttributeAppender.Factory, List<DynamicType.Builder.AbstractBase.FieldToken>, List<DynamicType.Builder.AbstractBase.MethodToken>) - Method in class net.bytebuddy.dynamic.scaffold.inline.RebaseDynamicTypeBuilder
-
- materialize(ClassFileVersion, NamingStrategy, AuxiliaryType.NamingStrategy, TypeDescription, List<TypeDescription>, int, TypeAttributeAppender, ElementMatcher<? super MethodDescription>, BridgeMethodResolver.Factory, ClassVisitorWrapper.Chain, FieldRegistry, MethodRegistry, MethodLookupEngine.Factory, FieldAttributeAppender.Factory, MethodAttributeAppender.Factory, List<DynamicType.Builder.AbstractBase.FieldToken>, List<DynamicType.Builder.AbstractBase.MethodToken>) - Method in class net.bytebuddy.dynamic.scaffold.inline.RedefinitionDynamicTypeBuilder
-
- materialize() - Method in class net.bytebuddy.dynamic.scaffold.MethodLookupEngine.Default.MethodBucket.DefaultMethodLookup.Enabled
-
Returns a map of all default method interfaces that were extracted by this default method lookup.
- materialize(ClassFileVersion, NamingStrategy, AuxiliaryType.NamingStrategy, TypeDescription, List<TypeDescription>, int, TypeAttributeAppender, ElementMatcher<? super MethodDescription>, BridgeMethodResolver.Factory, ClassVisitorWrapper.Chain, FieldRegistry, MethodRegistry, MethodLookupEngine.Factory, FieldAttributeAppender.Factory, MethodAttributeAppender.Factory, List<DynamicType.Builder.AbstractBase.FieldToken>, List<DynamicType.Builder.AbstractBase.MethodToken>) - Method in class net.bytebuddy.dynamic.scaffold.subclass.SubclassDynamicTypeBuilder
-
- materialize() - Method in class net.bytebuddy.implementation.InvokeDynamic.AbstractDelegator
-
Resolves the current configuration into a fully initialized invoke dynamic instance.
- materialize() - Method in class net.bytebuddy.implementation.InvokeDynamic.WithImplicitArguments
-
- materialize() - Method in class net.bytebuddy.implementation.InvokeDynamic.WithImplicitArgumentType
-
- materialize() - Method in class net.bytebuddy.implementation.InvokeDynamic.WithImplicitFieldType
-
- maximum(StackSize) - Method in enum net.bytebuddy.implementation.bytecode.StackSize
-
Determines the maximum of two stack size representations.
- MEMBER_MODIFIER_MASK - Static variable in class net.bytebuddy.utility.ByteBuddyCommons
-
A mask for modifiers that represents type members.
- merge(MethodDelegationBinder.AmbiguityResolver.Resolution) - Method in enum net.bytebuddy.implementation.bind.MethodDelegationBinder.AmbiguityResolver.Resolution
-
Merges two resolutions in order to determine their compatibility.
- merge(ByteCodeAppender.Size) - Method in class net.bytebuddy.implementation.bytecode.ByteCodeAppender.Size
-
Merges two sizes in order to describe the size that is required by both size descriptions.
- method(ElementMatcher<? super MethodDescription>) - Method in class net.bytebuddy.ByteBuddy
-
Intercepts a given method selection.
- method(ElementMatcher<? super MethodDescription>) - Method in class net.bytebuddy.ByteBuddy.Proxy
-
- method(ElementMatcher<? super MethodDescription>) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder
-
- method(ElementMatcher<? super MethodDescription>) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
- method(ElementMatcher<? super MethodDescription>) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder
-
Selects a set of methods of this type for instrumentation.
- METHOD_MODIFIER_MASK - Static variable in class net.bytebuddy.utility.ByteBuddyCommons
-
A mask for modifiers that represents modifiers and constructors.
- MethodAnnotationTarget(ClassFileVersion, NamingStrategy.Unbound, AuxiliaryType.NamingStrategy, List<TypeDescription>, ElementMatcher<? super MethodDescription>, BridgeMethodResolver.Factory, ClassVisitorWrapper.Chain, MethodRegistry, ByteBuddy.Definable<Integer>, TypeAttributeAppender, MethodLookupEngine.Factory, FieldAttributeAppender.Factory, MethodAttributeAppender.Factory, LatentMethodMatcher, MethodRegistry.Handler, MethodAttributeAppender.Factory) - Constructor for class net.bytebuddy.ByteBuddy.MethodAnnotationTarget
-
Creates a new method annotation target.
- MethodArguments - Enum in net.bytebuddy.description.modifier
-
Describes if a method allows varargs arguments.
- MethodAttributeAppender - Interface in net.bytebuddy.implementation.attribute
-
An appender that writes attributes or annotations to a given ASM MethodVisitor
.
- MethodAttributeAppender.Compound - Class in net.bytebuddy.implementation.attribute
-
A method attribute appender that combines several method attribute appenders to be represented as a single
method attribute appender.
- MethodAttributeAppender.Factory - Interface in net.bytebuddy.implementation.attribute
-
A factory that creates method attribute appenders for a given type.
- MethodAttributeAppender.Factory.Compound - Class in net.bytebuddy.implementation.attribute
-
A method attribute appender factory that combines several method attribute appender factories to be
represented as a single factory.
- MethodAttributeAppender.ForAnnotation - Class in net.bytebuddy.implementation.attribute
-
Appends an annotation to a method or method parameter.
- MethodAttributeAppender.ForAnnotation.Target - Interface in net.bytebuddy.implementation.attribute
-
Represents the target on which this method attribute appender should write its annotations to.
- MethodAttributeAppender.ForAnnotation.Target.OnMethod - Enum in net.bytebuddy.implementation.attribute
-
A method attribute appender target for writing annotations directly onto the method.
- MethodAttributeAppender.ForAnnotation.Target.OnMethodParameter - Class in net.bytebuddy.implementation.attribute
-
A method attribute appender target for writing annotations onto a given method parameter.
- MethodAttributeAppender.ForInstrumentedMethod - Enum in net.bytebuddy.implementation.attribute
-
Implementation of a method attribute appender that writes all annotations of the instrumented method to the
method that is being created.
- MethodAttributeAppender.ForLoadedConstructor - Class in net.bytebuddy.implementation.attribute
-
Implementation of a method attribute appender that writes all annotations of a given loaded constructor to the
method that is being created.
- MethodAttributeAppender.ForLoadedMethod - Class in net.bytebuddy.implementation.attribute
-
Implementation of a method attribute appender that writes all annotations of a given loaded method to the
method that is being created.
- MethodAttributeAppender.NoOp - Enum in net.bytebuddy.implementation.attribute
-
A method attribute appender that does not append any attributes.
- MethodBucket(TypeDescription) - Constructor for class net.bytebuddy.dynamic.scaffold.MethodLookupEngine.Default.MethodBucket
-
Creates a new mutable method bucket.
- MethodCall(MethodDescription, Assigner) - Constructor for class net.bytebuddy.implementation.auxiliary.MethodCallProxy.MethodCall
-
Creates a new method call implementation.
- MethodCall(AuxiliaryType.MethodAccessorFactory) - Constructor for class net.bytebuddy.implementation.auxiliary.TypeProxy.MethodCall
-
Creates a new method call implementation.
- MethodCall(MethodDescription, Assigner) - Constructor for class net.bytebuddy.implementation.bind.annotation.Morph.Binder.RedirectionProxy.MethodCall
-
Creates a new method call implementation for a proxy method.
- MethodCall - Class in net.bytebuddy.implementation
-
This
Implementation
allows the invocation of a specified method while
providing explicit arguments to this method.
- MethodCall(MethodCall.MethodLocator, MethodCall.TargetHandler, List<MethodCall.ArgumentLoader>, MethodCall.MethodInvoker, MethodCall.TerminationHandler, Assigner, boolean) - Constructor for class net.bytebuddy.implementation.MethodCall
-
Creates a new method call implementation.
- MethodCall.Appender - Class in net.bytebuddy.implementation
-
The appender being used to implement a
MethodCall
.
- MethodCall.ArgumentLoader - Interface in net.bytebuddy.implementation
-
An argument loader is responsible for loading an argument for an invoked method
onto the operand stack.
- MethodCall.ArgumentLoader.ForBooleanConstant - Class in net.bytebuddy.implementation
-
Loads a boolean
value onto the operand stack.
- MethodCall.ArgumentLoader.ForByteConstant - Class in net.bytebuddy.implementation
-
Loads a byte
value onto the operand stack.
- MethodCall.ArgumentLoader.ForCharacterConstant - Class in net.bytebuddy.implementation
-
Loads a char
value onto the operand stack.
- MethodCall.ArgumentLoader.ForClassConstant - Class in net.bytebuddy.implementation
-
Loads a
Class
value onto the operand stack.
- MethodCall.ArgumentLoader.ForDoubleConstant - Class in net.bytebuddy.implementation
-
Loads a double
value onto the operand stack.
- MethodCall.ArgumentLoader.ForEnumerationValue - Class in net.bytebuddy.implementation
-
An argument loader that loads an enumeration constant.
- MethodCall.ArgumentLoader.ForExistingField - Class in net.bytebuddy.implementation
-
Loads the value of an existing field onto the operand stack.
- MethodCall.ArgumentLoader.ForFloatConstant - Class in net.bytebuddy.implementation
-
Loads a float
value onto the operand stack.
- MethodCall.ArgumentLoader.ForInstanceField - Class in net.bytebuddy.implementation
-
Loads a value onto the operand stack that is stored in an instance field.
- MethodCall.ArgumentLoader.ForIntegerConstant - Class in net.bytebuddy.implementation
-
Loads an int
value onto the operand stack.
- MethodCall.ArgumentLoader.ForJavaInstance - Class in net.bytebuddy.implementation
-
Loads a Java instance onto the operand stack.
- MethodCall.ArgumentLoader.ForLongConstant - Class in net.bytebuddy.implementation
-
Loads a long
value onto the operand stack.
- MethodCall.ArgumentLoader.ForMethodParameter - Class in net.bytebuddy.implementation
-
Loads a parameter of the instrumented method onto the operand stack.
- MethodCall.ArgumentLoader.ForNullConstant - Enum in net.bytebuddy.implementation
-
An argument loader that loads the null
value onto the operand stack.
- MethodCall.ArgumentLoader.ForOwnType - Enum in net.bytebuddy.implementation
-
Loads the instrumented type onto the operand stack.
- MethodCall.ArgumentLoader.ForShortConstant - Class in net.bytebuddy.implementation
-
Loads a short
value onto the operand stack.
- MethodCall.ArgumentLoader.ForStaticField - Class in net.bytebuddy.implementation
-
Loads a value onto the operand stack that is stored in a static field.
- MethodCall.ArgumentLoader.ForTextConstant - Class in net.bytebuddy.implementation
-
Loads a
String
value onto the operand stack.
- MethodCall.ArgumentLoader.ForThisReference - Enum in net.bytebuddy.implementation
-
An argument loader that assigns the this
reference to a parameter.
- MethodCall.MethodInvoker - Interface in net.bytebuddy.implementation
-
A method invoker is responsible for creating a method invocation that is to be applied by a
MethodCall
.
- MethodCall.MethodInvoker.ForDefaultMethodInvocation - Enum in net.bytebuddy.implementation
-
Invokes a method as a Java 8 default method.
- MethodCall.MethodInvoker.ForStandardInvocation - Enum in net.bytebuddy.implementation
-
Applies a standard invocation of the provided method, i.e.
- MethodCall.MethodInvoker.ForSuperMethodInvocation - Enum in net.bytebuddy.implementation
-
Applies a super method invocation of the provided method.
- MethodCall.MethodLocator - Interface in net.bytebuddy.implementation
-
A method locator is responsible for identifying the method that is to be invoked
by a
MethodCall
.
- MethodCall.MethodLocator.ForExplicitMethod - Class in net.bytebuddy.implementation
-
Invokes a given method.
- MethodCall.MethodLocator.ForInterceptedMethod - Enum in net.bytebuddy.implementation
-
A method locator that simply returns the intercepted method.
- MethodCall.TargetHandler - Interface in net.bytebuddy.implementation
-
A target handler is responsible for invoking a method for a
MethodCall
.
- MethodCall.TargetHandler.ForConstructingInvocation - Enum in net.bytebuddy.implementation
-
Invokes a method in order to construct a new instance.
- MethodCall.TargetHandler.ForInstanceField - Class in net.bytebuddy.implementation
-
Creates a target handler that stores the instance to invoke a method on in an instance field.
- MethodCall.TargetHandler.ForSelfOrStaticInvocation - Enum in net.bytebuddy.implementation
-
A target handler that invokes a method either on the instance of the instrumented
type or as a static method.
- MethodCall.TargetHandler.ForStaticField - Class in net.bytebuddy.implementation
-
A target handler that invokes a method on an instance that is stored in a static field.
- MethodCall.TerminationHandler - Interface in net.bytebuddy.implementation
-
A termination handler is responsible to handle the return value of a method that is invoked via a
MethodCall
.
- MethodCall.TerminationHandler.ForChainedInvocation - Enum in net.bytebuddy.implementation
-
Drops the return value of the called method from the operand stack without returning from the intercepted
method.
- MethodCall.TerminationHandler.ForMethodReturn - Enum in net.bytebuddy.implementation
-
Returns the return value of the method call from the intercepted method.
- MethodCall.WithoutSpecifiedTarget - Class in net.bytebuddy.implementation
-
Represents a
MethodCall
that invokes a method without specifying
an invocation method.
- MethodCallProxy - Class in net.bytebuddy.implementation.auxiliary
-
A method call proxy represents a class that is compiled against a particular method which can then be called whenever
either its
Callable.call()
or
Runnable.run()
method is called where the method
call proxy implements both interfaces.
- MethodCallProxy(Implementation.SpecialMethodInvocation, boolean) - Constructor for class net.bytebuddy.implementation.auxiliary.MethodCallProxy
-
Creates a new method call proxy for a given method and uses a default assigner for assigning the method's return
value to either the
Callable.call()
or
Runnable.run()
method returns.
- MethodCallProxy(Implementation.SpecialMethodInvocation, boolean, Assigner) - Constructor for class net.bytebuddy.implementation.auxiliary.MethodCallProxy
-
Creates a new method call proxy for a given method.
- MethodCallProxy.AssignableSignatureCall - Class in net.bytebuddy.implementation.auxiliary
-
A stack manipulation that creates a
MethodCallProxy
for a given method an pushes such an object onto the call stack.
- MethodCallProxy.ConstructorCall - Enum in net.bytebuddy.implementation.auxiliary
-
- MethodCallProxy.ConstructorCall.Appender - Class in net.bytebuddy.implementation.auxiliary
-
- MethodCallProxy.MethodCall - Class in net.bytebuddy.implementation.auxiliary
-
- MethodCallProxy.MethodCall.Appender - Class in net.bytebuddy.implementation.auxiliary
-
- MethodCallProxy.ProxyMethodLookupEngine - Enum in net.bytebuddy.implementation.auxiliary
-
A method lookup engine with hard-coded information about the methods to be implemented by a
MethodCallProxy
.
- MethodConstant - Class in net.bytebuddy.implementation.bytecode.constant
-
Represents the creation of a
Method
value which can be created from a given
set of constant pool values and can therefore be considered a constant in the broader meaning.
- MethodConstant(MethodDescription) - Constructor for class net.bytebuddy.implementation.bytecode.constant.MethodConstant
-
Creates a new method constant.
- MethodConstant.Cached - Class in net.bytebuddy.implementation.bytecode.constant
-
- MethodConstant.CanCache - Interface in net.bytebuddy.implementation.bytecode.constant
-
Represents a
MethodConstant
that is
directly loaded onto the operand stack without caching the value.
- MethodConstant.CanCacheIllegal - Enum in net.bytebuddy.implementation.bytecode.constant
-
Represents a method constant that cannot be represented by Java's reflection API.
- MethodConstant.ForConstructor - Class in net.bytebuddy.implementation.bytecode.constant
-
- MethodConstant.ForMethod - Class in net.bytebuddy.implementation.bytecode.constant
-
- MethodDelegation - Class in net.bytebuddy.implementation
-
This implementation delegates an method call to another method which can either be
static
by providing
a reference to a
Class
or an instance method when another object is provided.
- MethodDelegation(MethodDelegation.ImplementationDelegate, List<TargetMethodAnnotationDrivenBinder.ParameterBinder<?>>, TargetMethodAnnotationDrivenBinder.DefaultsProvider, TargetMethodAnnotationDrivenBinder.TerminationHandler, MethodDelegationBinder.AmbiguityResolver, Assigner, MethodList) - Constructor for class net.bytebuddy.implementation.MethodDelegation
-
Creates a new method delegation.
- MethodDelegation.Appender - Class in net.bytebuddy.implementation
-
- MethodDelegation.ImplementationDelegate - Interface in net.bytebuddy.implementation
-
An implementation delegate is responsible for executing the actual method delegation.
- MethodDelegation.ImplementationDelegate.ForConstruction - Class in net.bytebuddy.implementation
-
An implementation that creates new instances of a given type.
- MethodDelegation.ImplementationDelegate.ForInstanceField - Class in net.bytebuddy.implementation
-
An implementation applied on an instance field.
- MethodDelegation.ImplementationDelegate.ForStaticField - Class in net.bytebuddy.implementation
-
An implementation applied on a static field.
- MethodDelegation.ImplementationDelegate.ForStaticMethod - Enum in net.bytebuddy.implementation
-
An implementation applied to a static method.
- MethodDelegationBinder - Interface in net.bytebuddy.implementation.bind
-
A method delegation binder is responsible for creating a method binding for a source method to a
target method.
- MethodDelegationBinder.AmbiguityResolver - Interface in net.bytebuddy.implementation.bind
-
Implementations of this interface are able to attempt the resolution of two successful bindings of a method
to two different target methods in order to identify a dominating binding.
- MethodDelegationBinder.AmbiguityResolver.Chain - Class in net.bytebuddy.implementation.bind
-
- MethodDelegationBinder.AmbiguityResolver.NoOp - Enum in net.bytebuddy.implementation.bind
-
An ambiguity resolver that does not attempt to resolve a conflicting binding.
- MethodDelegationBinder.AmbiguityResolver.Resolution - Enum in net.bytebuddy.implementation.bind
-
A resolution state of an attempt to resolve two conflicting bindings.
- MethodDelegationBinder.MethodBinding - Interface in net.bytebuddy.implementation.bind
-
- MethodDelegationBinder.MethodBinding.Builder - Class in net.bytebuddy.implementation.bind
-
- MethodDelegationBinder.MethodBinding.Builder.Build - Class in net.bytebuddy.implementation.bind
-
- MethodDelegationBinder.MethodBinding.Illegal - Enum in net.bytebuddy.implementation.bind
-
Representation of an attempt to bind a source method to a target method that is not applicable.
- MethodDelegationBinder.MethodInvoker - Interface in net.bytebuddy.implementation.bind
-
- MethodDelegationBinder.MethodInvoker.Simple - Enum in net.bytebuddy.implementation.bind
-
A simple method invocation that merely uses the most general form of method invocation as provided by
MethodInvocation
.
- MethodDelegationBinder.MethodInvoker.Virtual - Class in net.bytebuddy.implementation.bind
-
A method invocation that enforces a virtual invocation that is dispatched on a given type.
- MethodDelegationBinder.ParameterBinding<T> - Interface in net.bytebuddy.implementation.bind
-
A binding attempt for a single parameter.
- MethodDelegationBinder.ParameterBinding.Anonymous - Class in net.bytebuddy.implementation.bind
-
An anonymous binding of a target method parameter.
- MethodDelegationBinder.ParameterBinding.Illegal - Enum in net.bytebuddy.implementation.bind
-
A singleton representation of an illegal binding for a method parameter.
- MethodDelegationBinder.ParameterBinding.Unique<T> - Class in net.bytebuddy.implementation.bind
-
A uniquely identifiable parameter binding for a target method.
- MethodDelegationBinder.Processor - Class in net.bytebuddy.implementation.bind
-
- MethodDescription - Interface in net.bytebuddy.description.method
-
Implementations of this interface describe a Java method, i.e.
- methodDescription - Variable in class net.bytebuddy.implementation.bytecode.constant.MethodConstant
-
A description of the method to be loaded onto the stack.
- MethodDescription.AbstractMethodDescription - Class in net.bytebuddy.description.method
-
An abstract base implementation of a method description.
- MethodDescription.ForLoadedConstructor - Class in net.bytebuddy.description.method
-
An implementation of a method description for a loaded constructor.
- MethodDescription.ForLoadedMethod - Class in net.bytebuddy.description.method
-
An implementation of a method description for a loaded method.
- MethodDescription.Latent - Class in net.bytebuddy.description.method
-
A latent method description describes a method that is not attached to a declaring
TypeDescription
.
- methodDescriptions - Variable in class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase
-
A list of method descriptions registered for this instrumented type.
- MethodExceptionTypeMatcher<T extends MethodDescription> - Class in net.bytebuddy.matcher
-
An element matcher that matches the exceptions that are declared by a method.
- MethodExceptionTypeMatcher(ElementMatcher<? super TypeList>) - Constructor for class net.bytebuddy.matcher.MethodExceptionTypeMatcher
-
Creates a new matcher for a method's exceptions.
- MethodExtractor(int, String, String, String, String[]) - Constructor for class net.bytebuddy.pool.TypePool.Default.TypeExtractor.MethodExtractor
-
Creates a method extractor.
- MethodHandle(JavaInstance.MethodHandle.HandleType, TypeDescription, String, TypeDescription, List<? extends TypeDescription>) - Constructor for class net.bytebuddy.utility.JavaInstance.MethodHandle
-
Creates a method handle representation.
- MethodHandleConstant - Class in net.bytebuddy.implementation.bytecode.constant
-
A constant for a Java 7 java.lang.invoke.MethodHandle
.
- MethodInvocation - Enum in net.bytebuddy.implementation.bytecode.member
-
A builder for a method invocation.
- MethodInvocation.DynamicInvocation - Class in net.bytebuddy.implementation.bytecode.member
-
Performs a dynamic method invocation of the given method.
- MethodInvocation.IllegalInvocation - Enum in net.bytebuddy.implementation.bytecode.member
-
An illegal implicit method invocation.
- MethodInvocation.Invocation - Class in net.bytebuddy.implementation.bytecode.member
-
An implementation of a method invoking stack manipulation.
- MethodInvocation.WithImplicitInvocationTargetType - Interface in net.bytebuddy.implementation.bytecode.member
-
Represents a method invocation where the invocation type (static, virtual, special, interface) is derived
from the given method's description.
- methodInvoker - Variable in class net.bytebuddy.implementation.MethodCall
-
The method invoker to use.
- MethodList - Interface in net.bytebuddy.description.method
-
Implementations represent a list of method descriptions.
- MethodList.Empty - Class in net.bytebuddy.description.method
-
An implementation of an empty method list.
- MethodList.Explicit - Class in net.bytebuddy.description.method
-
A method list that is a wrapper for a given list of method descriptions.
- MethodList.ForLoadedType - Class in net.bytebuddy.description.method
-
A method list implementation that returns all loaded byte code methods (methods and constructors) that
are declared for a given type.
- methodLocator - Variable in class net.bytebuddy.implementation.MethodCall
-
The method locator to use.
- methodLookupEngine(MethodLookupEngine.Factory) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder
-
- methodLookupEngine(MethodLookupEngine.Factory) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
- methodLookupEngine(MethodLookupEngine.Factory) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder
-
- MethodLookupEngine - Interface in net.bytebuddy.dynamic.scaffold
-
A method lookup engine is responsible for finding all methods that can be invoked on a given
TypeDescription
.
- MethodLookupEngine.ConflictingInterfaceMethod - Class in net.bytebuddy.dynamic.scaffold
-
This
MethodDescription
represents methods that are defined
ambiguously on several interfaces of a common type.
- MethodLookupEngine.Default - Enum in net.bytebuddy.dynamic.scaffold
-
A default implementation of a method lookup engine.
- MethodLookupEngine.Default.Factory - Enum in net.bytebuddy.dynamic.scaffold
-
- MethodLookupEngine.Default.MethodBucket - Class in net.bytebuddy.dynamic.scaffold
-
A method bucket is used to identify unique methods of all super types and interfaces of a given type.
- MethodLookupEngine.Default.MethodBucket.DefaultMethodLookup - Interface in net.bytebuddy.dynamic.scaffold
-
A strategy for looking up default methods.
- MethodLookupEngine.Default.MethodBucket.DefaultMethodLookup.Disabled - Enum in net.bytebuddy.dynamic.scaffold
-
- MethodLookupEngine.Default.MethodBucket.DefaultMethodLookup.Enabled - Class in net.bytebuddy.dynamic.scaffold
-
- MethodLookupEngine.Factory - Interface in net.bytebuddy.dynamic.scaffold
-
- MethodLookupEngine.Finding - Interface in net.bytebuddy.dynamic.scaffold
-
A finding contains a class's extracted invokable methods which were computed by a
MethodLookupEngine
.
- MethodLookupEngine.Finding.Default - Class in net.bytebuddy.dynamic.scaffold
-
- MethodLookupEngine.OverriddenClassMethod - Class in net.bytebuddy.dynamic.scaffold
-
This method description represents a method that is defined in a non-interface type and overrides a method
in another class it directly or indirectly extends.
- methodLookupEngineFactory - Variable in class net.bytebuddy.ByteBuddy
-
The method lookup engine factory to apply to any type that is generated by this configuration.
- methodLookupEngineFactory - Variable in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
The method lookup engine factory to be used by this builder.
- MethodManifestation - Enum in net.bytebuddy.description.modifier
-
Describes the manifestation of a method, i.e.
- methodMatcher - Variable in class net.bytebuddy.ByteBuddy.MatchedMethodInterception
-
A method matcher that represents the current method selection.
- methodMatcher - Variable in class net.bytebuddy.ByteBuddy.MethodAnnotationTarget
-
The method matcher representing the current method selection.
- methodMatcher - Variable in class net.bytebuddy.ByteBuddy.OptionalMethodInterception
-
The method matcher that defines the selected that is represented by this instance.
- MethodNameEqualityResolver - Enum in net.bytebuddy.implementation.bind
-
- MethodParameterMatcher<T extends MethodDescription> - Class in net.bytebuddy.matcher
-
An element matcher that matches a method's parameters.
- MethodParameterMatcher(ElementMatcher<? super ParameterList>) - Constructor for class net.bytebuddy.matcher.MethodParameterMatcher
-
Creates a new matcher for a method's parameters.
- MethodParameterTypeMatcher<T extends ParameterList> - Class in net.bytebuddy.matcher
-
An element matcher that matches a method's parameter types.
- MethodParameterTypeMatcher(ElementMatcher<? super TypeList>) - Constructor for class net.bytebuddy.matcher.MethodParameterTypeMatcher
-
Creates a new matcher for a method's parameter types.
- methodPool - Variable in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default
-
The method pool to be used for instrumenting methods.
- MethodRebaseResolver - Interface in net.bytebuddy.dynamic.scaffold.inline
-
A method rebase resolver is responsible for mapping methods of an instrumented type to an alternative signature.
- methodRebaseResolver - Variable in class net.bytebuddy.dynamic.scaffold.inline.RebaseImplementationTarget
-
A method rebase resolver to be used when calling a rebased method.
- MethodRebaseResolver.AbstractBase - Class in net.bytebuddy.dynamic.scaffold.inline
-
An abstract base implementation for a method rebase resolver.
- MethodRebaseResolver.Disabled - Enum in net.bytebuddy.dynamic.scaffold.inline
-
A method rebase resolver that preserves any method in its original form.
- MethodRebaseResolver.Enabled - Class in net.bytebuddy.dynamic.scaffold.inline
-
A fully enabled method rebase resolver that is capable of rebasing both methods and constructors.
- MethodRebaseResolver.MethodNameTransformer - Interface in net.bytebuddy.dynamic.scaffold.inline
-
A method name transformer provides a unique mapping of a method's name to an alternative name.
- MethodRebaseResolver.MethodNameTransformer.Prefixing - Class in net.bytebuddy.dynamic.scaffold.inline
-
A method name transformer that adds a fixed prefix to an original method name.
- MethodRebaseResolver.MethodNameTransformer.Suffixing - Class in net.bytebuddy.dynamic.scaffold.inline
-
A method name transformer that adds a fixed suffix to an original method name, separated by a $
.
- MethodRebaseResolver.MethodsOnly - Class in net.bytebuddy.dynamic.scaffold.inline
-
A partly enabled method rebase resolver that is only capable of rebasing methods but not constructors.
- MethodRebaseResolver.Resolution - Interface in net.bytebuddy.dynamic.scaffold.inline
-
- MethodRebaseResolver.Resolution.ForRebasedConstructor - Class in net.bytebuddy.dynamic.scaffold.inline
-
- MethodRebaseResolver.Resolution.ForRebasedMethod - Class in net.bytebuddy.dynamic.scaffold.inline
-
- MethodRebaseResolver.Resolution.Preserved - Class in net.bytebuddy.dynamic.scaffold.inline
-
- methodRegistry - Variable in class net.bytebuddy.ByteBuddy
-
The method registry for the current configuration.
- methodRegistry - Variable in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
The method registry of this builder.
- MethodRegistry - Interface in net.bytebuddy.dynamic.scaffold
-
A method registry is responsible for storing information on how a method is intercepted.
- MethodRegistry.Compiled - Interface in net.bytebuddy.dynamic.scaffold
-
A compiled version of a method registry.
- MethodRegistry.Default - Class in net.bytebuddy.dynamic.scaffold
-
A default implementation of a method registry.
- MethodRegistry.Default.Compiled - Class in net.bytebuddy.dynamic.scaffold
-
A compiled version of a default method registry.
- MethodRegistry.Default.Entry - Class in net.bytebuddy.dynamic.scaffold
-
An entry of a default method registry.
- MethodRegistry.Default.Prepared - Class in net.bytebuddy.dynamic.scaffold
-
A prepared version of a default method registry.
- MethodRegistry.Handler - Interface in net.bytebuddy.dynamic.scaffold
-
A handler for implementing a method.
- MethodRegistry.Handler.Compiled - Interface in net.bytebuddy.dynamic.scaffold
-
A compiled handler for implementing a method.
- MethodRegistry.Handler.ForAbstractMethod - Enum in net.bytebuddy.dynamic.scaffold
-
A handler for defining an abstract or native method.
- MethodRegistry.Handler.ForAnnotationValue - Class in net.bytebuddy.dynamic.scaffold
-
A handler for defining a default annotation value for a method.
- MethodRegistry.Handler.ForImplementation - Class in net.bytebuddy.dynamic.scaffold
-
A handler for a method that is implemented as byte code.
- MethodRegistry.Handler.ForImplementation.Compiled - Class in net.bytebuddy.dynamic.scaffold
-
A compiled handler for implementing a method.
- MethodRegistry.Prepared - Interface in net.bytebuddy.dynamic.scaffold
-
A method registry that fully prepared the instrumented type.
- MethodReturn - Enum in net.bytebuddy.implementation.bytecode.member
-
A stack manipulation returning a value of a given type.
- MethodReturnTypeMatcher<T extends MethodDescription> - Class in net.bytebuddy.matcher
-
An element matcher that matches its argument's return type against a given type matcher.
- MethodReturnTypeMatcher(ElementMatcher<? super TypeDescription>) - Constructor for class net.bytebuddy.matcher.MethodReturnTypeMatcher
-
Creates a new matcher for a matched element's return type.
- MethodsOnly(Set<? extends MethodDescription>, MethodRebaseResolver.MethodNameTransformer) - Constructor for class net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.MethodsOnly
-
Creates a new methods-only method rebase resolver.
- MethodSortMatcher<T extends MethodDescription> - Class in net.bytebuddy.matcher
-
Matches a method description by its general characteristics which are represented as a
MethodSortMatcher.Sort
.
- MethodSortMatcher(MethodSortMatcher.Sort) - Constructor for class net.bytebuddy.matcher.MethodSortMatcher
-
Creates a new element matcher that matches a specific sort of method description.
- MethodSortMatcher.Sort - Enum in net.bytebuddy.matcher
-
Represents a specific characteristic of a method description.
- MethodToken(List<? extends TypeDescription>, List<? extends TypeDescription>, int) - Constructor for class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.MethodToken
-
Creates a new method token representing a constructor to implement for the built dynamic type.
- MethodToken(String, TypeDescription, List<? extends TypeDescription>, List<? extends TypeDescription>, int) - Constructor for class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.MethodToken
-
Creates a new method token representing a method to implement for the built dynamic type.
- MethodToken(int, String, String, String, String[], List<TypePool.LazyTypeDescription.AnnotationToken>, Map<Integer, List<TypePool.LazyTypeDescription.AnnotationToken>>, List<TypePool.LazyTypeDescription.MethodToken.ParameterToken>, AnnotationDescription.AnnotationValue<?, ?>) - Constructor for class net.bytebuddy.pool.TypePool.LazyTypeDescription.MethodToken
-
Creates a new method token.
- methodTokens - Variable in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
This builder's currently registered method tokens.
- MethodType(TypeDescription, List<? extends TypeDescription>) - Constructor for class net.bytebuddy.utility.JavaInstance.MethodType
-
Creates a method type for the given types.
- MethodTypeConstant - Class in net.bytebuddy.implementation.bytecode.constant
-
A constant for a Java 7 java.lang.invoke.MethodType
.
- MethodTypeConstant(Type) - Constructor for class net.bytebuddy.implementation.bytecode.constant.MethodTypeConstant
-
Creates a method type constant for the given method type.
- MethodVariableAccess - Enum in net.bytebuddy.implementation.bytecode.member
-
A stack assignment that loads a method variable from a given index of the local variable array.
- MethodVariableAccess.ArgumentLoadingStackManipulation - Class in net.bytebuddy.implementation.bytecode.member
-
A stack manipulation for loading a variable of a method's local variable array onto the operand stack.
- MethodVariableAccess.TypeCastingHandler - Interface in net.bytebuddy.implementation.bytecode.member
-
A handler for optionally applying a type casting for each method parameter that is loaded onto the operand
stack.
- MethodVariableAccess.TypeCastingHandler.ForBridgeTarget - Class in net.bytebuddy.implementation.bytecode.member
-
- MethodVariableAccess.TypeCastingHandler.NoOp - Enum in net.bytebuddy.implementation.bytecode.member
-
- ModifierContributor - Interface in net.bytebuddy.description.modifier
-
An element that describes a type modifier as described in the
JVMS.
- ModifierContributor.ForField - Interface in net.bytebuddy.description.modifier
-
A marker interface for modifiers that can be applied to fields.
- ModifierContributor.ForMethod - Interface in net.bytebuddy.description.modifier
-
A marker interface for modifiers that can be applied to methods.
- ModifierContributor.ForType - Interface in net.bytebuddy.description.modifier
-
A marker interface for modifiers that can be applied to types.
- ModifierMatcher<T extends ModifierReviewable> - Class in net.bytebuddy.matcher
-
An element matcher that matches a byte code element by its modifiers.
- ModifierMatcher(ModifierMatcher.Mode) - Constructor for class net.bytebuddy.matcher.ModifierMatcher
-
Creates a new element matcher that matches an element by its modifier.
- ModifierMatcher.Mode - Enum in net.bytebuddy.matcher
-
- ModifierReviewable - Interface in net.bytebuddy.description
-
Implementations of this interface can be described in terms of a Java modifier.
- ModifierReviewable.AbstractModifierReviewable - Class in net.bytebuddy.description
-
- modifiers - Variable in class net.bytebuddy.ByteBuddy
-
The modifiers to apply to any type that is generated by this configuration.
- modifiers(ModifierContributor.ForType...) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder
-
- modifiers(int) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder
-
- modifiers - Variable in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.FieldToken
-
The field modifiers.
- modifiers - Variable in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.MethodToken
-
The modifiers of the method.
- modifiers - Variable in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
The modifiers specified for this builder.
- modifiers(ModifierContributor.ForType...) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
- modifiers(int) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
- modifiers(ModifierContributor.ForType...) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder
-
Defines modifiers for the created dynamic type.
- modifiers(int) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder
-
Defines modifiers for the created dynamic type.
- Morph - Annotation Type in net.bytebuddy.implementation.bind.annotation
-
This annotation instructs Byte Buddy to inject a proxy class that calls a method's super method with
explicit arguments.
- Morph.Binder - Class in net.bytebuddy.implementation.bind.annotation
-
A binder for the
Morph
annotation.
- Morph.Binder.DefaultMethodLocator - Interface in net.bytebuddy.implementation.bind.annotation
-
A default method locator is responsible for looking up a default method to a given source method.
- Morph.Binder.DefaultMethodLocator.Explicit - Class in net.bytebuddy.implementation.bind.annotation
-
An explicit default method locator attempts to look up a default method in the specified interface type.
- Morph.Binder.DefaultMethodLocator.Implicit - Enum in net.bytebuddy.implementation.bind.annotation
-
An implicit default method locator that only permits the invocation of a default method if the source
method itself represents a method that was defined on a default method interface.
- Morph.Binder.PrecomputedFinding - Class in net.bytebuddy.implementation.bind.annotation
-
A finding that is precomputed to only return methods that are relevant to generating the required proxy.
- Morph.Binder.RedirectionProxy - Class in net.bytebuddy.implementation.bind.annotation
-
A proxy that implements the installed interface in order to allow for a morphed super method invocation.
- Morph.Binder.RedirectionProxy.InstanceFieldConstructor - Class in net.bytebuddy.implementation.bind.annotation
-
Creates an instance of the proxy when instrumenting an instance method.
- Morph.Binder.RedirectionProxy.InstanceFieldConstructor.Appender - Class in net.bytebuddy.implementation.bind.annotation
-
The byte code appender that implements the constructor.
- Morph.Binder.RedirectionProxy.MethodCall - Class in net.bytebuddy.implementation.bind.annotation
-
Implements a the method call of the morphing method.
- Morph.Binder.RedirectionProxy.MethodCall.Appender - Class in net.bytebuddy.implementation.bind.annotation
-
The byte code appender to implement the method.
- Morph.Binder.RedirectionProxy.StaticFieldConstructor - Enum in net.bytebuddy.implementation.bind.annotation
-
Creates an instance of the proxy when instrumenting a static method.
- OBJECT - Static variable in interface net.bytebuddy.description.type.TypeDescription
-
A representation of the
Object
type.
- objectTypeDefaultConstructor - Variable in enum net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.StaticFieldConstructor
-
A reference of the
Object
type default constructor.
- objectTypeDefaultConstructor - Variable in enum net.bytebuddy.implementation.bind.annotation.Morph.Binder.RedirectionProxy.StaticFieldConstructor
-
A reference of the
Object
type default constructor.
- of(Method) - Static method in class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationInvocationHandler.DefaultValue
-
Creates a default value representation for a given method which might or might not provide such
a default value.
- of(ClassLoader, Class<S>, Map<String, AnnotationDescription.AnnotationValue<?, ?>>) - Static method in class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationInvocationHandler
-
- of(TypeDescription, Map<String, AnnotationDescription.AnnotationValue<?, ?>>) - Static method in class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationValue.ForAnnotation
-
Creates an annotation value instance for describing the given annotation type and values.
- of(TypeDescription, EnumerationDescription[]) - Static method in class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationValue.ForComplexArray
-
Creates a new complex array of enumeration descriptions.
- of(TypeDescription, AnnotationDescription[]) - Static method in class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationValue.ForComplexArray
-
Creates a new complex array of annotation descriptions.
- of(TypeDescription[]) - Static method in class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationValue.ForComplexArray
-
Creates a new complex array of annotation descriptions.
- of(EnumerationDescription) - Static method in class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationValue.ForEnumeration
-
Creates a new annotation value for the given enumeration description.
- of(TypeDescription) - Static method in class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationValue.ForType
-
Creates an annotation value for representing the given type.
- of(U) - Static method in class net.bytebuddy.description.annotation.AnnotationDescription.ForLoadedAnnotation
-
Creates a description of the given annotation.
- of(Method) - Static method in class net.bytebuddy.description.method.ParameterList.ForLoadedExecutable
-
Creates a parameter list for a loaded method.
- of(Constructor<?>) - Static method in class net.bytebuddy.description.method.ParameterList.ForLoadedExecutable
-
Creates a parameter list for a loaded constructor.
- of(TypeDescription, int) - Static method in class net.bytebuddy.description.type.TypeDescription.ArrayProjection
-
Creates an array projection.
- of(ClassLoader) - Static method in class net.bytebuddy.dynamic.ClassFileLocator.AgentBased.ClassLoadingDelegate.Default
-
Creates a class loading delegate for the given class loader.
- of(ClassLoader) - Static method in class net.bytebuddy.dynamic.ClassFileLocator.ForClassLoader
-
Creates a class file locator for a given class loader.
- of(Class<?>) - Static method in class net.bytebuddy.dynamic.ClassFileLocator.Resolution.Explicit
-
Attemts to create a binary representation of a loaded type by requesting data from its
ClassLoader
.
- of(TypeDescription) - Static method in enum net.bytebuddy.dynamic.DynamicType.Builder.FieldValueTarget.NumericRangeValidator
-
Identifies the correct validator for a given type description.
- of(ClassLoader, Map<TypeDescription, byte[]>, ProtectionDomain, ByteArrayClassLoader.PersistenceHandler, boolean) - Static method in class net.bytebuddy.dynamic.loading.ByteArrayClassLoader
-
Creates a new class loader for a given definition of classes.
- of(MethodList, BridgeMethodResolver.Simple.ConflictHandler) - Static method in class net.bytebuddy.dynamic.scaffold.BridgeMethodResolver.Simple
-
Creates a new bridge method resolver for the given list of methods.
- of(ElementMatcher<? super MethodDescription>, TypeDescription) - Static method in class net.bytebuddy.dynamic.scaffold.inline.InliningImplementationMatcher
-
Creates a matcher where only overridable or declared methods are matched unless those are ignored.
- of(MethodList, DynamicType, MethodRebaseResolver.MethodNameTransformer) - Static method in class net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.Enabled
-
Creates a fully enabled method rebase resolver.
- of(MethodList, MethodRebaseResolver.MethodNameTransformer) - Static method in class net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.MethodsOnly
-
Creates a new method rebase resolver that is only capable of rebasing methods but not constructors.
- of(MethodRebaseResolver.Resolution, TypeDescription) - Static method in class net.bytebuddy.dynamic.scaffold.inline.RebaseImplementationTarget.RebasedMethodSpecialMethodInvocation
-
Creates a special method invocation for a rebased method if such an invocation is possible or otherwise
returns an illegal special method invocation.
- of(TypeDescription, MethodDescription, MethodDescription) - Static method in class net.bytebuddy.dynamic.scaffold.MethodLookupEngine.ConflictingInterfaceMethod
-
Creates a new method description for at least two conflicting interface methods.
- of(MethodDescription, MethodDescription) - Static method in class net.bytebuddy.dynamic.scaffold.MethodLookupEngine.OverriddenClassMethod
-
Creates a new method description of an overriding method to an overridden method.
- of(Object) - Static method in class net.bytebuddy.dynamic.scaffold.MethodRegistry.Handler.ForAnnotationValue
-
Represents the given value as an annotation default value handler after validating its suitability.
- of(AnnotationDescription) - Static method in enum net.bytebuddy.implementation.attribute.AnnotationAppender.AnnotationVisibility
-
Finds the annotation visibility that is declared for a given annotation.
- of(String, MethodDescription) - Static method in class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.FieldLocator
-
Returns a field locator for a given field.
- of(List<TargetMethodAnnotationDrivenBinder.ParameterBinder<?>>) - Static method in class net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder.DelegationProcessor
-
Creates a new delegation processor.
- of(MethodDelegationBinder.AmbiguityResolver...) - Static method in class net.bytebuddy.implementation.bind.MethodDelegationBinder.AmbiguityResolver.Chain
-
Chains a given number of ambiguity resolvers.
- of(StackManipulation, S) - Static method in class net.bytebuddy.implementation.bind.MethodDelegationBinder.ParameterBinding.Unique
-
A factory method for creating a unique binding that infers the tokens type.
- of(TypeDescription) - Static method in enum net.bytebuddy.implementation.bytecode.collection.ArrayAccess
-
Locates an array accessor by the array's component type.
- of(TypeDescription) - Static method in enum net.bytebuddy.implementation.bytecode.constant.ClassConstant
-
Returns a stack manipulation that loads a
Class
type onto the operand stack which
represents the given type.
- of(TypeDescription) - Static method in enum net.bytebuddy.implementation.bytecode.constant.DefaultValue
-
Creates a stack assignment that loads the default value for a given type.
- of(MethodDescription) - Static method in class net.bytebuddy.implementation.bytecode.constant.MethodHandleConstant
-
Creates a method handle for a method.
- of(JavaInstance.MethodHandle) - Static method in class net.bytebuddy.implementation.bytecode.constant.MethodHandleConstant
-
Creates stack manipulation for loading the provided method handle onto the operand stack.
- of(MethodDescription) - Static method in class net.bytebuddy.implementation.bytecode.constant.MethodTypeConstant
-
Transforms the given method into a stack manipulation that loads its type onto the operand stack.
- of(JavaInstance.MethodType) - Static method in class net.bytebuddy.implementation.bytecode.constant.MethodTypeConstant
-
Transforms the given method type into a stack manipulation that loads its type onto the operand stack.
- of(Class<?>) - Static method in enum net.bytebuddy.implementation.bytecode.StackSize
-
Finds the operand stack size of a given Java type.
- of(String, TypeDescription, ModifierContributor.ForField...) - Static method in class net.bytebuddy.implementation.FieldAccessor.ForNamedField.PreparationHandler.FieldDefiner
-
Creates a new preparation handler that defines a given field.
- of(FieldAccessor.FieldNameExtractor) - Static method in class net.bytebuddy.implementation.FieldAccessor
-
Defines a custom strategy for determining the field that is accessed by this field accessor.
- of(MethodDescription, TypeDescription) - Static method in class net.bytebuddy.implementation.Implementation.SpecialMethodInvocation.Simple
-
Creates a special method invocation for a given invocation target.
- of(InvocationHandler) - Static method in class net.bytebuddy.implementation.InvocationHandlerAdapter
-
Creates an implementation for any instance of an
InvocationHandler
that delegates
all method interceptions to the given instance which will be stored in a
static
field.
- of(InvocationHandler, String) - Static method in class net.bytebuddy.implementation.InvocationHandlerAdapter
-
Creates an implementation for any instance of an
InvocationHandler
that delegates
all method interceptions to the given instance which will be stored in a
static
field.
- of(Object) - Static method in enum net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ConstantPoolWrapper
-
Represents the given value by a constant pool value or as a field if this is not possible.
- of(Object) - Static method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForStaticField
-
Creates a new argument provider that stores the given value in a static field of the instance type.
- of(Object) - Static method in class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForStaticField
-
Resolves a value to be stored to be stored in the constant pool of the class, if possible.
- of(MethodDescription) - Method in enum net.bytebuddy.implementation.SuperMethodCall.Appender.TerminationHandler
-
Creates a stack manipulation that represents this handler's behavior.
- of(TypePool.Resolution, int) - Static method in class net.bytebuddy.pool.TypePool.AbstractBase.ArrayTypeResolution
-
Creates a wrapper for another resolution that, if resolved, represents an array type.
- of(MethodDescription) - Static method in enum net.bytebuddy.utility.JavaInstance.MethodHandle.HandleType
-
Extracts a handle type for invoking the given method.
- of(int) - Static method in enum net.bytebuddy.utility.JavaInstance.MethodHandle.HandleType
-
Extracts a handle type for the given identifier.
- of(Object) - Static method in class net.bytebuddy.utility.JavaInstance.MethodHandle
-
Creates a method handles representation of a loaded method handle which is analyzed using a public MethodHandles.Lookup
object.
- of(Object, Object) - Static method in class net.bytebuddy.utility.JavaInstance.MethodHandle
-
Creates a method handles representation of a loaded method handle .
- of(Method) - Static method in class net.bytebuddy.utility.JavaInstance.MethodHandle
-
Creates a method handle representation of the given method.
- of(Constructor<?>) - Static method in class net.bytebuddy.utility.JavaInstance.MethodHandle
-
Creates a method handle representation of the given constructor.
- of(MethodDescription) - Static method in class net.bytebuddy.utility.JavaInstance.MethodHandle
-
Creates a method handle representation of the given method.
- of(Object) - Static method in class net.bytebuddy.utility.JavaInstance.MethodType
-
Returns a method type representation of a loaded MethodType
object.
- of(Class<?>, Class<?>...) - Static method in class net.bytebuddy.utility.JavaInstance.MethodType
-
Returns a method type description of the given return type and parameter types.
- of(TypeDescription, List<? extends TypeDescription>) - Static method in class net.bytebuddy.utility.JavaInstance.MethodType
-
Returns a method type description of the given return type and parameter types.
- of(Method) - Static method in class net.bytebuddy.utility.JavaInstance.MethodType
-
Returns a method type description of the given method.
- of(Constructor<?>) - Static method in class net.bytebuddy.utility.JavaInstance.MethodType
-
Returns a method type description of the given constructor.
- of(MethodDescription) - Static method in class net.bytebuddy.utility.JavaInstance.MethodType
-
Returns a method type description of the given method.
- of(Class<?>) - Static method in enum net.bytebuddy.utility.PropertyDispatcher
-
Finds a property dispatcher for a given type.
- ofBeanProperty() - Static method in class net.bytebuddy.implementation.FieldAccessor
-
Defines a field accessor where any access is targeted to a field that matches the methods
name with the Java specification for bean properties, i.e.
- ofClassPath() - Static method in class net.bytebuddy.dynamic.ClassFileLocator.ForClassLoader
-
Creates a class file locator that queries the system class loader.
- ofClassPath() - Static method in class net.bytebuddy.pool.TypePool.Default
-
Creates a default
TypePool
that looks up data by querying the system class
loader.
- ofConstant(Object) - Static method in class net.bytebuddy.utility.JavaInstance.MethodType
-
Returns a method type for the given constant.
- ofConstant(Class<?>) - Static method in class net.bytebuddy.utility.JavaInstance.MethodType
-
Returns a method type for the given constant type.
- ofConstant(TypeDescription) - Static method in class net.bytebuddy.utility.JavaInstance.MethodType
-
Returns a method type for the given constant type.
- ofField(String) - Static method in class net.bytebuddy.implementation.FieldAccessor
-
Defines a field accessor where any access is targeted to a field named name
.
- ofGetter(FieldDescription) - Static method in class net.bytebuddy.implementation.bytecode.constant.MethodHandleConstant
-
Creates a method handle for a field getter.
- ofGetter(FieldDescription) - Static method in enum net.bytebuddy.utility.JavaInstance.MethodHandle.HandleType
-
Extracts a handle type for a getter of the given field.
- ofGetter(Field) - Static method in class net.bytebuddy.utility.JavaInstance.MethodHandle
-
Returns a method handle for a setter of the given field.
- ofGetter(FieldDescription) - Static method in class net.bytebuddy.utility.JavaInstance.MethodHandle
-
Returns a method handle for a setter of the given field.
- ofGetter(Field) - Static method in class net.bytebuddy.utility.JavaInstance.MethodType
-
Returns a method type for a getter of the given field.
- ofGetter(FieldDescription) - Static method in class net.bytebuddy.utility.JavaInstance.MethodType
-
Returns a method type for a getter of the given field.
- OfLegacyVmConstructor(Constructor<?>, int, Class<?>, Annotation[]) - Constructor for class net.bytebuddy.description.method.ParameterDescription.ForLoadedParameter.OfLegacyVmConstructor
-
Creates a legacy representation of a method's parameter.
- OfLegacyVmConstructor(Constructor<?>) - Constructor for class net.bytebuddy.description.method.ParameterList.ForLoadedExecutable.OfLegacyVmConstructor
-
Creates a legacy representation of a constructor's parameters.
- OfLegacyVmMethod(Method, int, Class<?>, Annotation[]) - Constructor for class net.bytebuddy.description.method.ParameterDescription.ForLoadedParameter.OfLegacyVmMethod
-
Creates a legacy representation of a method's parameter.
- OfLegacyVmMethod(Method) - Constructor for class net.bytebuddy.description.method.ParameterList.ForLoadedExecutable.OfLegacyVmMethod
-
Creates a legacy representation of a method's parameters.
- ofPutter(FieldDescription) - Static method in class net.bytebuddy.implementation.bytecode.constant.MethodHandleConstant
-
Creates a method handle for a field putter.
- ofSetter(FieldDescription) - Static method in enum net.bytebuddy.utility.JavaInstance.MethodHandle.HandleType
-
Extracts a handle type for a setter of the given field.
- ofSetter(Field) - Static method in class net.bytebuddy.utility.JavaInstance.MethodHandle
-
Returns a method handle for a getter of the given field.
- ofSetter(FieldDescription) - Static method in class net.bytebuddy.utility.JavaInstance.MethodHandle
-
Returns a method handle for a getter of the given field.
- ofSetter(Field) - Static method in class net.bytebuddy.utility.JavaInstance.MethodType
-
Returns a method type for a setter of the given field.
- ofSetter(FieldDescription) - Static method in class net.bytebuddy.utility.JavaInstance.MethodType
-
Returns a method type for a setter of the given field.
- OfSimpleType() - Constructor for class net.bytebuddy.description.type.TypeDescription.AbstractTypeDescription.OfSimpleType
-
- ofSpecial(MethodDescription) - Static method in enum net.bytebuddy.utility.JavaInstance.MethodHandle.HandleType
-
Extracts a handle type for invoking the given method via invokespecial.
- ofSpecial(Method, Class<?>) - Static method in class net.bytebuddy.utility.JavaInstance.MethodHandle
-
Creates a method handle representation of the given method for an explicit special method invocation of an otherwise virtual method.
- ofSpecial(MethodDescription, TypeDescription) - Static method in class net.bytebuddy.utility.JavaInstance.MethodHandle
-
Creates a method handle representation of the given method for an explicit special method invocation of an otherwise virtual method.
- ofType(Class<T>) - Method in class net.bytebuddy.description.annotation.AnnotationList.Empty
-
- ofType(Class<T>) - Method in class net.bytebuddy.description.annotation.AnnotationList.Explicit
-
- ofType(Class<T>) - Method in class net.bytebuddy.description.annotation.AnnotationList.ForLoadedAnnotation
-
- ofType(Class<T>) - Method in interface net.bytebuddy.description.annotation.AnnotationList
-
Finds the first annotation of the given type and returns it.
- on(Object) - Method in class net.bytebuddy.implementation.MethodCall.WithoutSpecifiedTarget
-
Invokes the specified method on the given instance.
- onComplete(String) - Method in class net.bytebuddy.agent.builder.AgentBuilder.Listener.Compound
-
- onComplete(String) - Method in enum net.bytebuddy.agent.builder.AgentBuilder.Listener.NoOp
-
- onComplete(String) - Method in interface net.bytebuddy.agent.builder.AgentBuilder.Listener
-
Invoked after a class was attempted to be loaded, independently of its treatment.
- onComplete() - Method in interface net.bytebuddy.pool.TypePool.Default.AnnotationRegistrant
-
Called once all annotation values are visited.
- onComplete() - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor.AnnotationExtractor.AnnotationLookup
-
- onComplete() - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor.AnnotationExtractor.ArrayLookup
-
- onComplete() - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor.FieldExtractor.OnFieldCollector
-
- onComplete() - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor.MethodExtractor
-
- onComplete() - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor.MethodExtractor.OnMethodCollector
-
- onComplete() - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor.MethodExtractor.OnMethodParameterCollector
-
- onComplete() - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor.OnTypeCollector
-
- onDefault() - Method in class net.bytebuddy.implementation.MethodCall.WithoutSpecifiedTarget
-
Invokes the given method by a Java 8default method invocation on the instance of the instrumented type.
- onError(String, Throwable) - Method in class net.bytebuddy.agent.builder.AgentBuilder.Listener.Compound
-
- onError(String, Throwable) - Method in enum net.bytebuddy.agent.builder.AgentBuilder.Listener.NoOp
-
- onError(String, Throwable) - Method in interface net.bytebuddy.agent.builder.AgentBuilder.Listener
-
Invoked when an error has occurred.
- OnField(FieldVisitor) - Constructor for class net.bytebuddy.implementation.attribute.AnnotationAppender.Target.OnField
-
Creates a new wrapper for a Java field.
- OnFieldCollector(String) - Constructor for class net.bytebuddy.pool.TypePool.Default.TypeExtractor.FieldExtractor.OnFieldCollector
-
Creates a new annotation field registrant.
- onIgnored(String) - Method in class net.bytebuddy.agent.builder.AgentBuilder.Listener.Compound
-
- onIgnored(String) - Method in enum net.bytebuddy.agent.builder.AgentBuilder.Listener.NoOp
-
- onIgnored(String) - Method in interface net.bytebuddy.agent.builder.AgentBuilder.Listener
-
Invokes when a type is not transformed.
- onInstanceField(Class<?>, String) - Method in class net.bytebuddy.implementation.MethodCall.WithoutSpecifiedTarget
-
Invokes the given method on an instance that is stored in an instance field.
- onInstanceField(TypeDescription, String) - Method in class net.bytebuddy.implementation.MethodCall.WithoutSpecifiedTarget
-
Invokes the given method on an instance that is stored in an instance field.
- onLoad(Class<?>) - Method in class net.bytebuddy.implementation.LoadedTypeInitializer.Compound
-
- onLoad(Class<?>) - Method in class net.bytebuddy.implementation.LoadedTypeInitializer.ForStaticField
-
- onLoad(Class<?>) - Method in enum net.bytebuddy.implementation.LoadedTypeInitializer.NoOp
-
- onLoad(Class<?>) - Method in interface net.bytebuddy.implementation.LoadedTypeInitializer
-
Callback that is invoked on the creation of an instrumented type.
- OnMethod(MethodVisitor) - Constructor for class net.bytebuddy.implementation.attribute.AnnotationAppender.Target.OnMethod
-
Creates a new wrapper for a Java method or constructor.
- OnMethodCollector(String) - Constructor for class net.bytebuddy.pool.TypePool.Default.TypeExtractor.MethodExtractor.OnMethodCollector
-
Creates a new method annotation registrant.
- OnMethodParameter(MethodVisitor, int) - Constructor for class net.bytebuddy.implementation.attribute.AnnotationAppender.Target.OnMethodParameter
-
Creates a new wrapper for a Java method or constructor.
- OnMethodParameter(int) - Constructor for class net.bytebuddy.implementation.attribute.MethodAttributeAppender.ForAnnotation.Target.OnMethodParameter
-
Creates a target for a method attribute appender for a method parameter of the given index.
- OnMethodParameterCollector(String, int) - Constructor for class net.bytebuddy.pool.TypePool.Default.TypeExtractor.MethodExtractor.OnMethodParameterCollector
-
Creates a new method parameter annotation registrant.
- onSuper() - Method in class net.bytebuddy.implementation.MethodCall.WithoutSpecifiedTarget
-
Invokes the given method by a super method invocation on the instance of the instrumented type.
- onTransformation(TypeDescription, DynamicType) - Method in class net.bytebuddy.agent.builder.AgentBuilder.Listener.Compound
-
- onTransformation(TypeDescription, DynamicType) - Method in enum net.bytebuddy.agent.builder.AgentBuilder.Listener.NoOp
-
- onTransformation(TypeDescription, DynamicType) - Method in interface net.bytebuddy.agent.builder.AgentBuilder.Listener
-
Invoked right before a successful transformation is applied.
- OnType(ClassVisitor) - Constructor for class net.bytebuddy.implementation.attribute.AnnotationAppender.Target.OnType
-
Creates a new wrapper for a Java type.
- OnTypeCollector(String) - Constructor for class net.bytebuddy.pool.TypePool.Default.TypeExtractor.OnTypeCollector
-
Creates a new on type collector.
- OptionalMethodInterception(ClassFileVersion, NamingStrategy.Unbound, AuxiliaryType.NamingStrategy, List<TypeDescription>, ElementMatcher<? super MethodDescription>, BridgeMethodResolver.Factory, ClassVisitorWrapper.Chain, MethodRegistry, ByteBuddy.Definable<Integer>, TypeAttributeAppender, MethodLookupEngine.Factory, FieldAttributeAppender.Factory, MethodAttributeAppender.Factory, LatentMethodMatcher) - Constructor for class net.bytebuddy.ByteBuddy.OptionalMethodInterception
-
Creates a new optional method interception.
- or(ElementMatcher<? super U>) - Method in class net.bytebuddy.matcher.ElementMatcher.Junction.AbstractBase
-
- or(ElementMatcher<? super U>) - Method in interface net.bytebuddy.matcher.ElementMatcher.Junction
-
Creates a disjunction where either this matcher or the other
matcher must be matched in order
to constitute a successful match.
- Origin - Annotation Type in net.bytebuddy.implementation.bind.annotation
-
The origin annotation provides some meta information about the source method that is bound to this method where
the binding is dependant of the parameter's type:
If the annotated parameter is of type
Method
, the parameter is assigned a reference
to the method it intercepts.
If the annotated parameter is of type
Class
, the parameter is assigned a reference of the
type of the instrumented type.
If the annotated parameter is of type
String
, the parameter is assigned a string with
the value that would be returned by the
Method.toString()
method.
- Origin.Binder - Enum in net.bytebuddy.implementation.bind.annotation
-
A binder for binding parameters that are annotated with
Origin
.
- originTypeIdentifier - Variable in class net.bytebuddy.dynamic.scaffold.subclass.SubclassImplementationTarget
-
The origin type identifier to use.
- OverriddenClassMethod(List<MethodDescription>) - Constructor for class net.bytebuddy.dynamic.scaffold.MethodLookupEngine.OverriddenClassMethod
-
Creates a new overriding class method.
- Ownership - Enum in net.bytebuddy.description.modifier
-
Determines the ownership of a field or method, i.e.
- takesArguments(Class<?>...) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- takesArguments(TypeDescription...) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- takesArguments(Iterable<? extends TypeDescription>) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- takesArguments(ElementMatcher<? super Iterable<? extends TypeDescription>>) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- takesArguments(int) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- target(FieldDescription) - Method in enum net.bytebuddy.dynamic.scaffold.FieldRegistry.Compiled.NoOp
-
- target(FieldDescription) - Method in class net.bytebuddy.dynamic.scaffold.FieldRegistry.Default.Compiled
-
- target(MethodDescription) - Method in class net.bytebuddy.dynamic.scaffold.MethodRegistry.Default.Compiled
-
- target(FieldDescription) - Method in interface net.bytebuddy.dynamic.scaffold.TypeWriter.FieldPool
-
Returns the field attribute appender that matches a given field description or a default field
attribute appender if no appender was registered for the given field.
- target(MethodDescription) - Method in interface net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool
-
Looks up a handler entry for a given method.
- Target(String, TypeDescription, List<InvokeDynamic.InvocationProvider.ArgumentProvider>, MethodDescription) - Constructor for class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.Default.Target
-
Creates a new target.
- targetHandler - Variable in class net.bytebuddy.implementation.MethodCall
-
The target handler to use.
- TargetMethodAnnotationDrivenBinder - Class in net.bytebuddy.implementation.bind.annotation
-
This
MethodDelegationBinder
binds
method by analyzing annotations found on the
target method that is subject to a method binding.
- TargetMethodAnnotationDrivenBinder(List<TargetMethodAnnotationDrivenBinder.ParameterBinder<?>>, TargetMethodAnnotationDrivenBinder.DefaultsProvider, TargetMethodAnnotationDrivenBinder.TerminationHandler, Assigner, MethodDelegationBinder.MethodInvoker) - Constructor for class net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder
-
Creates a new method delegation binder that binds method based on annotations found on the target method.
- TargetMethodAnnotationDrivenBinder.DefaultsProvider - Interface in net.bytebuddy.implementation.bind.annotation
-
Implementations of the defaults provider interface create annotations for parameters that are not annotated with
a known annotation.
- TargetMethodAnnotationDrivenBinder.DefaultsProvider.Empty - Enum in net.bytebuddy.implementation.bind.annotation
-
A defaults provider that does not supply any defaults.
- TargetMethodAnnotationDrivenBinder.DefaultsProvider.Empty.EmptyIterator - Enum in net.bytebuddy.implementation.bind.annotation
-
A trivial iterator without any elements.
- TargetMethodAnnotationDrivenBinder.DelegationProcessor - Class in net.bytebuddy.implementation.bind.annotation
-
- TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler - Interface in net.bytebuddy.implementation.bind.annotation
-
A handler is responsible for processing a parameter's binding.
- TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler.Bound<T extends Annotation> - Class in net.bytebuddy.implementation.bind.annotation
-
A bound handler represents an unambiguous parameter binder that was located for a given array of
annotations.
- TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler.Unbound - Enum in net.bytebuddy.implementation.bind.annotation
-
An unbound handler is a fallback for returning an illegal binding for parameters for which no parameter
binder could be located.
- TargetMethodAnnotationDrivenBinder.ParameterBinder<T extends Annotation> - Interface in net.bytebuddy.implementation.bind.annotation
-
A parameter binder is used as a delegate for binding a parameter according to a particular annotation type found
on this parameter.
- TargetMethodAnnotationDrivenBinder.TerminationHandler - Interface in net.bytebuddy.implementation.bind.annotation
-
Responsible for creating a
StackManipulation
that is applied after the interception method is applied.
- TargetMethodAnnotationDrivenBinder.TerminationHandler.Dropping - Enum in net.bytebuddy.implementation.bind.annotation
-
A termination handler that pops the return value of the interception method.
- TargetMethodAnnotationDrivenBinder.TerminationHandler.Returning - Enum in net.bytebuddy.implementation.bind.annotation
-
A termination handler that returns the return value of the interception method.
- targetType - Variable in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase
-
The target type description that is specified for this builder.
- TargetType - Class in net.bytebuddy.dynamic
-
This type is used as a place holder for creating methods or fields that refer to the type that currently subject
of creation within a
DynamicType.Builder
.
- terminationHandler - Variable in class net.bytebuddy.implementation.InvokeDynamic
-
A handler that handles the method return.
- terminationHandler - Variable in class net.bytebuddy.implementation.MethodCall
-
The termination handler to use.
- TextConstant - Class in net.bytebuddy.implementation.bytecode.constant
-
Represents a
String
value that is stored in a type's constant pool.
- TextConstant(String) - Constructor for class net.bytebuddy.implementation.bytecode.constant.TextConstant
-
Creates a new stack manipulation to load a String
constant onto the operand stack.
- This - Annotation Type in net.bytebuddy.implementation.bind.annotation
-
Parameters that are annotated with this annotation will be assigned a reference to the instrumented object, if
the instrumented method is not static.
- This.Binder - Enum in net.bytebuddy.implementation.bind.annotation
-
A binder for handling the
This
annotation.
- Throw - Enum in net.bytebuddy.implementation.bytecode
-
Throws a
Throwable
which must lie on top of the stack when this stack manipulation is called.
- throwing(Class<?>...) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultExceptionDeclarableMethodInterception
-
- throwing(TypeDescription...) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultExceptionDeclarableMethodInterception
-
- throwing(Class<?>...) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder.ExceptionDeclarableMethodInterception
-
Defines a number of
Throwable
types to be include in the exception declaration.
- throwing(TypeDescription...) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder.ExceptionDeclarableMethodInterception
-
Defines a number of
Throwable
types to be include in the exception declaration.
- throwing(Class<? extends Throwable>) - Static method in class net.bytebuddy.implementation.ExceptionMethod
-
Creates an implementation that creates a new instance of the given isThrowable type on each method invocation
which is then thrown immediately.
- throwing(TypeDescription) - Static method in class net.bytebuddy.implementation.ExceptionMethod
-
Creates an implementation that creates a new instance of the given isThrowable type on each method invocation
which is then thrown immediately.
- throwing(Class<? extends Throwable>, String) - Static method in class net.bytebuddy.implementation.ExceptionMethod
-
Creates an implementation that creates a new instance of the given isThrowable type on each method invocation
which is then thrown immediately.
- throwing(TypeDescription, String) - Static method in class net.bytebuddy.implementation.ExceptionMethod
-
Creates an implementation that creates a new instance of the given isThrowable type on each method invocation
which is then thrown immediately.
- throwing(ElementMatcher<? super List<? extends TypeDescription>>) - Static method in class net.bytebuddy.matcher.ElementMatchers
-
- to(TypeDescription) - Static method in class net.bytebuddy.implementation.bytecode.assign.TypeCasting
-
Creates a casting to the given, non-primitive type.
- to(Object) - Static method in class net.bytebuddy.implementation.Forwarding
-
Forwards all intercepted method invocations to the given instance which is stored in a static
field
of the instrumented class.
- to(Object, String) - Static method in class net.bytebuddy.implementation.Forwarding
-
Forwards all intercepted method invocations to the given instance which is stored in a static
field
of the instrumented class.
- to(Class<?>) - Static method in class net.bytebuddy.implementation.MethodDelegation
-
Creates an implementation where only static
methods of the given type are considered as binding targets.
- to(TypeDescription) - Static method in class net.bytebuddy.implementation.MethodDelegation
-
Creates an implementation where only static
methods of the given type are considered as binding targets.
- to(Object) - Static method in class net.bytebuddy.implementation.MethodDelegation
-
Creates an implementation where only instance methods of the given object are considered as binding targets.
- to(Object, MethodLookupEngine) - Static method in class net.bytebuddy.implementation.MethodDelegation
-
- to(Object, String) - Static method in class net.bytebuddy.implementation.MethodDelegation
-
Creates an implementation where only instance methods of the given object are considered as binding targets.
- to(Object, String, MethodLookupEngine) - Static method in class net.bytebuddy.implementation.MethodDelegation
-
- toConstructor(Class<?>) - Static method in class net.bytebuddy.implementation.MethodDelegation
-
Creates an implementation where method calls are delegated to constructor calls on the given type.
- toConstructor(TypeDescription) - Static method in class net.bytebuddy.implementation.MethodDelegation
-
Creates an implementation where method calls are delegated to constructor calls on the given type.
- toDecreasingSize() - Method in enum net.bytebuddy.implementation.bytecode.StackSize
-
- toIncreasingSize() - Method in enum net.bytebuddy.implementation.bytecode.StackSize
-
- toInstanceField(String, Class<?>) - Static method in class net.bytebuddy.implementation.Forwarding
-
Forwards all intercepted method invocations to an instance field of the instrumented class.
- toInstanceField(String, TypeDescription) - Static method in class net.bytebuddy.implementation.Forwarding
-
Forwards all intercepted method invocations to an instance field of the instrumented class.
- toInstanceField(String) - Static method in class net.bytebuddy.implementation.InvocationHandlerAdapter
-
Creates an implementation for any
InvocationHandler
that delegates
all method interceptions to a
public
instance field with the given name.
- toInstanceField(Class<?>, String) - Static method in class net.bytebuddy.implementation.MethodDelegation
-
Creates an implementation where method calls are delegated to an instance that is manually stored in a field
fieldName
that is defined for the instrumented type.
- toInstanceField(TypeDescription, String) - Static method in class net.bytebuddy.implementation.MethodDelegation
-
Creates an implementation where method calls are delegated to an instance that is manually stored in a field
fieldName
that is defined for the instrumented type.
- toInstanceField(Class<?>, String, MethodLookupEngine) - Static method in class net.bytebuddy.implementation.MethodDelegation
-
- toInstanceField(TypeDescription, String, MethodLookupEngine) - Static method in class net.bytebuddy.implementation.MethodDelegation
-
- toInternalNames() - Method in class net.bytebuddy.description.type.TypeList.Empty
-
- toInternalNames() - Method in class net.bytebuddy.description.type.TypeList.Explicit
-
- toInternalNames() - Method in class net.bytebuddy.description.type.TypeList.ForLoadedType
-
- toInternalNames() - Method in interface net.bytebuddy.description.type.TypeList
-
Returns a list of internal names of all types represented by this list.
- toInternalNames() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription.LazyTypeList
-
- toJar(File, Manifest) - Method in class net.bytebuddy.dynamic.DynamicType.Default
-
- toJar(File, Manifest) - Method in interface net.bytebuddy.dynamic.DynamicType
-
Saves the contents of this dynamic type inside a jar file.
- toStaticField(String, Class<?>) - Static method in class net.bytebuddy.implementation.Forwarding
-
Forwards all intercepted method invocations to a static
field of the instrumented class.
- toStaticField(String, TypeDescription) - Static method in class net.bytebuddy.implementation.Forwarding
-
Forwards all intercepted method invocations to a static
field of the instrumented class.
- toString() - Method in class net.bytebuddy.agent.builder.AgentBuilder.BinaryLocator.Default.Initialized
-
- toString() - Method in enum net.bytebuddy.agent.builder.AgentBuilder.BinaryLocator.Default
-
- toString() - Method in enum net.bytebuddy.agent.builder.AgentBuilder.Default.BootstrapInjectionStrategy.Disabled
-
- toString() - Method in class net.bytebuddy.agent.builder.AgentBuilder.Default.BootstrapInjectionStrategy.Enabled
-
- toString() - Method in class net.bytebuddy.agent.builder.AgentBuilder.Default.ExecutingTransformer
-
- toString() - Method in enum net.bytebuddy.agent.builder.AgentBuilder.Default.InitializationStrategy.NoOp
-
- toString() - Method in enum net.bytebuddy.agent.builder.AgentBuilder.Default.InitializationStrategy.SelfInjection.Nexus.Accessor
-
- toString() - Method in class net.bytebuddy.agent.builder.AgentBuilder.Default.InitializationStrategy.SelfInjection.Nexus
-
- toString() - Method in class net.bytebuddy.agent.builder.AgentBuilder.Default.InitializationStrategy.SelfInjection
-
- toString() - Method in class net.bytebuddy.agent.builder.AgentBuilder.Default.Matched
-
- toString() - Method in class net.bytebuddy.agent.builder.AgentBuilder.Default
-
- toString() - Method in class net.bytebuddy.agent.builder.AgentBuilder.Default.Transformation
-
- toString() - Method in class net.bytebuddy.agent.builder.AgentBuilder.Listener.Compound
-
- toString() - Method in enum net.bytebuddy.agent.builder.AgentBuilder.Listener.NoOp
-
- toString() - Method in class net.bytebuddy.agent.builder.AgentBuilder.RawMatcher.ForElementMatcherPair
-
- toString() - Method in class net.bytebuddy.agent.builder.AgentBuilder.Transformer.Compound
-
- toString() - Method in enum net.bytebuddy.agent.builder.AgentBuilder.Transformer.NoOp
-
- toString() - Method in class net.bytebuddy.asm.ClassVisitorWrapper.Chain
-
- toString() - Method in class net.bytebuddy.ByteBuddy.Definable.Defined
-
- toString() - Method in class net.bytebuddy.ByteBuddy.Definable.Undefined
-
- toString() - Method in class net.bytebuddy.ByteBuddy.EnumerationImplementation.InitializationAppender
-
- toString() - Method in class net.bytebuddy.ByteBuddy.EnumerationImplementation
-
- toString() - Method in class net.bytebuddy.ByteBuddy.EnumerationImplementation.ValuesMethodAppender
-
- toString() - Method in class net.bytebuddy.ByteBuddy.MatchedMethodInterception
-
- toString() - Method in class net.bytebuddy.ByteBuddy.MethodAnnotationTarget
-
- toString() - Method in class net.bytebuddy.ByteBuddy.OptionalMethodInterception
-
- toString() - Method in class net.bytebuddy.ByteBuddy
-
- toString() - Method in class net.bytebuddy.ClassFileVersion
-
- toString() - Method in class net.bytebuddy.description.annotation.AnnotationDescription.AbstractAnnotationDescription
-
- toString() - Method in class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationInvocationHandler.DefaultValue
-
- toString() - Method in class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationInvocationHandler
-
- toString() - Method in class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationValue.ForAnnotation.Loaded
-
- toString() - Method in class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationValue.ForAnnotation
-
- toString() - Method in class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationValue.ForComplexArray.Loaded
-
- toString() - Method in class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationValue.ForComplexArray
-
- toString() - Method in class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationValue.ForEnumeration.Loaded
-
- toString() - Method in class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationValue.ForEnumeration
-
- toString() - Method in class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationValue.ForType.Loaded
-
- toString() - Method in class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationValue.ForType
-
- toString() - Method in enum net.bytebuddy.description.annotation.AnnotationDescription.AnnotationValue.Loaded.State
-
- toString() - Method in class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationValue.Trivial.Loaded
-
- toString() - Method in class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationValue.Trivial
-
- toString() - Method in class net.bytebuddy.description.annotation.AnnotationDescription.Builder
-
- toString() - Method in class net.bytebuddy.description.enumeration.EnumerationDescription.AbstractEnumerationDescription
-
- toString() - Method in class net.bytebuddy.description.field.FieldDescription.AbstractFieldDescription
-
- toString() - Method in class net.bytebuddy.description.method.MethodDescription.AbstractMethodDescription
-
- toString() - Method in class net.bytebuddy.description.method.ParameterDescription.AbstractParameterDescription
-
- toString() - Method in enum net.bytebuddy.description.modifier.EnumerationState
-
- toString() - Method in enum net.bytebuddy.description.modifier.FieldManifestation
-
- toString() - Method in enum net.bytebuddy.description.modifier.MethodArguments
-
- toString() - Method in enum net.bytebuddy.description.modifier.MethodManifestation
-
- toString() - Method in enum net.bytebuddy.description.modifier.Ownership
-
- toString() - Method in enum net.bytebuddy.description.modifier.SynchronizationState
-
- toString() - Method in enum net.bytebuddy.description.modifier.SyntheticState
-
- toString() - Method in enum net.bytebuddy.description.modifier.TypeManifestation
-
- toString() - Method in enum net.bytebuddy.description.modifier.Visibility
-
- toString() - Method in class net.bytebuddy.description.type.PackageDescription.AbstractPackageDescription
-
- toString() - Method in class net.bytebuddy.description.type.TypeDescription.AbstractTypeDescription
-
- toString() - Method in class net.bytebuddy.dynamic.ClassFileLocator.AgentBased.ClassLoadingDelegate.Default
-
- toString() - Method in class net.bytebuddy.dynamic.ClassFileLocator.AgentBased.ClassLoadingDelegate.Explicit
-
- toString() - Method in class net.bytebuddy.dynamic.ClassFileLocator.AgentBased.ClassLoadingDelegate.ForDelegatingClassLoader.JavaField.ForNonResolvedField
-
- toString() - Method in class net.bytebuddy.dynamic.ClassFileLocator.AgentBased.ClassLoadingDelegate.ForDelegatingClassLoader.JavaField.ForResolvedField
-
- toString() - Method in class net.bytebuddy.dynamic.ClassFileLocator.AgentBased.ClassLoadingDelegate.ForDelegatingClassLoader
-
- toString() - Method in class net.bytebuddy.dynamic.ClassFileLocator.AgentBased.ExtractionClassFileTransformer
-
- toString() - Method in class net.bytebuddy.dynamic.ClassFileLocator.AgentBased
-
- toString() - Method in class net.bytebuddy.dynamic.ClassFileLocator.Compound
-
- toString() - Method in class net.bytebuddy.dynamic.ClassFileLocator.ForClassLoader
-
- toString() - Method in class net.bytebuddy.dynamic.ClassFileLocator.Resolution.Explicit
-
- toString() - Method in enum net.bytebuddy.dynamic.ClassFileLocator.Resolution.Illegal
-
- toString() - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultExceptionDeclarableMethodInterception
-
- toString() - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultFieldValueTarget
-
- toString() - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultMatchedMethodInterception
-
- toString() - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultMethodAnnotationTarget
-
- toString() - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultOptionalMatchedMethodInterception
-
- toString() - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.FieldToken
-
- toString() - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.MethodToken
-
- toString() - Method in enum net.bytebuddy.dynamic.DynamicType.Builder.FieldValueTarget.NumericRangeValidator
-
- toString() - Method in class net.bytebuddy.dynamic.DynamicType.Default.Loaded
-
- toString() - Method in class net.bytebuddy.dynamic.DynamicType.Default
-
- toString() - Method in class net.bytebuddy.dynamic.DynamicType.Default.Unloaded
-
- toString() - Method in class net.bytebuddy.dynamic.loading.ByteArrayClassLoader.ChildFirst
-
- toString() - Method in enum net.bytebuddy.dynamic.loading.ByteArrayClassLoader.PersistenceHandler
-
- toString() - Method in class net.bytebuddy.dynamic.loading.ByteArrayClassLoader
-
- toString() - Method in enum net.bytebuddy.dynamic.loading.ClassInjector.UsingInstrumentation.Target
-
- toString() - Method in class net.bytebuddy.dynamic.loading.ClassInjector.UsingInstrumentation
-
- toString() - Method in class net.bytebuddy.dynamic.loading.ClassInjector.UsingReflection.ClassLoadingAction
-
- toString() - Method in class net.bytebuddy.dynamic.loading.ClassInjector.UsingReflection.ReflectionStore.Faulty
-
- toString() - Method in class net.bytebuddy.dynamic.loading.ClassInjector.UsingReflection.ReflectionStore.Resolved
-
- toString() - Method in class net.bytebuddy.dynamic.loading.ClassInjector.UsingReflection
-
- toString() - Method in class net.bytebuddy.dynamic.loading.ClassLoadingStrategy.Default.ProtectionDomainInjection
-
- toString() - Method in class net.bytebuddy.dynamic.loading.ClassLoadingStrategy.Default.ProtectionDomainWrapper
-
- toString() - Method in enum net.bytebuddy.dynamic.loading.ClassLoadingStrategy.Default
-
- toString() - Method in class net.bytebuddy.dynamic.loading.ClassLoadingStrategy.ForBootstrapInjection
-
- toString() - Method in enum net.bytebuddy.dynamic.loading.ClassReloadingStrategy.BootstrapInjection.Disabled
-
- toString() - Method in class net.bytebuddy.dynamic.loading.ClassReloadingStrategy.BootstrapInjection.Enabled
-
- toString() - Method in class net.bytebuddy.dynamic.loading.ClassReloadingStrategy.Engine.ClassRedefinitionTransformer
-
- toString() - Method in enum net.bytebuddy.dynamic.loading.ClassReloadingStrategy.Engine
-
- toString() - Method in class net.bytebuddy.dynamic.loading.ClassReloadingStrategy
-
- toString() - Method in enum net.bytebuddy.dynamic.scaffold.BridgeMethodResolver.NoOp
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.BridgeMethodResolver.Simple.BridgeTarget.Candidate
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.BridgeMethodResolver.Simple.BridgeTarget.Resolved
-
- toString() - Method in enum net.bytebuddy.dynamic.scaffold.BridgeMethodResolver.Simple.BridgeTarget.Unknown
-
- toString() - Method in enum net.bytebuddy.dynamic.scaffold.BridgeMethodResolver.Simple.ConflictHandler.Default
-
- toString() - Method in enum net.bytebuddy.dynamic.scaffold.BridgeMethodResolver.Simple.Factory
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.BridgeMethodResolver.Simple
-
- toString() - Method in enum net.bytebuddy.dynamic.scaffold.FieldRegistry.Compiled.NoOp
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.FieldRegistry.Default.Compiled
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.FieldRegistry.Default.Entry
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.FieldRegistry.Default.Prepared
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.FieldRegistry.Default
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.inline.InliningImplementationMatcher
-
- toString() - Method in enum net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.Disabled
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.Enabled
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.MethodNameTransformer.Prefixing
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.MethodNameTransformer.Suffixing
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.MethodsOnly
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.Resolution.ForRebasedConstructor
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.Resolution.ForRebasedMethod
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.Resolution.Preserved
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.inline.RebaseDynamicTypeBuilder
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.inline.RebaseImplementationTarget.Factory
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.inline.RebaseImplementationTarget.RebasedMethodSpecialMethodInvocation
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.inline.RebaseImplementationTarget
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.inline.RedefinitionDynamicTypeBuilder
-
- toString() - Method in enum net.bytebuddy.dynamic.scaffold.InstrumentedType.TypeInitializer.None
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.InstrumentedType.TypeInitializer.Simple
-
- toString() - Method in enum net.bytebuddy.dynamic.scaffold.MethodLookupEngine.Default.Factory
-
- toString() - Method in enum net.bytebuddy.dynamic.scaffold.MethodLookupEngine.Default.MethodBucket.DefaultMethodLookup.Disabled
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.MethodLookupEngine.Default.MethodBucket.DefaultMethodLookup.Enabled
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.MethodLookupEngine.Default.MethodBucket
-
- toString() - Method in enum net.bytebuddy.dynamic.scaffold.MethodLookupEngine.Default
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.MethodLookupEngine.Finding.Default
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.MethodRegistry.Default.Compiled
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.MethodRegistry.Default.Entry
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.MethodRegistry.Default.Prepared
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.MethodRegistry.Default
-
- toString() - Method in enum net.bytebuddy.dynamic.scaffold.MethodRegistry.Handler.ForAbstractMethod
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.MethodRegistry.Handler.ForAnnotationValue
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.MethodRegistry.Handler.ForImplementation.Compiled
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.MethodRegistry.Handler.ForImplementation
-
- toString() - Method in enum net.bytebuddy.dynamic.scaffold.subclass.ConstructorStrategy.Default
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.subclass.SubclassDynamicTypeBuilder.InstrumentableMatcher
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.subclass.SubclassDynamicTypeBuilder
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.subclass.SubclassImplementationTarget.Factory
-
- toString() - Method in enum net.bytebuddy.dynamic.scaffold.subclass.SubclassImplementationTarget.OriginTypeIdentifier
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.subclass.SubclassImplementationTarget
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ForCreation
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ForInlining.RedefinitionClassVisitor.AttributeObtainingMethodVisitor
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ForInlining.RedefinitionClassVisitor.CodePreservingMethodVisitor
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ForInlining.RedefinitionClassVisitor
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ForInlining.RedefinitionClassVisitor.TypeInitializerInjection
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ForInlining
-
- toString() - Method in enum net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ValidatingClassVisitor.Constraint
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ValidatingClassVisitor
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ValidatingClassVisitor.ValidatingMethodVisitor
-
- toString() - Method in enum net.bytebuddy.dynamic.scaffold.TypeWriter.FieldPool.Entry.NoOp
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.FieldPool.Entry.Simple
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry.ForAbstractMethod
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry.ForAnnotationDefaultValue
-
- toString() - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry.ForImplementation
-
- toString() - Method in enum net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry.ForSkippedMethod
-
- toString() - Method in enum net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry.Sort
-
- toString() - Method in enum net.bytebuddy.implementation.attribute.AnnotationAppender.AnnotationVisibility
-
- toString() - Method in class net.bytebuddy.implementation.attribute.AnnotationAppender.Default
-
- toString() - Method in class net.bytebuddy.implementation.attribute.AnnotationAppender.Target.OnField
-
- toString() - Method in class net.bytebuddy.implementation.attribute.AnnotationAppender.Target.OnMethod
-
- toString() - Method in class net.bytebuddy.implementation.attribute.AnnotationAppender.Target.OnMethodParameter
-
- toString() - Method in class net.bytebuddy.implementation.attribute.AnnotationAppender.Target.OnType
-
- toString() - Method in class net.bytebuddy.implementation.attribute.FieldAttributeAppender.Compound
-
- toString() - Method in class net.bytebuddy.implementation.attribute.FieldAttributeAppender.Factory.Compound
-
- toString() - Method in class net.bytebuddy.implementation.attribute.FieldAttributeAppender.ForAnnotation
-
- toString() - Method in class net.bytebuddy.implementation.attribute.FieldAttributeAppender.ForLoadedField
-
- toString() - Method in enum net.bytebuddy.implementation.attribute.FieldAttributeAppender.NoOp
-
- toString() - Method in class net.bytebuddy.implementation.attribute.MethodAttributeAppender.Compound
-
- toString() - Method in class net.bytebuddy.implementation.attribute.MethodAttributeAppender.Factory.Compound
-
- toString() - Method in enum net.bytebuddy.implementation.attribute.MethodAttributeAppender.ForAnnotation.Target.OnMethod
-
- toString() - Method in class net.bytebuddy.implementation.attribute.MethodAttributeAppender.ForAnnotation.Target.OnMethodParameter
-
- toString() - Method in class net.bytebuddy.implementation.attribute.MethodAttributeAppender.ForAnnotation
-
- toString() - Method in enum net.bytebuddy.implementation.attribute.MethodAttributeAppender.ForInstrumentedMethod
-
- toString() - Method in class net.bytebuddy.implementation.attribute.MethodAttributeAppender.ForLoadedConstructor
-
- toString() - Method in class net.bytebuddy.implementation.attribute.MethodAttributeAppender.ForLoadedMethod
-
- toString() - Method in enum net.bytebuddy.implementation.attribute.MethodAttributeAppender.NoOp
-
- toString() - Method in class net.bytebuddy.implementation.attribute.TypeAttributeAppender.Compound
-
- toString() - Method in class net.bytebuddy.implementation.attribute.TypeAttributeAppender.ForAnnotation
-
- toString() - Method in enum net.bytebuddy.implementation.attribute.TypeAttributeAppender.ForSuperType
-
- toString() - Method in class net.bytebuddy.implementation.attribute.TypeAttributeAppender.ForType
-
- toString() - Method in enum net.bytebuddy.implementation.attribute.TypeAttributeAppender.NoOp
-
- toString() - Method in enum net.bytebuddy.implementation.auxiliary.AuxiliaryType.MethodAccessorFactory.Illegal
-
- toString() - Method in class net.bytebuddy.implementation.auxiliary.AuxiliaryType.NamingStrategy.SuffixingRandom
-
- toString() - Method in class net.bytebuddy.implementation.auxiliary.MethodCallProxy.AssignableSignatureCall
-
- toString() - Method in class net.bytebuddy.implementation.auxiliary.MethodCallProxy.ConstructorCall.Appender
-
- toString() - Method in enum net.bytebuddy.implementation.auxiliary.MethodCallProxy.ConstructorCall
-
- toString() - Method in class net.bytebuddy.implementation.auxiliary.MethodCallProxy.MethodCall.Appender
-
- toString() - Method in class net.bytebuddy.implementation.auxiliary.MethodCallProxy.MethodCall
-
- toString() - Method in enum net.bytebuddy.implementation.auxiliary.MethodCallProxy.ProxyMethodLookupEngine
-
- toString() - Method in class net.bytebuddy.implementation.auxiliary.MethodCallProxy
-
- toString() - Method in enum net.bytebuddy.implementation.auxiliary.TrivialType
-
- toString() - Method in enum net.bytebuddy.implementation.auxiliary.TypeProxy.AbstractMethodErrorThrow
-
- toString() - Method in class net.bytebuddy.implementation.auxiliary.TypeProxy.ForDefaultMethod
-
- toString() - Method in class net.bytebuddy.implementation.auxiliary.TypeProxy.ForSuperMethodByConstructor
-
- toString() - Method in class net.bytebuddy.implementation.auxiliary.TypeProxy.ForSuperMethodByReflectionFactory
-
- toString() - Method in enum net.bytebuddy.implementation.auxiliary.TypeProxy.InvocationFactory.Default
-
- toString() - Method in class net.bytebuddy.implementation.auxiliary.TypeProxy.MethodCall.Appender.AccessorMethodInvocation
-
- toString() - Method in class net.bytebuddy.implementation.auxiliary.TypeProxy.MethodCall.Appender
-
- toString() - Method in class net.bytebuddy.implementation.auxiliary.TypeProxy.MethodCall
-
- toString() - Method in class net.bytebuddy.implementation.auxiliary.TypeProxy.SilentConstruction.Appender
-
- toString() - Method in enum net.bytebuddy.implementation.auxiliary.TypeProxy.SilentConstruction
-
- toString() - Method in class net.bytebuddy.implementation.auxiliary.TypeProxy
-
- toString() - Method in enum net.bytebuddy.implementation.bind.annotation.AllArguments.Assignment
-
- toString() - Method in enum net.bytebuddy.implementation.bind.annotation.AllArguments.Binder
-
- toString() - Method in enum net.bytebuddy.implementation.bind.annotation.Argument.Binder
-
- toString() - Method in enum net.bytebuddy.implementation.bind.annotation.Argument.BindingMechanic
-
- toString() - Method in class net.bytebuddy.implementation.bind.annotation.Argument.NextUnboundAsDefaultsProvider.NextUnboundArgumentIterator.DefaultArgument
-
- toString() - Method in class net.bytebuddy.implementation.bind.annotation.Argument.NextUnboundAsDefaultsProvider.NextUnboundArgumentIterator
-
- toString() - Method in enum net.bytebuddy.implementation.bind.annotation.Argument.NextUnboundAsDefaultsProvider
-
- toString() - Method in enum net.bytebuddy.implementation.bind.annotation.BindingPriority.Resolver
-
- toString() - Method in enum net.bytebuddy.implementation.bind.annotation.Default.Binder
-
- toString() - Method in class net.bytebuddy.implementation.bind.annotation.DefaultCall.Binder.DefaultMethodLocator.Explicit
-
- toString() - Method in enum net.bytebuddy.implementation.bind.annotation.DefaultCall.Binder.DefaultMethodLocator.Implicit
-
- toString() - Method in enum net.bytebuddy.implementation.bind.annotation.DefaultCall.Binder
-
- toString() - Method in enum net.bytebuddy.implementation.bind.annotation.Empty.Binder
-
- toString() - Method in class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.AccessorProxy
-
- toString() - Method in class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.AccessType.Getter.Appender
-
- toString() - Method in class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.AccessType.Getter
-
- toString() - Method in class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.AccessType.Setter.Appender
-
- toString() - Method in class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.AccessType.Setter
-
- toString() - Method in enum net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.AccessType
-
- toString() - Method in class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.FieldLocator.Illegal
-
- toString() - Method in class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.FieldLocator.Legal
-
- toString() - Method in class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.FieldLocator.LookupEngine.ForExplicitType
-
- toString() - Method in class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.FieldLocator.LookupEngine.ForHierarchy
-
- toString() - Method in class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.FieldLocator.LookupEngine.Illegal
-
- toString() - Method in class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.FieldLocator.Resolution.Resolved
-
- toString() - Method in class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.FieldLocator.Resolution.Unresolved
-
- toString() - Method in class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.InstanceFieldConstructor.Appender
-
- toString() - Method in class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.InstanceFieldConstructor
-
- toString() - Method in enum net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.StaticFieldConstructor
-
- toString() - Method in class net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder
-
- toString() - Method in class net.bytebuddy.implementation.bind.annotation.Morph.Binder.DefaultMethodLocator.Explicit
-
- toString() - Method in enum net.bytebuddy.implementation.bind.annotation.Morph.Binder.DefaultMethodLocator.Implicit
-
- toString() - Method in class net.bytebuddy.implementation.bind.annotation.Morph.Binder.PrecomputedFinding
-
- toString() - Method in class net.bytebuddy.implementation.bind.annotation.Morph.Binder.RedirectionProxy.InstanceFieldConstructor.Appender
-
- toString() - Method in class net.bytebuddy.implementation.bind.annotation.Morph.Binder.RedirectionProxy.InstanceFieldConstructor
-
- toString() - Method in class net.bytebuddy.implementation.bind.annotation.Morph.Binder.RedirectionProxy.MethodCall.Appender
-
- toString() - Method in class net.bytebuddy.implementation.bind.annotation.Morph.Binder.RedirectionProxy.MethodCall
-
- toString() - Method in enum net.bytebuddy.implementation.bind.annotation.Morph.Binder.RedirectionProxy.StaticFieldConstructor
-
- toString() - Method in class net.bytebuddy.implementation.bind.annotation.Morph.Binder.RedirectionProxy
-
- toString() - Method in class net.bytebuddy.implementation.bind.annotation.Morph.Binder
-
- toString() - Method in enum net.bytebuddy.implementation.bind.annotation.Origin.Binder
-
- toString() - Method in class net.bytebuddy.implementation.bind.annotation.Pipe.Binder.PrecomputedFinding
-
- toString() - Method in enum net.bytebuddy.implementation.bind.annotation.Pipe.Binder.Redirection.ConstructorCall
-
- toString() - Method in class net.bytebuddy.implementation.bind.annotation.Pipe.Binder.Redirection.MethodCall
-
- toString() - Method in class net.bytebuddy.implementation.bind.annotation.Pipe.Binder.Redirection
-
- toString() - Method in class net.bytebuddy.implementation.bind.annotation.Pipe.Binder
-
- toString() - Method in enum net.bytebuddy.implementation.bind.annotation.Super.Binder
-
- toString() - Method in enum net.bytebuddy.implementation.bind.annotation.Super.Instantiation
-
- toString() - Method in enum net.bytebuddy.implementation.bind.annotation.SuperCall.Binder
-
- toString() - Method in enum net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder.DefaultsProvider.Empty.EmptyIterator
-
- toString() - Method in enum net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder.DefaultsProvider.Empty
-
- toString() - Method in class net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler.Bound
-
- toString() - Method in enum net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler.Unbound
-
- toString() - Method in class net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder.DelegationProcessor
-
- toString() - Method in enum net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder.TerminationHandler.Dropping
-
- toString() - Method in enum net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder.TerminationHandler.Returning
-
- toString() - Method in class net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder
-
- toString() - Method in enum net.bytebuddy.implementation.bind.annotation.This.Binder
-
- toString() - Method in class net.bytebuddy.implementation.bind.ArgumentTypeResolver.ParameterIndexToken
-
- toString() - Method in enum net.bytebuddy.implementation.bind.ArgumentTypeResolver.PrimitiveTypePrecedence
-
- toString() - Method in enum net.bytebuddy.implementation.bind.ArgumentTypeResolver
-
- toString() - Method in enum net.bytebuddy.implementation.bind.DeclaringTypeResolver
-
- toString() - Method in class net.bytebuddy.implementation.bind.MethodDelegationBinder.AmbiguityResolver.Chain
-
- toString() - Method in enum net.bytebuddy.implementation.bind.MethodDelegationBinder.AmbiguityResolver.NoOp
-
- toString() - Method in enum net.bytebuddy.implementation.bind.MethodDelegationBinder.AmbiguityResolver.Resolution
-
- toString() - Method in class net.bytebuddy.implementation.bind.MethodDelegationBinder.MethodBinding.Builder.Build
-
- toString() - Method in class net.bytebuddy.implementation.bind.MethodDelegationBinder.MethodBinding.Builder
-
- toString() - Method in enum net.bytebuddy.implementation.bind.MethodDelegationBinder.MethodBinding.Illegal
-
- toString() - Method in enum net.bytebuddy.implementation.bind.MethodDelegationBinder.MethodInvoker.Simple
-
- toString() - Method in class net.bytebuddy.implementation.bind.MethodDelegationBinder.MethodInvoker.Virtual
-
- toString() - Method in class net.bytebuddy.implementation.bind.MethodDelegationBinder.ParameterBinding.Anonymous
-
- toString() - Method in enum net.bytebuddy.implementation.bind.MethodDelegationBinder.ParameterBinding.Illegal
-
- toString() - Method in class net.bytebuddy.implementation.bind.MethodDelegationBinder.ParameterBinding.Unique
-
- toString() - Method in class net.bytebuddy.implementation.bind.MethodDelegationBinder.Processor
-
- toString() - Method in enum net.bytebuddy.implementation.bind.MethodNameEqualityResolver
-
- toString() - Method in enum net.bytebuddy.implementation.bind.ParameterLengthResolver
-
- toString() - Method in enum net.bytebuddy.implementation.bytecode.assign.Assigner.EqualTypesOnly
-
- toString() - Method in enum net.bytebuddy.implementation.bytecode.assign.Assigner.Refusing
-
- toString() - Method in enum net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveBoxingDelegate
-
- toString() - Method in class net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveTypeAwareAssigner
-
- toString() - Method in enum net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveUnboxingDelegate.ExplicitlyTypedUnboxingResponsible
-
- toString() - Method in class net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveUnboxingDelegate.ImplicitlyTypedUnboxingResponsible
-
- toString() - Method in enum net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveUnboxingDelegate
-
- toString() - Method in enum net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveWideningDelegate
-
- toString() - Method in class net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveWideningDelegate.WideningStackManipulation
-
- toString() - Method in class net.bytebuddy.implementation.bytecode.assign.primitive.VoidAwareAssigner
-
- toString() - Method in enum net.bytebuddy.implementation.bytecode.assign.reference.ReferenceTypeAwareAssigner
-
- toString() - Method in class net.bytebuddy.implementation.bytecode.assign.TypeCasting
-
- toString() - Method in class net.bytebuddy.implementation.bytecode.ByteCodeAppender.Compound
-
- toString() - Method in class net.bytebuddy.implementation.bytecode.ByteCodeAppender.Simple
-
- toString() - Method in class net.bytebuddy.implementation.bytecode.ByteCodeAppender.Size
-
- toString() - Method in class net.bytebuddy.implementation.bytecode.collection.ArrayAccess.Loader
-
- toString() - Method in class net.bytebuddy.implementation.bytecode.collection.ArrayAccess.Putter
-
- toString() - Method in enum net.bytebuddy.implementation.bytecode.collection.ArrayAccess
-
- toString() - Method in enum net.bytebuddy.implementation.bytecode.collection.ArrayFactory.ArrayCreator.ForPrimitiveType
-
- toString() - Method in class net.bytebuddy.implementation.bytecode.collection.ArrayFactory.ArrayCreator.ForReferenceType
-
- toString() - Method in class net.bytebuddy.implementation.bytecode.collection.ArrayFactory.ArrayStackManipulation
-
- toString() - Method in class net.bytebuddy.implementation.bytecode.collection.ArrayFactory
-
- toString() - Method in class net.bytebuddy.implementation.bytecode.constant.ClassConstant.ForReferenceType
-
- toString() - Method in enum net.bytebuddy.implementation.bytecode.constant.ClassConstant
-
- toString() - Method in enum net.bytebuddy.implementation.bytecode.constant.DefaultValue
-
- toString() - Method in class net.bytebuddy.implementation.bytecode.constant.DoubleConstant.ConstantPool
-
- toString() - Method in enum net.bytebuddy.implementation.bytecode.constant.DoubleConstant
-
- toString() - Method in class net.bytebuddy.implementation.bytecode.constant.FloatConstant.ConstantPool
-
- toString() - Method in enum net.bytebuddy.implementation.bytecode.constant.FloatConstant
-
- toString() - Method in class net.bytebuddy.implementation.bytecode.constant.IntegerConstant.ConstantPool
-
- toString() - Method in class net.bytebuddy.implementation.bytecode.constant.IntegerConstant.SingleBytePush
-
- toString() - Method in enum net.bytebuddy.implementation.bytecode.constant.IntegerConstant
-
- toString() - Method in class net.bytebuddy.implementation.bytecode.constant.IntegerConstant.TwoBytePush
-
- toString() - Method in class net.bytebuddy.implementation.bytecode.constant.LongConstant.ConstantPool
-
- toString() - Method in enum net.bytebuddy.implementation.bytecode.constant.LongConstant
-
- toString() - Method in class net.bytebuddy.implementation.bytecode.constant.MethodConstant.Cached
-
- toString() - Method in enum net.bytebuddy.implementation.bytecode.constant.MethodConstant.CanCacheIllegal
-
- toString() - Method in class net.bytebuddy.implementation.bytecode.constant.MethodConstant.ForConstructor
-
- toString() - Method in class net.bytebuddy.implementation.bytecode.constant.MethodConstant.ForMethod
-
- toString() - Method in class net.bytebuddy.implementation.bytecode.constant.MethodHandleConstant
-
- toString() - Method in class net.bytebuddy.implementation.bytecode.constant.MethodTypeConstant
-
- toString() - Method in enum net.bytebuddy.implementation.bytecode.constant.NullConstant
-
- toString() - Method in class net.bytebuddy.implementation.bytecode.constant.TextConstant
-
- toString() - Method in enum net.bytebuddy.implementation.bytecode.Duplication
-
- toString() - Method in class net.bytebuddy.implementation.bytecode.member.FieldAccess.AccessDispatcher.FieldGetInstruction
-
- toString() - Method in class net.bytebuddy.implementation.bytecode.member.FieldAccess.AccessDispatcher.FieldPutInstruction
-
- toString() - Method in class net.bytebuddy.implementation.bytecode.member.FieldAccess.AccessDispatcher
-
- toString() - Method in enum net.bytebuddy.implementation.bytecode.member.FieldAccess
-
- toString() - Method in class net.bytebuddy.implementation.bytecode.member.MethodInvocation.DynamicInvocation
-
- toString() - Method in enum net.bytebuddy.implementation.bytecode.member.MethodInvocation.IllegalInvocation
-
- toString() - Method in class net.bytebuddy.implementation.bytecode.member.MethodInvocation.Invocation
-
- toString() - Method in enum net.bytebuddy.implementation.bytecode.member.MethodInvocation
-
- toString() - Method in enum net.bytebuddy.implementation.bytecode.member.MethodReturn
-
- toString() - Method in class net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.ArgumentLoadingStackManipulation
-
- toString() - Method in enum net.bytebuddy.implementation.bytecode.member.MethodVariableAccess
-
- toString() - Method in class net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.TypeCastingHandler.ForBridgeTarget
-
- toString() - Method in enum net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.TypeCastingHandler.NoOp
-
- toString() - Method in enum net.bytebuddy.implementation.bytecode.Removal
-
- toString() - Method in class net.bytebuddy.implementation.bytecode.StackManipulation.Compound
-
- toString() - Method in enum net.bytebuddy.implementation.bytecode.StackManipulation.Illegal
-
- toString() - Method in enum net.bytebuddy.implementation.bytecode.StackManipulation.LegalTrivial
-
- toString() - Method in class net.bytebuddy.implementation.bytecode.StackManipulation.Size
-
- toString() - Method in enum net.bytebuddy.implementation.bytecode.StackSize
-
- toString() - Method in enum net.bytebuddy.implementation.bytecode.Throw
-
- toString() - Method in class net.bytebuddy.implementation.bytecode.TypeCreation
-
- toString() - Method in class net.bytebuddy.implementation.DefaultMethodCall.Appender
-
- toString() - Method in class net.bytebuddy.implementation.DefaultMethodCall
-
- toString() - Method in class net.bytebuddy.implementation.ExceptionMethod.ConstructionDelegate.ForDefaultConstructor
-
- toString() - Method in class net.bytebuddy.implementation.ExceptionMethod.ConstructionDelegate.ForStringConstructor
-
- toString() - Method in class net.bytebuddy.implementation.ExceptionMethod
-
- toString() - Method in class net.bytebuddy.implementation.FieldAccessor.Appender
-
- toString() - Method in class net.bytebuddy.implementation.FieldAccessor.FieldLocator.ForGivenType.Factory
-
- toString() - Method in class net.bytebuddy.implementation.FieldAccessor.FieldLocator.ForGivenType
-
- toString() - Method in enum net.bytebuddy.implementation.FieldAccessor.FieldLocator.ForInstrumentedType
-
- toString() - Method in enum net.bytebuddy.implementation.FieldAccessor.FieldLocator.ForInstrumentedTypeHierarchy.Factory
-
- toString() - Method in class net.bytebuddy.implementation.FieldAccessor.FieldLocator.ForInstrumentedTypeHierarchy
-
- toString() - Method in enum net.bytebuddy.implementation.FieldAccessor.FieldNameExtractor.ForBeanProperty
-
- toString() - Method in class net.bytebuddy.implementation.FieldAccessor.ForNamedField.PreparationHandler.FieldDefiner
-
- toString() - Method in enum net.bytebuddy.implementation.FieldAccessor.ForNamedField.PreparationHandler.NoOp
-
- toString() - Method in class net.bytebuddy.implementation.FieldAccessor.ForNamedField
-
- toString() - Method in class net.bytebuddy.implementation.FieldAccessor.ForUnnamedField
-
- toString() - Method in class net.bytebuddy.implementation.FixedValue.ForPoolValue
-
- toString() - Method in class net.bytebuddy.implementation.FixedValue.ForStaticField
-
- toString() - Method in class net.bytebuddy.implementation.Forwarding.Appender
-
- toString() - Method in enum net.bytebuddy.implementation.Forwarding.PreparationHandler.ForInstanceField
-
- toString() - Method in enum net.bytebuddy.implementation.Forwarding.PreparationHandler.ForStaticField
-
- toString() - Method in class net.bytebuddy.implementation.Forwarding.PreparationHandler.ForStaticInstance
-
- toString() - Method in class net.bytebuddy.implementation.Forwarding
-
- toString() - Method in class net.bytebuddy.implementation.Implementation.Compound
-
- toString() - Method in class net.bytebuddy.implementation.Implementation.Context.Default.AccessorMethodDelegation
-
- toString() - Method in class net.bytebuddy.implementation.Implementation.Context.Default.FieldCacheEntry
-
- toString() - Method in class net.bytebuddy.implementation.Implementation.Context.Default.FieldGetter
-
- toString() - Method in class net.bytebuddy.implementation.Implementation.Context.Default.FieldSetter
-
- toString() - Method in class net.bytebuddy.implementation.Implementation.Context.Default
-
- toString() - Method in enum net.bytebuddy.implementation.Implementation.Context.ExtractableView.InjectedCode.None
-
- toString() - Method in class net.bytebuddy.implementation.Implementation.Simple
-
- toString() - Method in enum net.bytebuddy.implementation.Implementation.SpecialMethodInvocation.Illegal
-
- toString() - Method in class net.bytebuddy.implementation.Implementation.SpecialMethodInvocation.Simple
-
- toString() - Method in enum net.bytebuddy.implementation.Implementation.Target.MethodLookup.Default
-
- toString() - Method in class net.bytebuddy.implementation.InvocationHandlerAdapter.ForInstanceDelegation.Appender
-
- toString() - Method in class net.bytebuddy.implementation.InvocationHandlerAdapter.ForInstanceDelegation
-
- toString() - Method in class net.bytebuddy.implementation.InvocationHandlerAdapter.ForStaticDelegation.Appender
-
- toString() - Method in class net.bytebuddy.implementation.InvocationHandlerAdapter.ForStaticDelegation
-
- toString() - Method in class net.bytebuddy.implementation.InvokeDynamic.Appender
-
- toString() - Method in enum net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ConstantPoolWrapper
-
- toString() - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ConstantPoolWrapper.WrappingArgumentProvider
-
- toString() - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForBooleanConstant
-
- toString() - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForByteConstant
-
- toString() - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForCharacterConstant
-
- toString() - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForClassConstant
-
- toString() - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForDoubleConstant
-
- toString() - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForEnumerationValue
-
- toString() - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForExistingField
-
- toString() - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForExplicitTypedMethodParameter
-
- toString() - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForFloatConstant
-
- toString() - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForInstanceField
-
- toString() - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForIntegerConstant
-
- toString() - Method in enum net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForInterceptedMethodInstanceAndParameters
-
- toString() - Method in enum net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForInterceptedMethodParameters
-
- toString() - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForJavaInstance
-
- toString() - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForLongConstant
-
- toString() - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForMethodParameter
-
- toString() - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForNullValue
-
- toString() - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForShortConstant
-
- toString() - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForStaticField
-
- toString() - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForStringConstant
-
- toString() - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForThisInstance
-
- toString() - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.Resolved.Simple
-
- toString() - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.Default.Target
-
- toString() - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.Default
-
- toString() - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.NameProvider.ForExplicitName
-
- toString() - Method in enum net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.NameProvider.ForInterceptedMethod
-
- toString() - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ReturnTypeProvider.ForExplicitType
-
- toString() - Method in enum net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ReturnTypeProvider.ForInterceptedMethod
-
- toString() - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.Target.ForMethodDescription
-
- toString() - Method in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.Target.Resolved.Simple
-
- toString() - Method in enum net.bytebuddy.implementation.InvokeDynamic.TerminationHandler.ForChainedInvocation
-
- toString() - Method in enum net.bytebuddy.implementation.InvokeDynamic.TerminationHandler.ForMethodReturn
-
- toString() - Method in class net.bytebuddy.implementation.InvokeDynamic
-
- toString() - Method in class net.bytebuddy.implementation.InvokeDynamic.WithImplicitArguments
-
- toString() - Method in class net.bytebuddy.implementation.InvokeDynamic.WithImplicitArgumentType
-
- toString() - Method in class net.bytebuddy.implementation.InvokeDynamic.WithImplicitFieldType
-
- toString() - Method in class net.bytebuddy.implementation.InvokeDynamic.WithImplicitTarget
-
- toString() - Method in class net.bytebuddy.implementation.LoadedTypeInitializer.Compound
-
- toString() - Method in class net.bytebuddy.implementation.LoadedTypeInitializer.ForStaticField
-
- toString() - Method in enum net.bytebuddy.implementation.LoadedTypeInitializer.NoOp
-
- toString() - Method in class net.bytebuddy.implementation.MethodCall.Appender
-
- toString() - Method in class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForBooleanConstant
-
- toString() - Method in class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForByteConstant
-
- toString() - Method in class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForCharacterConstant
-
- toString() - Method in class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForClassConstant
-
- toString() - Method in class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForDoubleConstant
-
- toString() - Method in class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForEnumerationValue
-
- toString() - Method in class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForExistingField
-
- toString() - Method in class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForFloatConstant
-
- toString() - Method in class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForInstanceField
-
- toString() - Method in class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForIntegerConstant
-
- toString() - Method in class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForJavaInstance
-
- toString() - Method in class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForLongConstant
-
- toString() - Method in class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForMethodParameter
-
- toString() - Method in enum net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForNullConstant
-
- toString() - Method in enum net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForOwnType
-
- toString() - Method in class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForShortConstant
-
- toString() - Method in class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForStaticField
-
- toString() - Method in class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForTextConstant
-
- toString() - Method in enum net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForThisReference
-
- toString() - Method in enum net.bytebuddy.implementation.MethodCall.MethodInvoker.ForDefaultMethodInvocation
-
- toString() - Method in enum net.bytebuddy.implementation.MethodCall.MethodInvoker.ForStandardInvocation
-
- toString() - Method in enum net.bytebuddy.implementation.MethodCall.MethodInvoker.ForSuperMethodInvocation
-
- toString() - Method in class net.bytebuddy.implementation.MethodCall.MethodLocator.ForExplicitMethod
-
- toString() - Method in enum net.bytebuddy.implementation.MethodCall.MethodLocator.ForInterceptedMethod
-
- toString() - Method in enum net.bytebuddy.implementation.MethodCall.TargetHandler.ForConstructingInvocation
-
- toString() - Method in class net.bytebuddy.implementation.MethodCall.TargetHandler.ForInstanceField
-
- toString() - Method in enum net.bytebuddy.implementation.MethodCall.TargetHandler.ForSelfOrStaticInvocation
-
- toString() - Method in class net.bytebuddy.implementation.MethodCall.TargetHandler.ForStaticField
-
- toString() - Method in enum net.bytebuddy.implementation.MethodCall.TerminationHandler.ForChainedInvocation
-
- toString() - Method in enum net.bytebuddy.implementation.MethodCall.TerminationHandler.ForMethodReturn
-
- toString() - Method in class net.bytebuddy.implementation.MethodCall
-
- toString() - Method in class net.bytebuddy.implementation.MethodCall.WithoutSpecifiedTarget
-
- toString() - Method in class net.bytebuddy.implementation.MethodDelegation.Appender
-
- toString() - Method in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForConstruction
-
- toString() - Method in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForInstanceField
-
- toString() - Method in class net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForStaticField
-
- toString() - Method in enum net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForStaticMethod
-
- toString() - Method in class net.bytebuddy.implementation.MethodDelegation
-
- toString() - Method in enum net.bytebuddy.implementation.StubMethod
-
- toString() - Method in enum net.bytebuddy.implementation.SuperMethodCall.Appender.TerminationHandler
-
- toString() - Method in class net.bytebuddy.implementation.SuperMethodCall.Appender
-
- toString() - Method in enum net.bytebuddy.implementation.SuperMethodCall
-
- toString() - Method in enum net.bytebuddy.implementation.SuperMethodCall.WithoutReturn
-
- toString() - Method in class net.bytebuddy.matcher.AnnotationTypeMatcher
-
- toString() - Method in class net.bytebuddy.matcher.BooleanMatcher
-
- toString() - Method in class net.bytebuddy.matcher.ClassLoaderHierarchyMatcher
-
- toString() - Method in class net.bytebuddy.matcher.ClassLoaderParentMatcher
-
- toString() - Method in class net.bytebuddy.matcher.CollectionItemMatcher
-
- toString() - Method in class net.bytebuddy.matcher.CollectionOneToOneMatcher
-
- toString() - Method in class net.bytebuddy.matcher.CollectionSizeMatcher
-
- toString() - Method in class net.bytebuddy.matcher.DeclaringAnnotationMatcher
-
- toString() - Method in class net.bytebuddy.matcher.DeclaringFieldMatcher
-
- toString() - Method in class net.bytebuddy.matcher.DeclaringMethodMatcher
-
- toString() - Method in class net.bytebuddy.matcher.DeclaringTypeMatcher
-
- toString() - Method in class net.bytebuddy.matcher.DescriptorMatcher
-
- toString() - Method in class net.bytebuddy.matcher.ElementMatcher.Junction.Conjunction
-
- toString() - Method in class net.bytebuddy.matcher.ElementMatcher.Junction.Disjunction
-
- toString() - Method in class net.bytebuddy.matcher.EqualityMatcher
-
- toString() - Method in class net.bytebuddy.matcher.InheritedAnnotationMatcher
-
- toString() - Method in class net.bytebuddy.matcher.LatentMethodMatcher.Resolved
-
- toString() - Method in class net.bytebuddy.matcher.MethodExceptionTypeMatcher
-
- toString() - Method in class net.bytebuddy.matcher.MethodParameterMatcher
-
- toString() - Method in class net.bytebuddy.matcher.MethodParameterTypeMatcher
-
- toString() - Method in class net.bytebuddy.matcher.MethodReturnTypeMatcher
-
- toString() - Method in enum net.bytebuddy.matcher.MethodSortMatcher.Sort
-
- toString() - Method in class net.bytebuddy.matcher.MethodSortMatcher
-
- toString() - Method in enum net.bytebuddy.matcher.ModifierMatcher.Mode
-
- toString() - Method in class net.bytebuddy.matcher.ModifierMatcher
-
- toString() - Method in class net.bytebuddy.matcher.NameMatcher
-
- toString() - Method in class net.bytebuddy.matcher.NegatingMatcher
-
- toString() - Method in class net.bytebuddy.matcher.NullMatcher
-
- toString() - Method in enum net.bytebuddy.matcher.StringMatcher.Mode
-
- toString() - Method in class net.bytebuddy.matcher.StringMatcher
-
- toString() - Method in class net.bytebuddy.matcher.SubTypeMatcher
-
- toString() - Method in class net.bytebuddy.matcher.SuperTypeMatcher
-
- toString() - Method in class net.bytebuddy.matcher.VisibilityMatcher
-
- toString() - Method in class net.bytebuddy.NamingStrategy.Fixed
-
- toString() - Method in class net.bytebuddy.NamingStrategy.PrefixingRandom
-
- toString() - Method in class net.bytebuddy.NamingStrategy.SuffixingRandom.BaseNameResolver.ForFixedValue
-
- toString() - Method in class net.bytebuddy.NamingStrategy.SuffixingRandom.BaseNameResolver.ForGivenType
-
- toString() - Method in enum net.bytebuddy.NamingStrategy.SuffixingRandom.BaseNameResolver.ForUnnamedType
-
- toString() - Method in class net.bytebuddy.NamingStrategy.SuffixingRandom
-
- toString() - Method in class net.bytebuddy.NamingStrategy.Unbound.Default
-
- toString() - Method in class net.bytebuddy.NamingStrategy.Unbound.Unified
-
- toString() - Method in class net.bytebuddy.NamingStrategy.UnnamedType.Default
-
- toString() - Method in class net.bytebuddy.pool.TypePool.AbstractBase.ArrayTypeResolution
-
- toString() - Method in class net.bytebuddy.pool.TypePool.AbstractBase.RawAnnotationValue
-
- toString() - Method in class net.bytebuddy.pool.TypePool.AbstractBase.RawEnumerationValue
-
- toString() - Method in class net.bytebuddy.pool.TypePool.AbstractBase.RawNonPrimitiveArray.Loaded
-
- toString() - Method in class net.bytebuddy.pool.TypePool.AbstractBase.RawNonPrimitiveArray
-
- toString() - Method in class net.bytebuddy.pool.TypePool.AbstractBase.RawTypeValue.Loaded
-
- toString() - Method in class net.bytebuddy.pool.TypePool.AbstractBase.RawTypeValue
-
- toString() - Method in enum net.bytebuddy.pool.TypePool.CacheProvider.NoOp
-
- toString() - Method in class net.bytebuddy.pool.TypePool.CacheProvider.Simple
-
- toString() - Method in class net.bytebuddy.pool.TypePool.Default.ComponentTypeLocator.ForAnnotationProperty.Bound
-
- toString() - Method in class net.bytebuddy.pool.TypePool.Default.ComponentTypeLocator.ForAnnotationProperty
-
- toString() - Method in class net.bytebuddy.pool.TypePool.Default.ComponentTypeLocator.ForArrayType
-
- toString() - Method in enum net.bytebuddy.pool.TypePool.Default.ComponentTypeLocator.Illegal
-
- toString() - Method in class net.bytebuddy.pool.TypePool.Default.ParameterBag
-
- toString() - Method in class net.bytebuddy.pool.TypePool.Default
-
- toString() - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor.AnnotationExtractor.AnnotationLookup
-
- toString() - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor.AnnotationExtractor.ArrayLookup
-
- toString() - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor.AnnotationExtractor
-
- toString() - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor.FieldExtractor.OnFieldCollector
-
- toString() - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor.FieldExtractor
-
- toString() - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor.MethodExtractor.OnMethodCollector
-
- toString() - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor.MethodExtractor.OnMethodParameterCollector
-
- toString() - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor.MethodExtractor
-
- toString() - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor.OnTypeCollector
-
- toString() - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor
-
- toString() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription.AnnotationToken
-
- toString() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription.DeclarationContext.DeclaredInMethod
-
- toString() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription.DeclarationContext.DeclaredInType
-
- toString() - Method in enum net.bytebuddy.pool.TypePool.LazyTypeDescription.DeclarationContext.SelfDeclared
-
- toString() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription.FieldToken
-
- toString() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription.MethodToken.ParameterToken
-
- toString() - Method in class net.bytebuddy.pool.TypePool.LazyTypeDescription.MethodToken
-
- toString() - Method in class net.bytebuddy.pool.TypePool.Resolution.Illegal
-
- toString() - Method in class net.bytebuddy.pool.TypePool.Resolution.Simple
-
- toString() - Method in enum net.bytebuddy.utility.JavaInstance.MethodHandle.HandleType
-
- toString() - Method in class net.bytebuddy.utility.JavaInstance.MethodHandle
-
- toString() - Method in class net.bytebuddy.utility.JavaInstance.MethodType
-
- toString() - Method in class net.bytebuddy.utility.JavaMethod.ForLoadedConstructor
-
- toString() - Method in class net.bytebuddy.utility.JavaMethod.ForLoadedMethod
-
- toString() - Method in enum net.bytebuddy.utility.JavaMethod.ForUnavailableMethod
-
- toString() - Method in enum net.bytebuddy.utility.JavaType
-
- toString(Object) - Method in enum net.bytebuddy.utility.PropertyDispatcher
-
Computes a string representation for the given type.
- toString() - Method in enum net.bytebuddy.utility.PropertyDispatcher
-
- toString() - Method in class net.bytebuddy.utility.RandomString
-
- toString() - Method in class net.bytebuddy.utility.StreamDrainer
-
- toStringRepresentation() - Method in class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationInvocationHandler
-
Returns the string representation of the represented annotation.
- toTypeDescription() - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor
-
Creates a type description from all data that is currently collected.
- transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class net.bytebuddy.agent.builder.AgentBuilder.Default.ExecutingTransformer
-
- transform(AgentBuilder.Transformer) - Method in class net.bytebuddy.agent.builder.AgentBuilder.Default.Matched
-
- transform(DynamicType.Builder<?>, TypeDescription) - Method in class net.bytebuddy.agent.builder.AgentBuilder.Default.Transformation
-
- transform(AgentBuilder.Transformer) - Method in interface net.bytebuddy.agent.builder.AgentBuilder.Identified
-
Applies the given transformer for the already supplied matcher.
- transform(DynamicType.Builder<?>, TypeDescription) - Method in class net.bytebuddy.agent.builder.AgentBuilder.Transformer.Compound
-
- transform(DynamicType.Builder<?>, TypeDescription) - Method in enum net.bytebuddy.agent.builder.AgentBuilder.Transformer.NoOp
-
- transform(DynamicType.Builder<?>, TypeDescription) - Method in interface net.bytebuddy.agent.builder.AgentBuilder.Transformer
-
- transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class net.bytebuddy.dynamic.ClassFileLocator.AgentBased.ExtractionClassFileTransformer
-
- transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class net.bytebuddy.dynamic.loading.ClassReloadingStrategy.Engine.ClassRedefinitionTransformer
-
- transform(MethodDescription) - Method in class net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.MethodNameTransformer.Prefixing
-
- transform(MethodDescription) - Method in class net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.MethodNameTransformer.Suffixing
-
- transform(MethodDescription) - Method in interface net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.MethodNameTransformer
-
Transforms a method's name to an alternative name.
- Transformation(AgentBuilder.RawMatcher, AgentBuilder.Transformer) - Constructor for class net.bytebuddy.agent.builder.AgentBuilder.Default.Transformation
-
Creates a new transformation.
- Trivial(U) - Constructor for class net.bytebuddy.description.annotation.AnnotationDescription.AnnotationValue.Trivial
-
Creates a new representation of a trivial annotation value.
- TrivialType - Enum in net.bytebuddy.implementation.auxiliary
-
A trivial type that extends
Object
without defining any fields, methods or constructors.
- TwoBytePush(short) - Constructor for class net.bytebuddy.implementation.bytecode.constant.IntegerConstant.TwoBytePush
-
Creates a new SIPUSH
stack manipulation for the given value.
- TYPE_INITIALIZER_INTERNAL_NAME - Static variable in interface net.bytebuddy.description.method.MethodDescription
-
The internal name of a Java static initializer.
- TYPE_INITIALIZER_MODIFIER - Static variable in interface net.bytebuddy.description.method.MethodDescription
-
The type initializer of any representation of a type initializer.
- TYPE_MODIFIER_MASK - Static variable in class net.bytebuddy.utility.ByteBuddyCommons
-
A mask for modifiers that represents types.
- typeAttributeAppender - Variable in class net.bytebuddy.ByteBuddy
-
The type attribute appender factory to apply to any type that is generated by this configuration.
- TypeAttributeAppender - Interface in net.bytebuddy.implementation.attribute
-
An appender that writes attributes or annotations to a given ASM ClassVisitor
.
- TypeAttributeAppender.Compound - Class in net.bytebuddy.implementation.attribute
-
A compound type attribute appender that concatenates a number of other attribute appenders.
- TypeAttributeAppender.ForAnnotation - Class in net.bytebuddy.implementation.attribute
-
An attribute appender that appends a single annotation to a given type.
- TypeAttributeAppender.ForSuperType - Enum in net.bytebuddy.implementation.attribute
-
An attribute appender that writes all annotations that are found on a given target type to the
instrumented type this type attribute appender is applied onto.
- TypeAttributeAppender.ForType - Class in net.bytebuddy.implementation.attribute
-
Writes all annotations that are declared for a given Java type to the target type.
- TypeAttributeAppender.NoOp - Enum in net.bytebuddy.implementation.attribute
-
A type attribute appender that does not append any attributes.
- TypeCasting - Class in net.bytebuddy.implementation.bytecode.assign
-
A stack manipulation for a type down casting.
- TypeCasting(TypeDescription) - Constructor for class net.bytebuddy.implementation.bytecode.assign.TypeCasting
-
Creates a new type casting.
- TypeCreation - Class in net.bytebuddy.implementation.bytecode
-
A stack manipulation for creating an undefined type on which a constructor is to be called.
- TypeCreation(TypeDescription) - Constructor for class net.bytebuddy.implementation.bytecode.TypeCreation
-
Constructs a new type creation.
- typeDefinitions - Variable in class net.bytebuddy.dynamic.loading.ByteArrayClassLoader
-
A mutable map of type names mapped to their binary representation.
- TypeDescription - Interface in net.bytebuddy.description.type
-
Implementations of this interface represent a Java type, i.e.
- typeDescription - Variable in class net.bytebuddy.dynamic.DynamicType.Default
-
A type description of this dynamic type.
- typeDescription - Variable in class net.bytebuddy.implementation.Implementation.Target.AbstractBase
-
The type that is subject to instrumentation.
- TypeDescription.AbstractTypeDescription - Class in net.bytebuddy.description.type
-
An abstract base implementation of a type description.
- TypeDescription.AbstractTypeDescription.OfSimpleType - Class in net.bytebuddy.description.type
-
An adapter implementation of a
TypeDescription
that
describes any type that is not an array or a primitive type.
- TypeDescription.ArrayProjection - Class in net.bytebuddy.description.type
-
- TypeDescription.ForLoadedType - Class in net.bytebuddy.description.type
-
A type description implementation that represents a loaded type.
- TypeDescription.Latent - Class in net.bytebuddy.description.type
-
A latent type description for a type without methods or fields.
- TypeExtractor() - Constructor for class net.bytebuddy.pool.TypePool.Default.TypeExtractor
-
Creates a new type extractor.
- typeInitializer - Variable in class net.bytebuddy.dynamic.scaffold.InstrumentedType.AbstractBase
-
The type initializer for this instrumented type.
- typeInitializer - Variable in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default
-
The type initializer of the instrumented type.
- typeInitializerOf(TypeDescription) - Static method in class net.bytebuddy.description.method.MethodDescription.Latent
-
Creates a latent method description of a type initializer (<clinit>
) for a given type.
- TypeList - Interface in net.bytebuddy.description.type
-
Implementations represent a list of type descriptions.
- TypeList.Empty - Class in net.bytebuddy.description.type
-
An implementation of an empty type list.
- TypeList.Explicit - Class in net.bytebuddy.description.type
-
A wrapper implementation of an explicit list of types.
- TypeList.ForLoadedType - Class in net.bytebuddy.description.type
-
Implementation of a type list for an array of loaded types.
- TypeManifestation - Enum in net.bytebuddy.description.modifier
-
Describes a type's manifestation, i.e.
- TypePool - Interface in net.bytebuddy.pool
-
- TypePool.AbstractBase - Class in net.bytebuddy.pool
-
A base implementation of a
TypePool
that is managing a cache provider and
that handles the description of array and primitive types.
- TypePool.AbstractBase.ArrayTypeResolution - Class in net.bytebuddy.pool
-
A resolution for a type that, if resolved, represents an array type.
- TypePool.AbstractBase.RawAnnotationValue - Class in net.bytebuddy.pool
-
Represents a nested annotation value.
- TypePool.AbstractBase.RawEnumerationValue - Class in net.bytebuddy.pool
-
Represents an enumeration value of an annotation.
- TypePool.AbstractBase.RawEnumerationValue.LazyEnumerationDescription - Class in net.bytebuddy.pool
-
An enumeration description where any type references are only resolved on demand.
- TypePool.AbstractBase.RawNonPrimitiveArray - Class in net.bytebuddy.pool
-
Represents an array that is referenced by an annotation which does not contain primitive values.
- TypePool.AbstractBase.RawNonPrimitiveArray.ComponentTypeReference - Interface in net.bytebuddy.pool
-
A lazy representation of the component type of an array.
- TypePool.AbstractBase.RawNonPrimitiveArray.Loaded - Class in net.bytebuddy.pool
-
Represents a loaded annotation property representing a complex array.
- TypePool.AbstractBase.RawTypeValue - Class in net.bytebuddy.pool
-
Represents a type value of an annotation.
- TypePool.AbstractBase.RawTypeValue.Loaded - Class in net.bytebuddy.pool
-
Represents a loaded annotation property that represents a type.
- TypePool.CacheProvider - Interface in net.bytebuddy.pool
-
- TypePool.CacheProvider.NoOp - Enum in net.bytebuddy.pool
-
A non-operational cache that does not store any type descriptions.
- TypePool.CacheProvider.Simple - Class in net.bytebuddy.pool
-
- TypePool.Default - Class in net.bytebuddy.pool
-
A default implementation of a
TypePool
that models binary data in the
Java byte code format into a
TypeDescription
.
- TypePool.Default.AnnotationRegistrant - Interface in net.bytebuddy.pool
-
An annotation registrant implements a visitor pattern for reading an unknown amount of values of annotations.
- TypePool.Default.ComponentTypeLocator - Interface in net.bytebuddy.pool
-
A component type locator allows for the lazy location of an array's component type.
- TypePool.Default.ComponentTypeLocator.ForAnnotationProperty - Class in net.bytebuddy.pool
-
A component type locator that lazily analyses an annotation for resolving an annotation property's
array value's component type.
- TypePool.Default.ComponentTypeLocator.ForAnnotationProperty.Bound - Class in net.bytebuddy.pool
-
- TypePool.Default.ComponentTypeLocator.ForArrayType - Class in net.bytebuddy.pool
-
A component type locator that locates an array type by a method's return value from its method descriptor.
- TypePool.Default.ComponentTypeLocator.Illegal - Enum in net.bytebuddy.pool
-
A component type locator which cannot legally resolve an array's component type.
- TypePool.Default.ParameterBag - Class in net.bytebuddy.pool
-
A bag for collecting parameter meta information that is stored as debug information for implemented
methods.
- TypePool.Default.TypeExtractor - Class in net.bytebuddy.pool
-
A type extractor reads a class file and collects data that is relevant to create a type description.
- TypePool.Default.TypeExtractor.AnnotationExtractor - Class in net.bytebuddy.pool
-
An annotation extractor reads an annotation found in a class field an collects data that
is relevant to creating a related annotation description.
- TypePool.Default.TypeExtractor.AnnotationExtractor.AnnotationLookup - Class in net.bytebuddy.pool
-
An annotation registrant for registering the values on an array that is itself an annotation property.
- TypePool.Default.TypeExtractor.AnnotationExtractor.ArrayLookup - Class in net.bytebuddy.pool
-
An annotation registrant for registering values of an array.
- TypePool.Default.TypeExtractor.FieldExtractor - Class in net.bytebuddy.pool
-
A field extractor reads a field within a class file and collects data that is relevant
to creating a related field description.
- TypePool.Default.TypeExtractor.FieldExtractor.OnFieldCollector - Class in net.bytebuddy.pool
-
An annotation registrant that collects annotations that are declared on a field.
- TypePool.Default.TypeExtractor.MethodExtractor - Class in net.bytebuddy.pool
-
A method extractor reads a method within a class file and collects data that is relevant
to creating a related method description.
- TypePool.Default.TypeExtractor.MethodExtractor.OnMethodCollector - Class in net.bytebuddy.pool
-
An annotation registrant for annotations found on the method itself.
- TypePool.Default.TypeExtractor.MethodExtractor.OnMethodParameterCollector - Class in net.bytebuddy.pool
-
An annotation registrant that collects annotations that are found on a specific parameter.
- TypePool.Default.TypeExtractor.OnTypeCollector - Class in net.bytebuddy.pool
-
An annotation registrant that collects annotations found on a type.
- TypePool.LazyTypeDescription - Class in net.bytebuddy.pool
-
- TypePool.LazyTypeDescription.AnnotationToken - Class in net.bytebuddy.pool
-
A token for representing collected data on an annotation.
- TypePool.LazyTypeDescription.DeclarationContext - Interface in net.bytebuddy.pool
-
A declaration context encapsulates information about whether a type was declared within another type
or within a method of another type.
- TypePool.LazyTypeDescription.DeclarationContext.DeclaredInMethod - Class in net.bytebuddy.pool
-
A declaration context representing a type that is declared within a method of another type.
- TypePool.LazyTypeDescription.DeclarationContext.DeclaredInType - Class in net.bytebuddy.pool
-
A declaration context representing a type that is declared within another type but not within
a method.
- TypePool.LazyTypeDescription.DeclarationContext.SelfDeclared - Enum in net.bytebuddy.pool
-
Represents a self-declared type that is not defined within another type.
- TypePool.LazyTypeDescription.FieldToken - Class in net.bytebuddy.pool
-
A token for representing collected data on a field.
- TypePool.LazyTypeDescription.LazyTypeList - Class in net.bytebuddy.pool
-
- TypePool.LazyTypeDescription.MethodToken - Class in net.bytebuddy.pool
-
A token for representing collected data on a method.
- TypePool.LazyTypeDescription.MethodToken.ParameterToken - Class in net.bytebuddy.pool
-
A token representing a method's parameter.
- TypePool.Resolution - Interface in net.bytebuddy.pool
-
A resolution of a
TypePool
which was queried for a description.
- TypePool.Resolution.Illegal - Class in net.bytebuddy.pool
-
A canonical representation of a non-successful resolution of a
TypePool
.
- TypePool.Resolution.Simple - Class in net.bytebuddy.pool
-
- TypeProxy - Class in net.bytebuddy.implementation.auxiliary
-
A type proxy creates accessor methods for all overridable methods of a given type by subclassing the given type and
delegating all method calls to accessor methods of the instrumented type it was created for.
- TypeProxy(TypeDescription, Implementation.Target, TypeProxy.InvocationFactory, boolean, boolean) - Constructor for class net.bytebuddy.implementation.auxiliary.TypeProxy
-
Creates a new type proxy.
- TypeProxy.AbstractMethodErrorThrow - Enum in net.bytebuddy.implementation.auxiliary
-
A stack manipulation that throws an abstract method error in case that a given super method cannot be invoked.
- TypeProxy.ForDefaultMethod - Class in net.bytebuddy.implementation.auxiliary
-
Creates a type proxy which delegates its super method calls to any invokable default method of
a given interface and loads an instance of this proxy onto the operand stack.
- TypeProxy.ForSuperMethodByConstructor - Class in net.bytebuddy.implementation.auxiliary
-
Loads a type proxy onto the operand stack which is created by calling one of its constructors.
- TypeProxy.ForSuperMethodByReflectionFactory - Class in net.bytebuddy.implementation.auxiliary
-
Loads a type proxy onto the operand stack which is created by constructing a serialization constructor using
the Oracle JDK's ReflectionFactory.newConstructorForSerialization(Class, java.lang.reflect.Constructor)
method which might not be available in any Java runtime.
- TypeProxy.InvocationFactory - Interface in net.bytebuddy.implementation.auxiliary
-
An invocation factory is responsible for creating a special method invocation for any method that is to be
invoked.
- TypeProxy.InvocationFactory.Default - Enum in net.bytebuddy.implementation.auxiliary
-
- TypeProxy.MethodCall - Class in net.bytebuddy.implementation.auxiliary
-
An implementation for a method call of a
TypeProxy
.
- TypeProxy.MethodCall.Appender - Class in net.bytebuddy.implementation.auxiliary
-
- TypeProxy.MethodCall.Appender.AccessorMethodInvocation - Class in net.bytebuddy.implementation.auxiliary
-
Stack manipulation for invoking an accessor method.
- TypeProxy.SilentConstruction - Enum in net.bytebuddy.implementation.auxiliary
-
An implementation of a silent construction of a given type by using the non-standardized
ReflectionFactory
.
- TypeProxy.SilentConstruction.Appender - Class in net.bytebuddy.implementation.auxiliary
-
- TypeWriter<T> - Interface in net.bytebuddy.dynamic.scaffold
-
A type writer is a utility for writing an actual class file using the ASM library.
- TypeWriter.Default<S> - Class in net.bytebuddy.dynamic.scaffold
-
- TypeWriter.Default.ForCreation<U> - Class in net.bytebuddy.dynamic.scaffold
-
A type writer that creates a class file that is not based upon another, existing class.
- TypeWriter.Default.ForInlining<U> - Class in net.bytebuddy.dynamic.scaffold
-
A type writer that inlines the created type into an existing class file.
- TypeWriter.Default.ForInlining.RedefinitionClassVisitor - Class in net.bytebuddy.dynamic.scaffold
-
A class visitor which is capable of applying a redefinition of an existing class file.
- TypeWriter.Default.ForInlining.RedefinitionClassVisitor.AttributeObtainingMethodVisitor - Class in net.bytebuddy.dynamic.scaffold
-
A method visitor that obtains all attributes and annotations of a method that is found in the
class file but discards all code.
- TypeWriter.Default.ForInlining.RedefinitionClassVisitor.CodePreservingMethodVisitor - Class in net.bytebuddy.dynamic.scaffold
-
A method visitor that preserves the code of a method in the class file by copying it into a rebased
method while copying all attributes and annotations to the actual method.
- TypeWriter.Default.ForInlining.RedefinitionClassVisitor.TypeInitializerInjection - Class in net.bytebuddy.dynamic.scaffold
-
A code injection for the type initializer that invokes a method representing the original type initializer
which is copied to a static method.
- TypeWriter.Default.ValidatingClassVisitor - Class in net.bytebuddy.dynamic.scaffold
-
A class validator that validates that a class only defines members that are appropriate for the sort of the generated class.
- TypeWriter.Default.ValidatingClassVisitor.Constraint - Enum in net.bytebuddy.dynamic.scaffold
-
A constraint for members that are legal for a given type.
- TypeWriter.Default.ValidatingClassVisitor.ValidatingMethodVisitor - Class in net.bytebuddy.dynamic.scaffold
-
A method validator for checking default values.
- TypeWriter.FieldPool - Interface in net.bytebuddy.dynamic.scaffold
-
An field pool that allows a lookup for how to implement a field.
- TypeWriter.FieldPool.Entry - Interface in net.bytebuddy.dynamic.scaffold
-
An entry of a field pool that describes how a field is implemented.
- TypeWriter.FieldPool.Entry.NoOp - Enum in net.bytebuddy.dynamic.scaffold
-
- TypeWriter.FieldPool.Entry.Simple - Class in net.bytebuddy.dynamic.scaffold
-
- TypeWriter.MethodPool - Interface in net.bytebuddy.dynamic.scaffold
-
An method pool that allows a lookup for how to implement a method.
- TypeWriter.MethodPool.Entry - Interface in net.bytebuddy.dynamic.scaffold
-
An entry of a method pool that describes how a method is implemented.
- TypeWriter.MethodPool.Entry.AbstractDefiningEntry - Class in net.bytebuddy.dynamic.scaffold
-
A base implementation of an abstract entry that defines a method.
- TypeWriter.MethodPool.Entry.ForAbstractMethod - Class in net.bytebuddy.dynamic.scaffold
-
Describes an entry that defines a method but without byte code and without an annotation value.
- TypeWriter.MethodPool.Entry.ForAnnotationDefaultValue - Class in net.bytebuddy.dynamic.scaffold
-
Describes an entry that defines a method with a default annotation value.
- TypeWriter.MethodPool.Entry.ForImplementation - Class in net.bytebuddy.dynamic.scaffold
-
Describes an entry that defines a method as byte code.
- TypeWriter.MethodPool.Entry.ForSkippedMethod - Enum in net.bytebuddy.dynamic.scaffold
-
A canonical implementation of a skipped method.
- TypeWriter.MethodPool.Entry.Sort - Enum in net.bytebuddy.dynamic.scaffold
-
The sort of an entry.
- validate(int) - Method in enum net.bytebuddy.dynamic.DynamicType.Builder.FieldValueTarget.NumericRangeValidator
-
Validates and wraps a given int
value for the represented numeric range.
- ValidatingClassVisitor(ClassVisitor) - Constructor for class net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ValidatingClassVisitor
-
Creates a validating class visitor.
- ValidatingMethodVisitor(MethodVisitor, String) - Constructor for class net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ValidatingClassVisitor.ValidatingMethodVisitor
-
Creates a validating method visitor.
- value(boolean) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultFieldValueTarget
-
- value(int) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultFieldValueTarget
-
- value(long) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultFieldValueTarget
-
- value(float) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultFieldValueTarget
-
- value(double) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultFieldValueTarget
-
- value(String) - Method in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultFieldValueTarget
-
- value(boolean) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder.FieldValueTarget
-
Defines a boolean
value to become the optional default value for the recently defined
static
field.
- value(int) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder.FieldValueTarget
-
Defines an int
value to be become the optional default value for the recently defined
static
field.
- value(long) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder.FieldValueTarget
-
Defined a default value for a long
-typed static
field.
- value(float) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder.FieldValueTarget
-
Defined a default value for a float
-typed static
field.
- value(double) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder.FieldValueTarget
-
Defined a default value for a double
-typed static
field.
- value(String) - Method in interface net.bytebuddy.dynamic.DynamicType.Builder.FieldValueTarget
-
Defined a default value for a
String
-typed
static
field.
- value() - Method in class net.bytebuddy.implementation.bind.annotation.Argument.NextUnboundAsDefaultsProvider.NextUnboundArgumentIterator.DefaultArgument
-
- value(Object) - Static method in class net.bytebuddy.implementation.FixedValue
-
Creates a fixed value implementation that returns a fixed value.
- value(TypeDescription) - Static method in class net.bytebuddy.implementation.FixedValue
-
Returns the given type in form of a loaded type.
- value(JavaInstance) - Static method in class net.bytebuddy.implementation.FixedValue
-
- valueOf(String) - Static method in enum net.bytebuddy.agent.builder.AgentBuilder.BinaryLocator.Default
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.agent.builder.AgentBuilder.Default.BootstrapInjectionStrategy.Disabled
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.agent.builder.AgentBuilder.Default.InitializationStrategy.NoOp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.agent.builder.AgentBuilder.Default.InitializationStrategy.SelfInjection.Nexus.Accessor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.agent.builder.AgentBuilder.Listener.NoOp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.agent.builder.AgentBuilder.Transformer.NoOp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.description.annotation.AnnotationDescription.AnnotationValue.Loaded.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.description.modifier.EnumerationState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.description.modifier.FieldManifestation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.description.modifier.MethodArguments
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.description.modifier.MethodManifestation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.description.modifier.Ownership
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.description.modifier.SynchronizationState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.description.modifier.SyntheticState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.description.modifier.TypeManifestation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.description.modifier.Visibility
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.dynamic.ClassFileLocator.Resolution.Illegal
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.dynamic.DynamicType.Builder.FieldValueTarget.NumericRangeValidator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.dynamic.loading.ByteArrayClassLoader.PersistenceHandler
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.dynamic.loading.ClassInjector.UsingInstrumentation.Target
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.dynamic.loading.ClassLoadingStrategy.Default
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.dynamic.loading.ClassReloadingStrategy.BootstrapInjection.Disabled
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.dynamic.loading.ClassReloadingStrategy.Engine
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.dynamic.scaffold.BridgeMethodResolver.NoOp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.dynamic.scaffold.BridgeMethodResolver.Simple.BridgeTarget.Unknown
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.dynamic.scaffold.BridgeMethodResolver.Simple.ConflictHandler.Default
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.dynamic.scaffold.BridgeMethodResolver.Simple.Factory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.dynamic.scaffold.FieldRegistry.Compiled.NoOp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.Disabled
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.dynamic.scaffold.InstrumentedType.TypeInitializer.None
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.dynamic.scaffold.MethodLookupEngine.Default.Factory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.dynamic.scaffold.MethodLookupEngine.Default.MethodBucket.DefaultMethodLookup.Disabled
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.dynamic.scaffold.MethodLookupEngine.Default
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.dynamic.scaffold.MethodRegistry.Handler.ForAbstractMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.dynamic.scaffold.subclass.ConstructorStrategy.Default
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.dynamic.scaffold.subclass.SubclassImplementationTarget.OriginTypeIdentifier
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ValidatingClassVisitor.Constraint
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.dynamic.scaffold.TypeWriter.FieldPool.Entry.NoOp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry.ForSkippedMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry.Sort
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.attribute.AnnotationAppender.AnnotationVisibility
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.attribute.FieldAttributeAppender.NoOp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.attribute.MethodAttributeAppender.ForAnnotation.Target.OnMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.attribute.MethodAttributeAppender.ForInstrumentedMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.attribute.MethodAttributeAppender.NoOp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.attribute.TypeAttributeAppender.ForSuperType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.attribute.TypeAttributeAppender.NoOp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.auxiliary.AuxiliaryType.MethodAccessorFactory.Illegal
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.auxiliary.MethodCallProxy.ConstructorCall
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.auxiliary.MethodCallProxy.ProxyMethodLookupEngine
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.auxiliary.TrivialType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.auxiliary.TypeProxy.AbstractMethodErrorThrow
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.auxiliary.TypeProxy.InvocationFactory.Default
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.auxiliary.TypeProxy.SilentConstruction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bind.annotation.AllArguments.Assignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bind.annotation.AllArguments.Binder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bind.annotation.Argument.Binder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bind.annotation.Argument.BindingMechanic
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bind.annotation.Argument.NextUnboundAsDefaultsProvider
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bind.annotation.BindingPriority.Resolver
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bind.annotation.Default.Binder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bind.annotation.DefaultCall.Binder.DefaultMethodLocator.Implicit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bind.annotation.DefaultCall.Binder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bind.annotation.Empty.Binder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.AccessType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.StaticFieldConstructor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bind.annotation.Morph.Binder.DefaultMethodLocator.Implicit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bind.annotation.Morph.Binder.RedirectionProxy.StaticFieldConstructor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bind.annotation.Origin.Binder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bind.annotation.Pipe.Binder.Redirection.ConstructorCall
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bind.annotation.Super.Binder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bind.annotation.Super.Instantiation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bind.annotation.SuperCall.Binder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder.DefaultsProvider.Empty.EmptyIterator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder.DefaultsProvider.Empty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler.Unbound
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder.TerminationHandler.Dropping
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder.TerminationHandler.Returning
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bind.annotation.This.Binder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bind.ArgumentTypeResolver.PrimitiveTypePrecedence
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bind.ArgumentTypeResolver
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bind.DeclaringTypeResolver
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bind.MethodDelegationBinder.AmbiguityResolver.NoOp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bind.MethodDelegationBinder.AmbiguityResolver.Resolution
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bind.MethodDelegationBinder.MethodBinding.Illegal
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bind.MethodDelegationBinder.MethodInvoker.Simple
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bind.MethodDelegationBinder.ParameterBinding.Illegal
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bind.MethodNameEqualityResolver
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bind.ParameterLengthResolver
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bytecode.assign.Assigner.EqualTypesOnly
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bytecode.assign.Assigner.Refusing
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveBoxingDelegate
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveUnboxingDelegate.ExplicitlyTypedUnboxingResponsible
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveUnboxingDelegate
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveWideningDelegate
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bytecode.assign.reference.ReferenceTypeAwareAssigner
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bytecode.collection.ArrayAccess
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bytecode.collection.ArrayFactory.ArrayCreator.ForPrimitiveType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bytecode.constant.ClassConstant
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bytecode.constant.DefaultValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bytecode.constant.DoubleConstant
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bytecode.constant.FloatConstant
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bytecode.constant.IntegerConstant
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bytecode.constant.LongConstant
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bytecode.constant.MethodConstant.CanCacheIllegal
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bytecode.constant.NullConstant
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bytecode.Duplication
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bytecode.member.FieldAccess
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bytecode.member.MethodInvocation.IllegalInvocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bytecode.member.MethodInvocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bytecode.member.MethodReturn
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.TypeCastingHandler.NoOp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bytecode.member.MethodVariableAccess
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bytecode.Removal
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bytecode.StackManipulation.Illegal
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bytecode.StackManipulation.LegalTrivial
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bytecode.StackSize
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.bytecode.Throw
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.FieldAccessor.FieldLocator.ForInstrumentedType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.FieldAccessor.FieldLocator.ForInstrumentedTypeHierarchy.Factory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.FieldAccessor.FieldNameExtractor.ForBeanProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.FieldAccessor.ForNamedField.PreparationHandler.NoOp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.Forwarding.PreparationHandler.ForInstanceField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.Forwarding.PreparationHandler.ForStaticField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.Implementation.Context.ExtractableView.InjectedCode.None
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.Implementation.SpecialMethodInvocation.Illegal
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.Implementation.Target.MethodLookup.Default
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ConstantPoolWrapper
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForInterceptedMethodInstanceAndParameters
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForInterceptedMethodParameters
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.NameProvider.ForInterceptedMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ReturnTypeProvider.ForInterceptedMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.InvokeDynamic.TerminationHandler.ForChainedInvocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.InvokeDynamic.TerminationHandler.ForMethodReturn
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.LoadedTypeInitializer.NoOp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForNullConstant
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForOwnType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForThisReference
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.MethodCall.MethodInvoker.ForDefaultMethodInvocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.MethodCall.MethodInvoker.ForStandardInvocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.MethodCall.MethodInvoker.ForSuperMethodInvocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.MethodCall.MethodLocator.ForInterceptedMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.MethodCall.TargetHandler.ForConstructingInvocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.MethodCall.TargetHandler.ForSelfOrStaticInvocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.MethodCall.TerminationHandler.ForChainedInvocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.MethodCall.TerminationHandler.ForMethodReturn
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForStaticMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.StubMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.SuperMethodCall.Appender.TerminationHandler
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.SuperMethodCall
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.implementation.SuperMethodCall.WithoutReturn
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.matcher.MethodSortMatcher.Sort
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.matcher.ModifierMatcher.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.matcher.StringMatcher.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.NamingStrategy.SuffixingRandom.BaseNameResolver.ForUnnamedType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.pool.TypePool.CacheProvider.NoOp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.pool.TypePool.Default.ComponentTypeLocator.Illegal
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.pool.TypePool.LazyTypeDescription.DeclarationContext.SelfDeclared
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.utility.JavaInstance.MethodHandle.HandleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.utility.JavaMethod.ForUnavailableMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.utility.JavaType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.bytebuddy.utility.PropertyDispatcher
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum net.bytebuddy.agent.builder.AgentBuilder.BinaryLocator.Default
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.agent.builder.AgentBuilder.Default.BootstrapInjectionStrategy.Disabled
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.agent.builder.AgentBuilder.Default.InitializationStrategy.NoOp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.agent.builder.AgentBuilder.Default.InitializationStrategy.SelfInjection.Nexus.Accessor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.agent.builder.AgentBuilder.Listener.NoOp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.agent.builder.AgentBuilder.Transformer.NoOp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.description.annotation.AnnotationDescription.AnnotationValue.Loaded.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.description.modifier.EnumerationState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.description.modifier.FieldManifestation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.description.modifier.MethodArguments
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.description.modifier.MethodManifestation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.description.modifier.Ownership
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.description.modifier.SynchronizationState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.description.modifier.SyntheticState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.description.modifier.TypeManifestation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.description.modifier.Visibility
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.dynamic.ClassFileLocator.Resolution.Illegal
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.dynamic.DynamicType.Builder.FieldValueTarget.NumericRangeValidator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.dynamic.loading.ByteArrayClassLoader.PersistenceHandler
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.dynamic.loading.ClassInjector.UsingInstrumentation.Target
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.dynamic.loading.ClassLoadingStrategy.Default
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.dynamic.loading.ClassReloadingStrategy.BootstrapInjection.Disabled
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.dynamic.loading.ClassReloadingStrategy.Engine
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.dynamic.scaffold.BridgeMethodResolver.NoOp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.dynamic.scaffold.BridgeMethodResolver.Simple.BridgeTarget.Unknown
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.dynamic.scaffold.BridgeMethodResolver.Simple.ConflictHandler.Default
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.dynamic.scaffold.BridgeMethodResolver.Simple.Factory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.dynamic.scaffold.FieldRegistry.Compiled.NoOp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.Disabled
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.dynamic.scaffold.InstrumentedType.TypeInitializer.None
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.dynamic.scaffold.MethodLookupEngine.Default.Factory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.dynamic.scaffold.MethodLookupEngine.Default.MethodBucket.DefaultMethodLookup.Disabled
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.dynamic.scaffold.MethodLookupEngine.Default
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.dynamic.scaffold.MethodRegistry.Handler.ForAbstractMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.dynamic.scaffold.subclass.ConstructorStrategy.Default
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.dynamic.scaffold.subclass.SubclassImplementationTarget.OriginTypeIdentifier
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ValidatingClassVisitor.Constraint
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.dynamic.scaffold.TypeWriter.FieldPool.Entry.NoOp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry.ForSkippedMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Entry.Sort
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.attribute.AnnotationAppender.AnnotationVisibility
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.attribute.FieldAttributeAppender.NoOp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.attribute.MethodAttributeAppender.ForAnnotation.Target.OnMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.attribute.MethodAttributeAppender.ForInstrumentedMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.attribute.MethodAttributeAppender.NoOp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.attribute.TypeAttributeAppender.ForSuperType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.attribute.TypeAttributeAppender.NoOp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.auxiliary.AuxiliaryType.MethodAccessorFactory.Illegal
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.auxiliary.MethodCallProxy.ConstructorCall
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.auxiliary.MethodCallProxy.ProxyMethodLookupEngine
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.auxiliary.TrivialType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.auxiliary.TypeProxy.AbstractMethodErrorThrow
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.auxiliary.TypeProxy.InvocationFactory.Default
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.auxiliary.TypeProxy.SilentConstruction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bind.annotation.AllArguments.Assignment
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bind.annotation.AllArguments.Binder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bind.annotation.Argument.Binder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bind.annotation.Argument.BindingMechanic
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bind.annotation.Argument.NextUnboundAsDefaultsProvider
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bind.annotation.BindingPriority.Resolver
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bind.annotation.Default.Binder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bind.annotation.DefaultCall.Binder.DefaultMethodLocator.Implicit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bind.annotation.DefaultCall.Binder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bind.annotation.Empty.Binder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.AccessType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.StaticFieldConstructor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bind.annotation.Morph.Binder.DefaultMethodLocator.Implicit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bind.annotation.Morph.Binder.RedirectionProxy.StaticFieldConstructor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bind.annotation.Origin.Binder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bind.annotation.Pipe.Binder.Redirection.ConstructorCall
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bind.annotation.Super.Binder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bind.annotation.Super.Instantiation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bind.annotation.SuperCall.Binder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder.DefaultsProvider.Empty.EmptyIterator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder.DefaultsProvider.Empty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler.Unbound
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder.TerminationHandler.Dropping
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder.TerminationHandler.Returning
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bind.annotation.This.Binder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bind.ArgumentTypeResolver.PrimitiveTypePrecedence
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bind.ArgumentTypeResolver
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bind.DeclaringTypeResolver
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bind.MethodDelegationBinder.AmbiguityResolver.NoOp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bind.MethodDelegationBinder.AmbiguityResolver.Resolution
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bind.MethodDelegationBinder.MethodBinding.Illegal
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bind.MethodDelegationBinder.MethodInvoker.Simple
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bind.MethodDelegationBinder.ParameterBinding.Illegal
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bind.MethodNameEqualityResolver
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bind.ParameterLengthResolver
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bytecode.assign.Assigner.EqualTypesOnly
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bytecode.assign.Assigner.Refusing
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveBoxingDelegate
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveUnboxingDelegate.ExplicitlyTypedUnboxingResponsible
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveUnboxingDelegate
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveWideningDelegate
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bytecode.assign.reference.ReferenceTypeAwareAssigner
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bytecode.collection.ArrayAccess
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bytecode.collection.ArrayFactory.ArrayCreator.ForPrimitiveType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bytecode.constant.ClassConstant
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bytecode.constant.DefaultValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bytecode.constant.DoubleConstant
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bytecode.constant.FloatConstant
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bytecode.constant.IntegerConstant
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bytecode.constant.LongConstant
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bytecode.constant.MethodConstant.CanCacheIllegal
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bytecode.constant.NullConstant
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bytecode.Duplication
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bytecode.member.FieldAccess
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bytecode.member.MethodInvocation.IllegalInvocation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bytecode.member.MethodInvocation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bytecode.member.MethodReturn
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.TypeCastingHandler.NoOp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bytecode.member.MethodVariableAccess
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bytecode.Removal
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bytecode.StackManipulation.Illegal
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bytecode.StackManipulation.LegalTrivial
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bytecode.StackSize
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.bytecode.Throw
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.FieldAccessor.FieldLocator.ForInstrumentedType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.FieldAccessor.FieldLocator.ForInstrumentedTypeHierarchy.Factory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.FieldAccessor.FieldNameExtractor.ForBeanProperty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.FieldAccessor.ForNamedField.PreparationHandler.NoOp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.Forwarding.PreparationHandler.ForInstanceField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.Forwarding.PreparationHandler.ForStaticField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.Implementation.Context.ExtractableView.InjectedCode.None
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.Implementation.SpecialMethodInvocation.Illegal
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.Implementation.Target.MethodLookup.Default
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ConstantPoolWrapper
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForInterceptedMethodInstanceAndParameters
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForInterceptedMethodParameters
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.NameProvider.ForInterceptedMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ReturnTypeProvider.ForInterceptedMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.InvokeDynamic.TerminationHandler.ForChainedInvocation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.InvokeDynamic.TerminationHandler.ForMethodReturn
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.LoadedTypeInitializer.NoOp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForNullConstant
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForOwnType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForThisReference
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.MethodCall.MethodInvoker.ForDefaultMethodInvocation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.MethodCall.MethodInvoker.ForStandardInvocation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.MethodCall.MethodInvoker.ForSuperMethodInvocation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.MethodCall.MethodLocator.ForInterceptedMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.MethodCall.TargetHandler.ForConstructingInvocation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.MethodCall.TargetHandler.ForSelfOrStaticInvocation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.MethodCall.TerminationHandler.ForChainedInvocation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.MethodCall.TerminationHandler.ForMethodReturn
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForStaticMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.StubMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.SuperMethodCall.Appender.TerminationHandler
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.SuperMethodCall
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.implementation.SuperMethodCall.WithoutReturn
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.matcher.MethodSortMatcher.Sort
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.matcher.ModifierMatcher.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.matcher.StringMatcher.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.NamingStrategy.SuffixingRandom.BaseNameResolver.ForUnnamedType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.pool.TypePool.CacheProvider.NoOp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.pool.TypePool.Default.ComponentTypeLocator.Illegal
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.pool.TypePool.LazyTypeDescription.DeclarationContext.SelfDeclared
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.utility.JavaInstance.MethodHandle.HandleType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.utility.JavaMethod.ForUnavailableMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.utility.JavaType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.bytebuddy.utility.PropertyDispatcher
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- ValuesMethodAppender(TypeDescription) - Constructor for class net.bytebuddy.ByteBuddy.EnumerationImplementation.ValuesMethodAppender
-
Creates a new appender for the values
method.
- Virtual(TypeDescription) - Constructor for class net.bytebuddy.implementation.bind.MethodDelegationBinder.MethodInvoker.Virtual
-
Creates an immutable method invoker that dispatches all methods on a given type.
- virtual(TypeDescription) - Method in enum net.bytebuddy.implementation.bytecode.member.MethodInvocation.IllegalInvocation
-
- virtual(TypeDescription) - Method in class net.bytebuddy.implementation.bytecode.member.MethodInvocation.Invocation
-
- virtual(TypeDescription) - Method in interface net.bytebuddy.implementation.bytecode.member.MethodInvocation.WithImplicitInvocationTargetType
-
Transforms this method invocation into a virtual (or interface) method invocation on the given type.
- Visibility - Enum in net.bytebuddy.description.modifier
-
Describes a type's, field's or a method's visibility.
- VISIBILITY_MODIFIER_MASK - Static variable in class net.bytebuddy.utility.ByteBuddyCommons
-
A mask for modifiers that represent a type's, method's or field's visibility.
- VisibilityMatcher<T extends ByteCodeElement> - Class in net.bytebuddy.matcher
-
An element matcher that validates that a given byte code element is visible to a given type.
- VisibilityMatcher(TypeDescription) - Constructor for class net.bytebuddy.matcher.VisibilityMatcher
-
Creates a matcher that validates that a byte code element can be seen by a given type.
- visit(int, int, String, String, String, String[]) - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ForInlining.RedefinitionClassVisitor
-
- visit(int, int, String, String, String, String[]) - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ValidatingClassVisitor
-
- visit(String, boolean) - Method in class net.bytebuddy.implementation.attribute.AnnotationAppender.Target.OnField
-
- visit(String, boolean) - Method in class net.bytebuddy.implementation.attribute.AnnotationAppender.Target.OnMethod
-
- visit(String, boolean) - Method in class net.bytebuddy.implementation.attribute.AnnotationAppender.Target.OnMethodParameter
-
- visit(String, boolean) - Method in class net.bytebuddy.implementation.attribute.AnnotationAppender.Target.OnType
-
- visit(String, boolean) - Method in interface net.bytebuddy.implementation.attribute.AnnotationAppender.Target
-
Creates an annotation visitor that is going to consume an annotation writing.
- visit(String, Object) - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor.AnnotationExtractor
-
- visit(int, int, String, String, String, String[]) - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor
-
- visitAnnotation(String, String) - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor.AnnotationExtractor
-
- visitAnnotation(String, boolean) - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor.FieldExtractor
-
- visitAnnotation(String, boolean) - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor.MethodExtractor
-
- visitAnnotation(String, boolean) - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor
-
- visitAnnotationDefault() - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ForInlining.RedefinitionClassVisitor.AttributeObtainingMethodVisitor
-
- visitAnnotationDefault() - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ForInlining.RedefinitionClassVisitor.CodePreservingMethodVisitor
-
- visitAnnotationDefault() - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ValidatingClassVisitor.ValidatingMethodVisitor
-
- visitAnnotationDefault() - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor.MethodExtractor
-
- visitArray(String) - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor.AnnotationExtractor
-
- visitCode() - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ForInlining.RedefinitionClassVisitor.AttributeObtainingMethodVisitor
-
- visitCode() - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ForInlining.RedefinitionClassVisitor.CodePreservingMethodVisitor
-
- visitEnd() - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ForInlining.RedefinitionClassVisitor.AttributeObtainingMethodVisitor
-
- visitEnd() - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ForInlining.RedefinitionClassVisitor
-
- visitEnd() - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor.AnnotationExtractor
-
- visitEnd() - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor.FieldExtractor
-
- visitEnd() - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor.MethodExtractor
-
- visitEnum(String, String, String) - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor.AnnotationExtractor
-
- visitField(int, String, String, String, Object) - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ForInlining.RedefinitionClassVisitor
-
- visitField(int, String, String, String, Object) - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ValidatingClassVisitor
-
- visitField(int, String, String, String, Object) - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor
-
- visitInnerClass(String, String, String, int) - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor
-
- visitLabel(Label) - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor.MethodExtractor
-
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor.MethodExtractor
-
- visitMaxs(int, int) - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ForInlining.RedefinitionClassVisitor.CodePreservingMethodVisitor
-
- visitMethod(int, String, String, String, String[]) - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ForInlining.RedefinitionClassVisitor
-
- visitMethod(int, String, String, String, String[]) - Method in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ValidatingClassVisitor
-
- visitMethod(int, String, String, String, String[]) - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor
-
- visitOuterClass(String, String, String) - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor
-
- visitParameter(String, int) - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor.MethodExtractor
-
- visitParameterAnnotation(int, String, boolean) - Method in class net.bytebuddy.pool.TypePool.Default.TypeExtractor.MethodExtractor
-
- VOID - Static variable in interface net.bytebuddy.description.type.TypeDescription
-
A representation of the void
non-type.
- VoidAwareAssigner - Class in net.bytebuddy.implementation.bytecode.assign.primitive
-
This assigner is able to handle the void
type.
- VoidAwareAssigner(Assigner) - Constructor for class net.bytebuddy.implementation.bytecode.assign.primitive.VoidAwareAssigner
-
Creates a new assigner that is capable of handling void types.