Uses of Class
org.infinispan.protostream.descriptors.AnnotationElement.AttributeType
-
Packages that use AnnotationElement.AttributeType Package Description org.infinispan.protostream.config Fluent configuration API for ProtoStream.org.infinispan.protostream.descriptors 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.AttributeType Modifier and Type Method Description AnnotationElement.AttributeTypeAnnotationAttributeConfiguration. type()The type.Methods in org.infinispan.protostream.config with parameters of type AnnotationElement.AttributeType Modifier and Type Method Description AnnotationAttributeConfiguration.BuilderAnnotationAttributeConfiguration.Builder. type(AnnotationElement.AttributeType type)The type. -
Uses of AnnotationElement.AttributeType in org.infinispan.protostream.descriptors
Methods in org.infinispan.protostream.descriptors that return AnnotationElement.AttributeType Modifier and Type Method Description static AnnotationElement.AttributeTypeAnnotationElement.AttributeType. valueOf(String name)Returns the enum constant of this type with the specified name.static AnnotationElement.AttributeType[]AnnotationElement.AttributeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-