Package | Description |
---|---|
org.spf4j.test.avro |
Modifier and Type | Method and Description |
---|---|
Method.Builder |
Method.Builder.clearDeclaringClass()
Clears the value of the 'declaringClass' field.
|
Method.Builder |
Method.Builder.clearMethodName()
Clears the value of the 'methodName' field.
|
Method.Builder |
SamplePair.Builder.getMethodBuilder()
Gets the Builder instance for the 'method' field and creates one if it doesn't exist yet.
|
static Method.Builder |
Method.newBuilder()
Creates a new Method RecordBuilder.
|
static Method.Builder |
Method.newBuilder(Method.Builder other)
Creates a new Method RecordBuilder by copying an existing Builder.
|
static Method.Builder |
Method.newBuilder(Method other)
Creates a new Method RecordBuilder by copying an existing Method instance.
|
Method.Builder |
Method.Builder.setDeclaringClass(String value)
Sets the value of the 'declaringClass' field.
|
Method.Builder |
Method.Builder.setMethodName(String value)
Sets the value of the 'methodName' field.
|
Modifier and Type | Method and Description |
---|---|
static Method.Builder |
Method.newBuilder(Method.Builder other)
Creates a new Method RecordBuilder by copying an existing Builder.
|
SamplePair.Builder |
SamplePair.Builder.setMethodBuilder(Method.Builder value)
Sets the Builder instance for the 'method' field
|
Copyright © 2018 SPF4J. All rights reserved.