| Package | Description |
|---|---|
| org.infinispan.protostream.config |
Configuration classes.
|
| Modifier and Type | Field and Description |
|---|---|
private AnnotationAttributeConfig.AttributeType |
AnnotationAttributeConfig.type |
private AnnotationAttributeConfig.AttributeType |
AnnotationAttributeConfig.Builder.type |
| Modifier and Type | Method and Description |
|---|---|
AnnotationAttributeConfig.AttributeType |
AnnotationAttributeConfig.type() |
static AnnotationAttributeConfig.AttributeType |
AnnotationAttributeConfig.AttributeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationAttributeConfig.AttributeType[] |
AnnotationAttributeConfig.AttributeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AnnotationAttributeConfig(java.lang.String name,
boolean isMultiple,
java.lang.Object defaultValue,
AnnotationAttributeConfig.AttributeType type,
java.util.Set<java.lang.String> allowedValues) |