net.bytebuddy.dynamic.DynamicType.Builder
.
Modifier and Type | Field and Description |
---|---|
public static final TypeDescription | DESCRIPTION
A description of the |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public static TypeDescription | Returns: A description of the resolved type.The type description that might represent the typeDescription, TypeDescription TargetType placeholder.The actual target type. targetType)Resolves the given type description to the supplied target type if it represents the |
DESCRIPTION | back to summary |
---|---|
public static final TypeDescription DESCRIPTION A description of the |
TargetType | back to summary |
---|---|
private TargetType() An unusable constructor to avoid instance creation. |
resolve | back to summary |
---|---|
public static TypeDescription resolve(TypeDescription typeDescription, TypeDescription targetType) Resolves the given type description to the supplied target type if it represents the
|