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 creatingTypeDescriptions 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 classTypePool.Default.LazyTypeDescription.TypeContainment.SelfContainedDescribes a type that is not contained within another type, a method or a constructor.static classTypePool.Default.LazyTypeDescription.TypeContainment.WithinMethodDescribes a type that is contained within a method or constructor.static classTypePool.Default.LazyTypeDescription.TypeContainment.WithinTypeDescribes a type that is contained within another type.
-