Uses of Enum Class
org.infinispan.protostream.descriptors.AnnotationElement.AnnotationTarget
Packages that use AnnotationElement.AnnotationTarget
Package
Description
Fluent configuration API for ProtoStream.
Represents information contained in a proto file
-
Uses of AnnotationElement.AnnotationTarget in org.infinispan.protostream.config
Methods in org.infinispan.protostream.config that return AnnotationElement.AnnotationTargetMethods in org.infinispan.protostream.config with parameters of type AnnotationElement.AnnotationTargetModifier and TypeMethodDescriptionAnnotationAttributeConfiguration.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.AnnotationConfiguration.Builder.annotation(String annotationName, AnnotationElement.AnnotationTarget... target) Create a new annotation with the given name and return its builder to continue configuring it.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. -
Uses of AnnotationElement.AnnotationTarget in org.infinispan.protostream.config.impl
Fields in org.infinispan.protostream.config.impl declared as AnnotationElement.AnnotationTargetModifier and TypeFieldDescriptionprivate final AnnotationElement.AnnotationTarget[]AnnotationConfigurationImpl.BuilderImpl.targetprivate final AnnotationElement.AnnotationTarget[]AnnotationConfigurationImpl.targetMethods in org.infinispan.protostream.config.impl that return AnnotationElement.AnnotationTargetMethods in org.infinispan.protostream.config.impl with parameters of type AnnotationElement.AnnotationTargetModifier and TypeMethodDescriptionAnnotationAttributeConfigurationImpl.BuilderImpl.annotation(String annotationName, AnnotationElement.AnnotationTarget... target) AnnotationConfigurationImpl.BuilderImpl.annotation(String annotationName, AnnotationElement.AnnotationTarget... target) ConfigurationImpl.BuilderImpl.AnnotationsConfigBuilderImpl.annotation(String annotationName, AnnotationElement.AnnotationTarget... target) Constructors in org.infinispan.protostream.config.impl with parameters of type AnnotationElement.AnnotationTargetModifierConstructorDescriptionprivateAnnotationConfigurationImpl(String name, String packageName, AnnotationElement.AnnotationTarget[] target, Map<String, AnnotationAttributeConfiguration> attributes, AnnotationMetadataCreator<?, ? extends AnnotatedDescriptor> annotationMetadataCreator, String repeatable) (package private)BuilderImpl(ConfigurationImpl.BuilderImpl.AnnotationsConfigBuilderImpl parentBuilder, String name, AnnotationElement.AnnotationTarget[] target) -
Uses of AnnotationElement.AnnotationTarget in org.infinispan.protostream.descriptors
Subclasses with type arguments of type AnnotationElement.AnnotationTarget in org.infinispan.protostream.descriptorsModifier and TypeClassDescriptionstatic enumOn what kind of descriptor can we place that annotation?Methods in org.infinispan.protostream.descriptors that return AnnotationElement.AnnotationTargetModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AnnotationElement.AnnotationTarget[]AnnotationElement.AnnotationTarget.values()Returns an array containing the constants of this enum class, in the order they are declared.