Serialized Form
-
Package net.bytebuddy
-
Class net.bytebuddy.ClassFileVersion
class ClassFileVersion extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
versionNumber
int versionNumber
The version number that is represented by this class file version instance.
-
-
-
Package net.bytebuddy.description.type
-
Class net.bytebuddy.description.type.TypeDescription.ForLoadedType
class ForLoadedType extends TypeDescription.AbstractBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
type
Class<?> type
The loaded type this instance represents.
-
-
-
Package net.bytebuddy.dynamic.loading
-
Class net.bytebuddy.dynamic.loading.ClassFilePostProcessor.ForClassFileTransformer.AllPermissionsCollection
class AllPermissionsCollection extends PermissionCollection implements Serializable- serialVersionUID:
- 1L
-
-
Package net.bytebuddy.implementation
-
Class net.bytebuddy.implementation.LoadedTypeInitializer.Compound
class Compound extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
loadedTypeInitializers
List<LoadedTypeInitializer> loadedTypeInitializers
The loaded type initializers that are represented by this compound type initializer.
-
-
Class net.bytebuddy.implementation.LoadedTypeInitializer.ForStaticField
class ForStaticField extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package net.bytebuddy.pool
-
Exception net.bytebuddy.pool.TypePool.Resolution.NoSuchTypeException
class NoSuchTypeException extends IllegalStateException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
The name of the type that could not be resolved.
-
-