Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Interfaces
  • Classes
  • Enum Classes
  • Fields
  • Methods
  • Constructors
  • Deprecated Interfaces
    Interface
    Description
    net.bytebuddy.NamingStrategy.SuffixingRandom.BaseNameResolver
    Use NamingStrategy.Suffixing.BaseNameResolver.
  • Deprecated Classes
    Class
    Description
    net.bytebuddy.NamingStrategy.SuffixingRandom.BaseNameResolver.ForFixedValue
    Use NamingStrategy.Suffixing.BaseNameResolver.ForFixedValue.
    net.bytebuddy.NamingStrategy.SuffixingRandom.BaseNameResolver.ForGivenType
    Use NamingStrategy.Suffixing.BaseNameResolver.ForGivenType.
  • Deprecated Enum Classes
    Enum Class
    Description
    net.bytebuddy.NamingStrategy.SuffixingRandom.BaseNameResolver.ForUnnamedType
    Use NamingStrategy.Suffixing.BaseNameResolver.ForUnnamedType.
  • Deprecated Fields
    Field
    Description
    net.bytebuddy.description.type.TypeDescription.CLASS
    Use TypeDescription.ForLoadedType.of(Class) instead.
    net.bytebuddy.description.type.TypeDescription.Generic.ANNOTATION
    Use TypeDescription.Generic.OfNonGenericType.ForLoadedType.of(Class) instead.J
    net.bytebuddy.description.type.TypeDescription.Generic.CLASS
    Use TypeDescription.Generic.OfNonGenericType.ForLoadedType.of(Class) instead.
    net.bytebuddy.description.type.TypeDescription.Generic.OBJECT
    Use TypeDescription.Generic.OfNonGenericType.ForLoadedType.of(Class) instead.
    net.bytebuddy.description.type.TypeDescription.Generic.VOID
    Use TypeDescription.Generic.OfNonGenericType.ForLoadedType.of(Class) instead.
    net.bytebuddy.description.type.TypeDescription.OBJECT
    Use TypeDescription.ForLoadedType.of(Class) instead.
    net.bytebuddy.description.type.TypeDescription.STRING
    Use TypeDescription.ForLoadedType.of(Class) instead.
    net.bytebuddy.description.type.TypeDescription.THROWABLE
    Use TypeDescription.ForLoadedType.of(Class) instead.
    net.bytebuddy.description.type.TypeDescription.VOID
    Use TypeDescription.ForLoadedType.of(Class) instead.
  • Deprecated Methods
    Method
    Description
    net.bytebuddy.dynamic.scaffold.MethodGraph.Compiler.AbstractBase.compile(TypeDescription)
    net.bytebuddy.dynamic.scaffold.MethodGraph.Compiler.AbstractBase.compile(TypeDescription, TypeDescription)
    net.bytebuddy.dynamic.scaffold.MethodGraph.Compiler.compile(TypeDescription)
    Use MethodGraph.Compiler.compile(TypeDefinition).
    net.bytebuddy.dynamic.scaffold.MethodGraph.Compiler.compile(TypeDescription, TypeDescription)
    Use MethodGraph.Compiler.compile(TypeDefinition, TypeDescription).
    net.bytebuddy.dynamic.scaffold.MethodGraph.Compiler.ForDeclaredMethods.compile(TypeDescription)
    net.bytebuddy.dynamic.scaffold.MethodGraph.Compiler.ForDeclaredMethods.compile(TypeDescription, TypeDescription)
    net.bytebuddy.dynamic.scaffold.MethodGraph.Empty.compile(TypeDescription)
    net.bytebuddy.dynamic.scaffold.MethodGraph.Empty.compile(TypeDescription, TypeDescription)
    net.bytebuddy.implementation.auxiliary.MethodCallProxy.PrecomputedMethodGraph.compile(TypeDescription)
    net.bytebuddy.implementation.auxiliary.MethodCallProxy.PrecomputedMethodGraph.compile(TypeDescription, TypeDescription)
    net.bytebuddy.implementation.Implementation.Context.Default.Factory.make(TypeDescription, AuxiliaryType.NamingStrategy, TypeInitializer, ClassFileVersion, ClassFileVersion)
    net.bytebuddy.implementation.Implementation.Context.Default.Factory.WithFixedSuffix.make(TypeDescription, AuxiliaryType.NamingStrategy, TypeInitializer, ClassFileVersion, ClassFileVersion)
    net.bytebuddy.implementation.Implementation.Context.Disabled.Factory.make(TypeDescription, AuxiliaryType.NamingStrategy, TypeInitializer, ClassFileVersion, ClassFileVersion)
    net.bytebuddy.implementation.Implementation.Context.Factory.make(TypeDescription, AuxiliaryType.NamingStrategy, TypeInitializer, ClassFileVersion, ClassFileVersion)
    Use Implementation.Context.Factory.make(TypeDescription, AuxiliaryType.NamingStrategy, TypeInitializer, ClassFileVersion, ClassFileVersion, Implementation.Context.FrameGeneration).
    net.bytebuddy.utility.visitor.ExceptionTableSensitiveMethodVisitor.onVisitMethodInsn(int, String, String, String)
    Use ExceptionTableSensitiveMethodVisitor.onVisitMethodInsn(int, String, String, String, boolean) instead.
  • Deprecated Constructors
    Constructor
    Description
    net.bytebuddy.NamingStrategy.SuffixingRandom(String, NamingStrategy.SuffixingRandom.BaseNameResolver)
    Use SuffixingRandom(String, NamingStrategy.Suffixing.BaseNameResolver).
    net.bytebuddy.NamingStrategy.SuffixingRandom(String, NamingStrategy.SuffixingRandom.BaseNameResolver, String)
    Use SuffixingRandom(String, NamingStrategy.Suffixing.BaseNameResolver, String).
    net.bytebuddy.NamingStrategy.SuffixingRandom(String, NamingStrategy.SuffixingRandom.BaseNameResolver, String, RandomString)
    Use SuffixingRandom(String, NamingStrategy.Suffixing.BaseNameResolver, String, RandomString).