Toggle navigation
Home
net.bytebuddy.description.type.TypeDescription.Generic to net.bytebuddy.description.type.TypeDescription
No. of Instances - 21
No. of Commits - 6
No. of Projects - {'byte-buddy'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
getTypeVariables().asTokenList(new TypeDescription.Generic.Visitor.Substitutor.ForDetachment(matcher))
to
getTypeVariables().asTokenList(matcher)
typeMatcher.matches(typeDescription)
to
typeMatcher.matches(typeDescription.asErasure())
fieldType
to
fieldType.asGenericType()
instrumentedType.withField(new FieldDescription.Token(name,Opcodes.ACC_SYNTHETIC | Opcodes.ACC_PUBLIC | Opcodes.ACC_STATIC,fieldType))
to
instrumentedType.withField(new FieldDescription.Token(name,Opcodes.ACC_SYNTHETIC | Opcodes.ACC_PUBLIC | Opcodes.ACC_STATIC,fieldType.asGenericType()))
value.equals((ForInstance)other)
to
value.equals(((ForInstance)other).value)
Rename Method invocation
isSetter
to
isGetter
Other
((ForStaticField)other).value
to
(ForInstance)other
Cascading Type Change (Different)
ForStaticField
to
ForInstance
Update String Literal
"InvokeDynamic.InvocationProvider.ArgumentProvider.ForStaticField{"
to
"InvokeDynamic.InvocationProvider.ArgumentProvider.ForInstance{"