Package | Description |
---|---|
org.spf4j.base.avro |
Modifier and Type | Field and Description |
---|---|
JPackageInfo |
JStackTraceElement.packageInfo
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
JPackageInfo |
JPackageInfo.Builder.build() |
JPackageInfo |
JStackTraceElement.getPackageInfo()
Gets the value of the 'packageInfo' field.
|
JPackageInfo |
JStackTraceElement.Builder.getPackageInfo()
Gets the value of the 'packageInfo' field.
|
Modifier and Type | Method and Description |
---|---|
static JPackageInfo.Builder |
JPackageInfo.newBuilder(JPackageInfo other)
Creates a new JPackageInfo RecordBuilder by copying an existing JPackageInfo instance.
|
void |
JStackTraceElement.setPackageInfo(JPackageInfo value)
Sets the value of the 'packageInfo' field.
|
JStackTraceElement.Builder |
JStackTraceElement.Builder.setPackageInfo(JPackageInfo value)
Sets the value of the 'packageInfo' field.
|
Constructor and Description |
---|
JStackTraceElement(String className,
String methodName,
JFileLocation location,
JPackageInfo packageInfo)
All-args constructor.
|
Copyright © 2018 SPF4J. All rights reserved.