Uses of Interface
net.bytebuddy.pool.TypePool.Default.LazyTypeDescription.TypeContainment
-
Packages that use TypePool.Default.LazyTypeDescription.TypeContainment Package Description net.bytebuddy.pool Classes of this package allow for the creatingTypeDescription
s without loading any classes. -
-
Uses of TypePool.Default.LazyTypeDescription.TypeContainment in net.bytebuddy.pool
Classes in net.bytebuddy.pool that implement TypePool.Default.LazyTypeDescription.TypeContainment Modifier and Type Class Description static class
TypePool.Default.LazyTypeDescription.TypeContainment.SelfContained
Describes a type that is not contained within another type, a method or a constructor.static class
TypePool.Default.LazyTypeDescription.TypeContainment.WithinMethod
Describes a type that is contained within a method or constructor.static class
TypePool.Default.LazyTypeDescription.TypeContainment.WithinType
Describes a type that is contained within another type.
-