Uses of Enum
net.bytebuddy.dynamic.loading.ClassLoaderDecorator.Factory.NoOp
Packages that use ClassLoaderDecorator.Factory.NoOp
Package
Description
This package contains classes that are responsible for class loading of classes that are represented by
byte arrays.-
Uses of ClassLoaderDecorator.Factory.NoOp in net.bytebuddy.dynamic.loading
Subclasses with type arguments of type ClassLoaderDecorator.Factory.NoOp in net.bytebuddy.dynamic.loadingModifier and TypeClassDescriptionstatic enumA no-operation factory that creates no-operation class loader decorators.Methods in net.bytebuddy.dynamic.loading that return ClassLoaderDecorator.Factory.NoOpModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ClassLoaderDecorator.Factory.NoOp[]ClassLoaderDecorator.Factory.NoOp.values()Returns an array containing the constants of this enum type, in the order they are declared.