| Package | Description |
|---|---|
| org.infinispan.protostream.config |
Fluent configuration API for ProtoStream.
|
| org.infinispan.protostream.descriptors |
Represents information contained in a proto file
|
| Modifier and Type | Method and Description |
|---|---|
AnnotationElement.AnnotationTarget[] |
AnnotationConfiguration.target()
Applicable targets.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotationConfiguration.Builder |
Configuration.AnnotationsConfig.Builder.annotation(String annotationName,
AnnotationElement.AnnotationTarget... target)
Create a new annotation with the given name and return its builder to continue define it.
|
AnnotationConfiguration.Builder |
AnnotationConfiguration.Builder.annotation(String annotationName,
AnnotationElement.AnnotationTarget... target)
Create a new annotation with the given name and return its builder to continue configure it.
|
AnnotationConfiguration.Builder |
AnnotationAttributeConfiguration.Builder.annotation(String annotationName,
AnnotationElement.AnnotationTarget... target)
Starts the creation of a new annotation with the given name and return its builder to continue define it.
|
| Modifier and Type | Method and Description |
|---|---|
static AnnotationElement.AnnotationTarget |
AnnotationElement.AnnotationTarget.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationElement.AnnotationTarget[] |
AnnotationElement.AnnotationTarget.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 JBoss, a division of Red Hat. All rights reserved.