Toggle navigation
Home
java.lang.String to net.bytebuddy.description.type.TypeDescription
No. of Instances - 10
No. of Commits - 6
No. of Projects - {'byte-buddy'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Add or Remove Method invocation
targetTypeInternalName
to
typeDescription.getInternalName()
targetType.getInternalName()
to
typeDescription
Foo.class.getName()
to
firstType
Bar.class.getName()
to
secondType
entry.getKey().replace('.','/')
to
entry.getKey().getInternalName()
Rename Variable
targetTypeInternalName
to
typeDescription
targetTypeInternalName
to
typeDescription
targetTypeInternalName
to
typeDescription
targetTypeInternalName
to
typeDescription
targetTypeInternalName
to
typeDescription
typeName
to
typeDescription
descriptor
to
annotationType
descriptor
to
annotationType
descriptor
to
annotationType
descriptor
to
annotationType
name
to
typeDescription
name
to
typeDescription
types
to
loaded
types
to
loaded
types
to
loaded
Cascading Type Change (Similar)
Map<String,Class<?>>
to
Map<TypeDescription,Class<?>>
Cascading Type Change (Different)
HashMap<String,Class<?>>
to
HashMap<TypeDescription,Class<?>>