Package | Description |
---|---|
org.apache.avro.specific |
Generate specific Java classes for schemas and protocols.
|
Modifier and Type | Method and Description |
---|---|
SpecificErrorBuilderBase<T> |
SpecificErrorBuilderBase.clearCause() |
SpecificErrorBuilderBase<T> |
SpecificErrorBuilderBase.clearValue() |
SpecificErrorBuilderBase<T> |
SpecificErrorBuilderBase.setCause(Throwable cause) |
SpecificErrorBuilderBase<T> |
SpecificErrorBuilderBase.setValue(Object value) |
Constructor and Description |
---|
SpecificErrorBuilderBase(SpecificErrorBuilderBase<T> other)
SpecificErrorBuilderBase copy constructor.
|
Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.