Uses of Class
net.bytebuddy.description.ModifierReviewable.AbstractBase
-
Packages that use ModifierReviewable.AbstractBase Package Description net.bytebuddy.description Classes of this package allow the representation of Java classes, their member and their meta data.net.bytebuddy.description.field Contains descriptions of Java fields.net.bytebuddy.description.method Contains descriptions of Java methods and constructors as well as their parameters.net.bytebuddy.description.type Contains descriptions of Java types and packages.net.bytebuddy.dynamic This package contains classes and interfaces that are connected to writing the byte stream that represents a Java type that is dynamically created and for loading this type into a running JVM process.net.bytebuddy.dynamic.scaffold This package contains helper types and implementations that are responsible for the actual writing of a byte array representing a Java class.net.bytebuddy.dynamic.scaffold.inline All classes and types in this package are related to creating aDynamicTypeby enhancing a given type.net.bytebuddy.implementation The implementation package contains any logic for intercepting method calls.net.bytebuddy.pool Classes of this package allow for the creatingTypeDescriptions without loading any classes. -
-
Uses of ModifierReviewable.AbstractBase in net.bytebuddy.description
Subclasses of ModifierReviewable.AbstractBase in net.bytebuddy.description Modifier and Type Class Description static classTypeVariableSource.AbstractBaseAn abstract base implementation of a type variable source. -
Uses of ModifierReviewable.AbstractBase in net.bytebuddy.description.field
Subclasses of ModifierReviewable.AbstractBase in net.bytebuddy.description.field Modifier and Type Class Description static classFieldDescription.AbstractBaseAn abstract base implementation of a field description.static classFieldDescription.ForLoadedFieldAn implementation of a field description for a loaded field.static classFieldDescription.InDefinedShape.AbstractBaseAn abstract base implementation of a field description in its defined shape.static classFieldDescription.LatentA latent field description describes a field that is not attached to a declaringTypeDescription.static classFieldDescription.TypeSubstitutingA field description that represents a given field but with a substituted field type. -
Uses of ModifierReviewable.AbstractBase in net.bytebuddy.description.method
Subclasses of ModifierReviewable.AbstractBase in net.bytebuddy.description.method Modifier and Type Class Description static classMethodDescription.AbstractBaseAn abstract base implementation of a method description.static classMethodDescription.ForLoadedConstructorAn implementation of a method description for a loaded constructor.static classMethodDescription.ForLoadedMethodAn implementation of a method description for a loaded method.static classMethodDescription.InDefinedShape.AbstractBaseAn abstract base implementation of a method description in its defined shape.static classMethodDescription.LatentA latent method description describes a method that is not attached to a declaringTypeDescription.static classMethodDescription.Latent.TypeInitializerA method description that represents the type initializer.static classMethodDescription.TypeSubstitutingA method description that represents a given method but with substituted method types.static classParameterDescription.AbstractBaseA base implementation of a method parameter description.static classParameterDescription.ForLoadedParameter<T extends java.lang.reflect.AccessibleObject>Description of a loaded parameter with support for the information exposed byjava.lang.reflect.Parameter.protected static classParameterDescription.ForLoadedParameter.OfConstructorA description of a loadedConstructorparameter for a modern VM.protected static classParameterDescription.ForLoadedParameter.OfLegacyVmConstructorDescription of a loaded constructor's parameter on a virtual machine wherejava.lang.reflect.Parameteris not available.protected static classParameterDescription.ForLoadedParameter.OfLegacyVmMethodDescription of a loaded method's parameter on a virtual machine wherejava.lang.reflect.Parameteris not available.protected static classParameterDescription.ForLoadedParameter.OfMethodA description of a loadedMethodparameter for a modern VM.static classParameterDescription.InDefinedShape.AbstractBaseAn abstract base implementation of a parameter description in its defined shape.static classParameterDescription.LatentA latent description of a parameter that is not attached to a method or constructor.static classParameterDescription.TypeSubstitutingA parameter description that represents a given parameter but with a substituted parameter type. -
Uses of ModifierReviewable.AbstractBase in net.bytebuddy.description.type
Subclasses of ModifierReviewable.AbstractBase in net.bytebuddy.description.type Modifier and Type Class Description static classTypeDescription.AbstractBaseAn abstract base implementation of a type description.static classTypeDescription.AbstractBase.OfSimpleTypeAn adapter implementation of aTypeDescriptionthat describes any type that is not an array or a primitive type.static classTypeDescription.AbstractBase.OfSimpleType.WithDelegationAn implementation of a type description that delegates all properties but the type's name to a delegate.static classTypeDescription.ArrayProjectionA projection for an array type based on an existingTypeDescription.static classTypeDescription.ForLoadedTypeA type description implementation that represents a loaded type.protected static classTypeDescription.ForLoadedType.ClassDescriptionTypeList.InternalNameLazyTypeA lazy representation of an internal name for a given class loader.static classTypeDescription.ForPackageDescriptionA type representation of a package description.static classTypeDescription.Generic.AbstractBaseAn abstract base implementation of a generic type description.static classTypeDescription.Generic.LazyProjectionA lazy projection of a generic type.static classTypeDescription.Generic.LazyProjection.ForLoadedFieldTypeA lazy projection of a field's type.static classTypeDescription.Generic.LazyProjection.ForLoadedReturnTypeA lazy projection of a method's generic return type.static classTypeDescription.Generic.LazyProjection.ForLoadedSuperClassA lazy projection of a generic super type.static classTypeDescription.Generic.LazyProjection.OfConstructorParameterA lazy projection of the parameter type of aConstructor.static classTypeDescription.Generic.LazyProjection.OfMethodParameterA lazy projection of the parameter type of aMethod.static classTypeDescription.Generic.LazyProjection.OfRecordComponentA lazy projection of ajava.lang.reflect.RecordComponent's type.static classTypeDescription.Generic.LazyProjection.WithEagerNavigationA lazy projection of a type that resolves super class and interface types eagerly.protected static classTypeDescription.Generic.LazyProjection.WithEagerNavigation.OfAnnotatedElementA description of an annotated lazy type with eager navigation.static classTypeDescription.Generic.LazyProjection.WithLazyNavigationA lazy projection of a type with a lazy resolution of super class and interface types.protected static classTypeDescription.Generic.LazyProjection.WithLazyNavigation.LazyInterfaceTypeA lazy interface type description for a lazy projection.protected static classTypeDescription.Generic.LazyProjection.WithLazyNavigation.LazySuperClassA lazy super class description for a lazy projection.protected static classTypeDescription.Generic.LazyProjection.WithLazyNavigation.OfAnnotatedElementA description of an annotated lazy type with lazy navigation.static classTypeDescription.Generic.LazyProjection.WithResolvedErasureA lazy projection that applies a visitor only when resolving the generic type but not when reading the erasure.static classTypeDescription.Generic.OfGenericArrayA base implementation of a generic type description that represents a potentially generic array.static classTypeDescription.Generic.OfGenericArray.ForLoadedTypeA description of a loaded generic array type.static classTypeDescription.Generic.OfGenericArray.LatentA latent implementation of a generic array type.static classTypeDescription.Generic.OfNonGenericTypeA raw type representation of a non-generic type.static classTypeDescription.Generic.OfNonGenericType.ForErasureA type description for a type erasure.static classTypeDescription.Generic.OfNonGenericType.ForLoadedTypeRepresents a non-generic type for a loadedClass.static classTypeDescription.Generic.OfNonGenericType.ForReifiedErasureA representation of a raw type that preserves its generic super types' generic information with a minimum but erases all of their members' types.static classTypeDescription.Generic.OfNonGenericType.LatentA latent description of a non-generic type.static classTypeDescription.Generic.OfParameterizedTypeA base implementation of a generic type description that represents a parameterized type.static classTypeDescription.Generic.OfParameterizedType.ForGenerifiedErasureRepresents an erasure as a generic type where all type variables are representing their own arguments.static classTypeDescription.Generic.OfParameterizedType.ForLoadedTypeDescription of a loaded parameterized type.static classTypeDescription.Generic.OfParameterizedType.ForReifiedTypeA representation of a parameterized type that is a super type of a raw type but preserves the minimal type information that is required for allowing creating correct erasures for overridden methods.static classTypeDescription.Generic.OfParameterizedType.LatentA latent description of a parameterized type.static classTypeDescription.Generic.OfTypeVariableA base implementation of a generic type description that represents a type variable.static classTypeDescription.Generic.OfTypeVariable.ForLoadedTypeDescription of a loaded type variable.static classTypeDescription.Generic.OfTypeVariable.SymbolicImplementation of a symbolic type variable.static classTypeDescription.Generic.OfTypeVariable.WithAnnotationOverlayA type variable with explicit annotations that replace the annotations that are declared by the provided type variable.static classTypeDescription.Generic.OfWildcardTypeA base implementation of a generic type description that represents a wildcard type.static classTypeDescription.Generic.OfWildcardType.ForLoadedTypeDescription of a loaded wildcard.static classTypeDescription.Generic.OfWildcardType.LatentA latent description of a wildcard type.protected static classTypeDescription.Generic.Visitor.AnnotationStripper.NonAnnotatedTypeVariableRepresentation of a type variable without annotations.protected classTypeDescription.Generic.Visitor.Substitutor.ForTypeVariableBinding.RetainedMethodTypeVariableImplementation of a type variable on a method that is not substituted.static classTypeDescription.LatentA latent type description for a type without methods or fields.static classTypeDescription.SuperTypeLoadingA delegating type description that always attempts to load the super types of a delegate type.protected static classTypeDescription.SuperTypeLoading.ClassLoadingTypeProjectionA type projection that attempts to load any super type of the delegate type.protected static classTypeList.Generic.ForDetachedTypes.OfTypeVariables.AttachedTypeVariableA wrapper for representing a type variable in its attached state.private static classTypeList.Generic.OfConstructorExceptionTypes.TypeProjectionA projection of a specific exception type.private static classTypeList.Generic.OfLoadedInterfaceTypes.TypeProjectionA type projection of an interface type.private static classTypeList.Generic.OfMethodExceptionTypes.TypeProjectionA projection of a specific exception type. -
Uses of ModifierReviewable.AbstractBase in net.bytebuddy.dynamic
Subclasses of ModifierReviewable.AbstractBase in net.bytebuddy.dynamic Modifier and Type Class Description protected static classTransformer.ForField.TransformedFieldAn implementation of a transformed field.protected static classTransformer.ForMethod.TransformedMethodThe transformed method.protected classTransformer.ForMethod.TransformedMethod.TransformedParameterA transformed method's parameter. -
Uses of ModifierReviewable.AbstractBase in net.bytebuddy.dynamic.scaffold
Subclasses of ModifierReviewable.AbstractBase in net.bytebuddy.dynamic.scaffold Modifier and Type Class Description static classInstrumentedType.DefaultA default implementation of an instrumented type.static classInstrumentedType.FrozenA frozen representation of an instrumented type of which the structure must not be modified.protected static classTypeWriter.MethodPool.Record.AccessBridgeWrapper.AccessorBridgeA method representing an accessor bridge method.protected static classTypeWriter.MethodPool.Record.AccessBridgeWrapper.BridgeTargetA method representing a bridge's target method in its defined shape.protected static classTypeWriter.MethodPool.Record.ForDefinedMethod.OfVisibilityBridge.VisibilityBridgeA method describing a visibility bridge. -
Uses of ModifierReviewable.AbstractBase in net.bytebuddy.dynamic.scaffold.inline
Subclasses of ModifierReviewable.AbstractBase in net.bytebuddy.dynamic.scaffold.inline Modifier and Type Class Description protected static classMethodRebaseResolver.Resolution.ForRebasedConstructor.RebasedConstructorAn description of a rebased constructor.protected static classMethodRebaseResolver.Resolution.ForRebasedMethod.RebasedMethodA description of a rebased method. -
Uses of ModifierReviewable.AbstractBase in net.bytebuddy.implementation
Subclasses of ModifierReviewable.AbstractBase in net.bytebuddy.implementation Modifier and Type Class Description protected static classImplementation.Context.Default.AbstractPropertyAccessorMethodA base implementation of a method that accesses a property of an instrumented type.protected static classImplementation.Context.Default.AccessorMethodA description of an accessor method to access another method from outside the instrumented type.protected static classImplementation.Context.Default.CacheValueFieldA description of a field that stores a cached value.protected static classImplementation.Context.Default.FieldGetterA description of a field getter method.protected static classImplementation.Context.Default.FieldSetterA description of a field setter method. -
Uses of ModifierReviewable.AbstractBase in net.bytebuddy.pool
Subclasses of ModifierReviewable.AbstractBase in net.bytebuddy.pool Modifier and Type Class Description protected static classTypePool.Default.LazyTypeDescriptionA type description that looks up any referencedByteCodeElementorAnnotationDescriptionby querying a type pool at lookup time.protected static classTypePool.Default.LazyTypeDescription.GenericTypeToken.ForGenericArray.LazyGenericArrayA generic type representation of a generic array.protected static classTypePool.Default.LazyTypeDescription.GenericTypeToken.ForLowerBoundWildcard.LazyLowerBoundWildcardA generic type representation of a lower bound wildcard.protected static classTypePool.Default.LazyTypeDescription.GenericTypeToken.ForParameterizedType.LazyParameterizedTypeA generic type description that represents a parameterized type without an enclosing generic owner type.protected static classTypePool.Default.LazyTypeDescription.GenericTypeToken.ForParameterizedType.Nested.LazyParameterizedTypeA lazy description of a parameterized type with an owner type.protected static classTypePool.Default.LazyTypeDescription.GenericTypeToken.ForPrimitiveType.LazyPrimitiveTypeA representation of a lazy primitive type.protected static classTypePool.Default.LazyTypeDescription.GenericTypeToken.ForTypeVariable.AnnotatedTypeVariableAn annotated representation of a formal type variable.protected static classTypePool.Default.LazyTypeDescription.GenericTypeToken.ForTypeVariable.Formal.LazyTypeVariableA type description that represents a type variable with bounds that are resolved lazily.protected static classTypePool.Default.LazyTypeDescription.GenericTypeToken.ForTypeVariable.UnresolvedTypeVariableRepresents a type variable that a type references but that does not exist.protected static classTypePool.Default.LazyTypeDescription.GenericTypeToken.ForUnboundWildcard.LazyUnboundWildcardA generic type representation of a generic unbound wildcard.protected static classTypePool.Default.LazyTypeDescription.GenericTypeToken.ForUpperBoundWildcard.LazyUpperBoundWildcardA generic type representation of a tokenized wildcard with an upper bound.protected static classTypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.Raw.RawAnnotatedTypeRepresents a non-generic type that defines type annotations.private classTypePool.Default.LazyTypeDescription.LazyFieldDescriptionA lazy field description that only resolved type references when required.private classTypePool.Default.LazyTypeDescription.LazyMethodDescriptionA lazy representation of a method that resolves references to types only on demand.protected classTypePool.Default.LazyTypeDescription.LazyMethodDescription.LazyNonGenericReceiverTypeA lazy description of a non-generic receiver type.private classTypePool.Default.LazyTypeDescription.LazyMethodDescription.LazyParameterDescriptionA lazy description of a parameters of the enclosing method.private classTypePool.Default.LazyTypeDescription.LazyMethodDescription.LazyParameterizedReceiverTypeA lazy description of a parameterized receiver type.protected classTypePool.Default.LazyTypeDescription.LazyMethodDescription.LazyParameterizedReceiverType.TypeArgumentList.AnnotatedTypeVariableRepresents a type variable as a type argument with type annotations.protected static classTypePool.Default.LazyTypeDescription.TokenizedGenericTypeA representation of a generic type that is described by aTypePool.Default.LazyTypeDescription.GenericTypeToken.protected static classTypePool.Default.LazyTypeDescription.TokenizedGenericType.MalformedA lazy description of a non-well-defined described generic type.protected classTypePool.Default.WithLazyResolution.LazyTypeDescriptionA lazy type description that resolves any property that is not the name only when requested.protected static classTypePool.LazyFacade.LazyTypeDescriptionA description of a type that delegates to another type pool once a property that is not the name is resolved.
-