Serialized Form
-
Package net.bytebuddy.description.type
-
Class net.bytebuddy.description.type.TypeDescription.ForLoadedType extends TypeDescription.AbstractBase implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
type
java.lang.Class<?> type
The loaded type this instance represents.
-
-
-
Package net.bytebuddy.implementation
-
Class net.bytebuddy.implementation.LoadedTypeInitializer.Compound extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
loadedTypeInitializers
java.util.List<LoadedTypeInitializer> loadedTypeInitializers
The loaded type initializers that are represented by this compound type initializer.
-
-
Class net.bytebuddy.implementation.LoadedTypeInitializer.ForStaticField extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Resolves this instance after deserialization to assure the access control context is set.
-
-
Serialized Fields
-
fieldName
java.lang.String fieldName
The name of the field. -
value
java.lang.Object value
The value of the field.
-
-
-
Package net.bytebuddy.pool
-
Class net.bytebuddy.pool.TypePool.Resolution.NoSuchTypeException extends java.lang.IllegalStateException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.lang.String name
The name of the type that could not be resolved.
-
-