Uses of Interface
net.bytebuddy.dynamic.loading.PackageDefinitionStrategy.ManifestReading.SealBaseLocator
Packages that use PackageDefinitionStrategy.ManifestReading.SealBaseLocator
Package
Description
This package contains classes that are responsible for class loading of classes that are represented by
byte
arrays.-
Uses of PackageDefinitionStrategy.ManifestReading.SealBaseLocator in net.bytebuddy.dynamic.loading
Classes in net.bytebuddy.dynamic.loading that implement PackageDefinitionStrategy.ManifestReading.SealBaseLocatorModifier and TypeClassDescriptionstatic class
A seal base locator that seals all packages with a fixed URL.static class
A seal base locator that imitates the behavior of aURLClassLoader
, i.e.static enum
A seal base locator that never seals a package.Fields in net.bytebuddy.dynamic.loading declared as PackageDefinitionStrategy.ManifestReading.SealBaseLocatorModifier and TypeFieldDescriptionPackageDefinitionStrategy.ManifestReading.SealBaseLocator.ForTypeResourceUrl.fallback
The seal base locator to fallback to when a resource is not found or an unexpected URL protocol is discovered.PackageDefinitionStrategy.ManifestReading.sealBaseLocator
A locator for a sealed package's URL.Constructors in net.bytebuddy.dynamic.loading with parameters of type PackageDefinitionStrategy.ManifestReading.SealBaseLocatorModifierConstructorDescriptionCreates a new seal base locator that attempts deduction from a type's URL.ManifestReading
(PackageDefinitionStrategy.ManifestReading.SealBaseLocator sealBaseLocator) Creates a new package definer that reads a class loader's manifest file.