| Package | Description |
|---|---|
| org.infinispan.protostream.config |
Configuration classes.
|
| org.infinispan.protostream.impl |
Protostream internals.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,AnnotationAttributeConfig> |
AnnotationConfig.attributes |
| Modifier and Type | Method and Description |
|---|---|
(package private) AnnotationAttributeConfig |
AnnotationAttributeConfig.Builder.buildAnnotationAttributeConfig() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,AnnotationAttributeConfig> |
AnnotationConfig.attributes() |
| Constructor and Description |
|---|
AnnotationConfig(java.lang.String name,
java.util.Map<java.lang.String,AnnotationAttributeConfig> attributes,
AnnotationMetadataCreator<?,DescriptorType> annotationMetadataCreator) |
| Modifier and Type | Method and Description |
|---|---|
private void |
AnnotatedDescriptorImpl.validateAttribute(AnnotationElement.Annotation annotation,
AnnotationElement.Attribute attribute,
AnnotationAttributeConfig attributeConfig,
AnnotationElement.Value value) |