| Class | Description |
|---|---|
| FatalMisplacedClassProcessor |
Fails-fast with an exception upon finding a misplaced class.
|
| MisplacedClassProcessor |
Processor that handles classes whose fully-qualified names do not match their jar entry location.
|
| MisplacedClassProcessorFactory |
Factory singleton for creating a MisplacedProcessorFactory from a user-level strategy string.
|
| MoveMisplacedClassProcessor |
Moves misplaced classes to their proper location based on their package name.
|
| OmitMisplacedClassProcessor |
Leave misplaced classes out of the jar.
|
| SkipMisplacedClassProcessor |
Handles misplaced classes by excluding them from shading
(which leaves them at their original location).
|
| Enum | Description |
|---|---|
| MisplacedClassProcessorFactory.Strategy |