Toggle navigation
Home
net.bytebuddy.description.type.TypeDescription to java.lang.String
No. of Instances - 17
No. of Commits - 1
No. of Projects - {'byte-buddy'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Rename Variable
inject
to
injectRaw
inject
to
injectRaw
loaded
to
result
loaded
to
result
loaded
to
result
loadedTypes
to
result
loadedTypes
to
result
inject
to
injectRaw
loaded
to
result
loaded
to
result
inject
to
injectRaw
loaded
to
result
loaded
to
result
typeDescription
to
name
typeDescription
to
name
Add or Remove Method invocation
typeName
to
entry.getKey()
entry.getKey().getInternalName()
to
entry.getKey().replace('.','/')
Class.forName(entry.getKey().getName(),false,classLoader)
to
Class.forName(entry.getKey(),false,classLoader)
dispatcher.defineClass(classLoader,entry.getKey().getName(),entry.getValue(),protectionDomain)
to
dispatcher.defineClass(classLoader,entry.getKey(),entry.getValue(),protectionDomain)
entry.getKey().isSamePackage(TypeDescription.ForLoadedType.of(lookupType()))
to
entry.getKey().substring(0,index).equals(TypeDescription.ForLoadedType.of(lookupType()).getPackage().getName())
typeDescription.getName()
to
name
Cascading Type Change (Similar)
Map<TypeDescription,Class<?>>
to
Map<String,Class<?>>
Map<TypeDescription,Class<?>>
to
Map<String,Class<?>>
Map<TypeDescription,Class<?>>
to
Map<String,Class<?>>
Map<TypeDescription,Class<?>>
to
Map<String,Class<?>>
Cascading Type Change (Different)
HashMap<TypeDescription,Class<?>>
to
HashMap<String,Class<?>>
HashMap<TypeDescription,Class<?>>
to
HashMap<String,Class<?>>
HashMap<TypeDescription,Class<?>>
to
HashMap<String,Class<?>>
HashMap<TypeDescription,Class<?>>
to
HashMap<String,Class<?>>