Uses of Enum Class
org.infinispan.protostream.descriptors.AnnotationElement.AttributeType
Packages that use AnnotationElement.AttributeType
Package
Description
Fluent configuration API for ProtoStream.
Represents information contained in a proto file
-
Uses of AnnotationElement.AttributeType in org.infinispan.protostream.config
Methods in org.infinispan.protostream.config that return AnnotationElement.AttributeTypeMethods in org.infinispan.protostream.config with parameters of type AnnotationElement.AttributeTypeModifier and TypeMethodDescriptionAnnotationAttributeConfiguration.Builder.type(AnnotationElement.AttributeType type) The type. -
Uses of AnnotationElement.AttributeType in org.infinispan.protostream.config.impl
Fields in org.infinispan.protostream.config.impl declared as AnnotationElement.AttributeTypeModifier and TypeFieldDescription(package private) AnnotationElement.AttributeTypeAnnotationAttributeConfigurationImpl.BuilderImpl.typeThe type.private final AnnotationElement.AttributeTypeAnnotationAttributeConfigurationImpl.typeMethods in org.infinispan.protostream.config.impl that return AnnotationElement.AttributeTypeMethods in org.infinispan.protostream.config.impl with parameters of type AnnotationElement.AttributeTypeModifier and TypeMethodDescriptionAnnotationAttributeConfigurationImpl.BuilderImpl.type(AnnotationElement.AttributeType type) Constructors in org.infinispan.protostream.config.impl with parameters of type AnnotationElement.AttributeTypeModifierConstructorDescriptionprivateAnnotationAttributeConfigurationImpl(String name, String packageName, boolean isMultiple, Object defaultValue, AnnotationElement.AttributeType type, Set<String> allowedValues) -
Uses of AnnotationElement.AttributeType in org.infinispan.protostream.descriptors
Methods in org.infinispan.protostream.descriptors that return AnnotationElement.AttributeTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AnnotationElement.AttributeType[]AnnotationElement.AttributeType.values()Returns an array containing the constants of this enum class, in the order they are declared.