Toggle navigation
Home
java.lang.String to net.bytebuddy.implementation.bytecode.StackManipulation
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'byte-buddy'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Add or Remove Method invocation
MethodInvocation.invoke(new MethodDescription.ForLoadedConstructor(ObjectInputStream.class.getDeclaredConstructor(InputStream.class)))
to
deserialization
TypeCreation.of(new TypeDescription.ForLoadedType(ObjectInputStream.class))
to
deserialization
TypeCreation.of(new TypeDescription.ForLoadedType(ByteArrayInputStream.class))
to
deserialization
MethodInvocation.invoke(new MethodDescription.ForLoadedMethod(String.class.getDeclaredMethod("getBytes",String.class)))
to
deserialization
MethodInvocation.invoke(new MethodDescription.ForLoadedConstructor(ByteArrayInputStream.class.getDeclaredConstructor(byte[].class)))
to
deserialization
MethodInvocation.invoke(new MethodDescription.ForLoadedMethod(ObjectInputStream.class.getDeclaredMethod("readObject")))
to
deserialization
Update argument list (Class Instance Creation)
StackManipulation.Compound
to
StackManipulation.Compound
Rename Variable
value
to
deserialization
value
to
deserialization
value
to
deserialization
value
to
deserialization
value
to
deserialization