@HashCodeAndEqualsPlugin.Enhance(includeSyntheticFields=true) protected class TypeWriter.Default.UnresolvedType extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
UnresolvedType(byte[] binaryRepresentation,
List<? extends DynamicType> auxiliaryTypes)
Creates a new unresolved type.
|
| Modifier and Type | Method and Description |
|---|---|
protected byte[] |
getBinaryRepresentation()
Returns the binary representation of this unresolved type.
|
protected DynamicType.Unloaded<S> |
toDynamicType(TypeResolutionStrategy.Resolved typeResolutionStrategy)
Resolves this type to a dynamic type.
|
protected UnresolvedType(byte[] binaryRepresentation,
List<? extends DynamicType> auxiliaryTypes)
binaryRepresentation - The type's binary representation.auxiliaryTypes - A list of auxiliary types for this unresolved type.protected DynamicType.Unloaded<S> toDynamicType(TypeResolutionStrategy.Resolved typeResolutionStrategy)
typeResolutionStrategy - The type resolution strategy to apply.protected byte[] getBinaryRepresentation()
Copyright © 2014–2019. All rights reserved.