Toggle navigation
Home
net.bytebuddy.description.type.TypeDescription to net.bytebuddy.description.type.TypeDefinition
No. of Instances - 74
No. of Commits - 17
No. of Projects - {'byte-buddy'}
Hierarchy/Composition: R_SUPER_T
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Rename Variable
typeDescription
to
typeDefinition
typeDescription
to
typeDefinition
typeDescription
to
typeDefinition
typeDescription
to
typeDefinition
typeDescription
to
typeDefinition
typeDescription
to
typeDefinition
typeDescription
to
typeDefinition
types
to
typeDefinitions
typeDescriptions
to
typeDefinitions
types
to
typeDefinitions
typeDescriptions
to
typeDefinitions
fieldTypeDescription
to
fieldType
fieldTypeDescription
to
fieldType
fieldTypeDescription
to
fieldType
typeDescription
to
typeDefinition
typeDescription
to
typeDefinition
typeDescription
to
typeDefinition
typeDescription
to
typeDefinition
typeDescription
to
typeDefinition
typeDescription
to
typeDefinition
typeDescription
to
typeDefinition
typeDescription
to
typeDefinition
typeDescription
to
typeDefinition
typeDescription
to
typeDefinition
typeDescription
to
typeDefinition
typeDescription
to
typeDefinition
typeDescription
to
typeDefinition
Add or Remove Method invocation
PreparationHandler.FieldDefiner.of(fieldName,isActualType(typeDescription),nonNull(modifier))
to
PreparationHandler.FieldDefiner.of(fieldName,isActualType(typeDefinition).asGenericType(),nonNull(modifier))
nonNull(fieldType)
to
isActualType(fieldType).asGenericType()
nonNull(typeDescription)
to
typeDefinition.asGenericType()
typeDescription
to
typeDefinition.asGenericType()
nonNull(typeDescription)
to
typeDefinition
invocationProvider.appendArgument(new InvocationProvider.ArgumentProvider.ForInstanceField(nonNull(fieldName),nonNull(fieldType)))
to
invocationProvider.appendArgument(new InvocationProvider.ArgumentProvider.ForInstanceField(nonNull(fieldName),fieldType.asGenericType()))
nonNull(typeDescription)
to
typeDefinition
isExtendable
to
asGenericType
joinUniqueRaw(interfaceTypes,Collections.singleton(superType))
to
joinUniqueRaw(interfaceTypes,Collections.singleton(superType.asGenericType()))
nonNull(namingStrategy.subclass(superType))
to
nonNull(namingStrategy.subclass(superType.asErasure()))
modifiers.resolve(superType.getModifiers() & ~TypeManifestation.ANNOTATION.getMask())
to
modifiers.resolve(superType.asErasure().getModifiers() & ~TypeManifestation.ANNOTATION.getMask())
nonNull(superType).isInterface()
to
nonNull(superType).asErasure().isInterface()
typeDescriptions
to
nonNull(typeDefinitions)
toList(types)
to
typeDefinitions
isDeclaredBy(anyOf(new GenericTypeList.Explicit(typeDefinitions).asErasures()))
to
isDeclaredBy(anyOf(new GenericTypeList.Explicit(toList(typeDefinitions)).asErasures()))
types
to
isImplementable(typeDefinitions)
nonNull(returnType)
to
returnType.asGenericType()
isActualType(fieldTypeDescription)
to
isActualType(fieldType).asGenericType()
nonNull(returnType)
to
returnType.asGenericType()
asErasure
to
getReturnType
asErasure
to
getReturnType
Cascading Type Change (Different)
TypeDescription
to
GenericTypeDescription
TypeDescription
to
GenericTypeDescription
Cascading Type Change (Similar)
TypeDescription
to
TypeDefinition