Uses of Class
net.bytebuddy.pool.TypePool.CacheProvider.NoOp
-
Packages that use TypePool.CacheProvider.NoOp Package Description net.bytebuddy.pool Classes of this package allow for the creatingTypeDescription
s without loading any classes. -
-
Uses of TypePool.CacheProvider.NoOp in net.bytebuddy.pool
Methods in net.bytebuddy.pool that return TypePool.CacheProvider.NoOp Modifier and Type Method Description static TypePool.CacheProvider.NoOp
TypePool.CacheProvider.NoOp. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TypePool.CacheProvider.NoOp[]
TypePool.CacheProvider.NoOp. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-