public class ClassPathByteArraySource extends Object implements ClassByteArraySource
Constructor and Description |
---|
ClassPathByteArraySource() |
ClassPathByteArraySource(ClassPath classPath) |
Modifier and Type | Method and Description |
---|---|
Optional<byte[]> |
getBytes(String classname)
Returns bytes for a class represented in java/lang/String format
|
public ClassPathByteArraySource()
public ClassPathByteArraySource(ClassPath classPath)
public Optional<byte[]> getBytes(String classname)
ClassByteArraySource
getBytes
in interface ClassByteArraySource
classname
- classname in com.example.Foo formatCopyright © 2021 org.pitest. All rights reserved.