Uses of Enum
net.bytebuddy.dynamic.scaffold.subclass.SubclassImplementationTarget.OriginTypeResolver
Packages that use SubclassImplementationTarget.OriginTypeResolver
Package
Description
All classes and types in this package are related to creating a
DynamicType by
creating a subclass of a given type.-
Uses of SubclassImplementationTarget.OriginTypeResolver in net.bytebuddy.dynamic.scaffold.subclass
Subclasses with type arguments of type SubclassImplementationTarget.OriginTypeResolver in net.bytebuddy.dynamic.scaffold.subclassModifier and TypeClassDescriptionstatic enumResponsible for identifying the origin type that an implementation target represents whenImplementation.Target.getOriginType()is invoked.Fields in net.bytebuddy.dynamic.scaffold.subclass declared as SubclassImplementationTarget.OriginTypeResolverModifier and TypeFieldDescriptionprivate final SubclassImplementationTarget.OriginTypeResolverSubclassImplementationTarget.Factory.originTypeResolverThe origin type resolver that this factory hands to the createdSubclassImplementationTarget.protected final SubclassImplementationTarget.OriginTypeResolverSubclassImplementationTarget.originTypeResolverThe origin type identifier to use.Methods in net.bytebuddy.dynamic.scaffold.subclass that return SubclassImplementationTarget.OriginTypeResolverModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.SubclassImplementationTarget.OriginTypeResolver.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.bytebuddy.dynamic.scaffold.subclass with parameters of type SubclassImplementationTarget.OriginTypeResolverModifierConstructorDescriptionprivateFactory(SubclassImplementationTarget.OriginTypeResolver originTypeResolver) Creates a new factory.protectedSubclassImplementationTarget(TypeDescription instrumentedType, MethodGraph.Linked methodGraph, Implementation.Target.AbstractBase.DefaultMethodInvocation defaultMethodInvocation, SubclassImplementationTarget.OriginTypeResolver originTypeResolver) Creates a new subclass implementation target.