Uses of Class
org.infinispan.protostream.descriptors.AnnotationElement.AnnotationTarget
-
Packages that use AnnotationElement.AnnotationTarget 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.AnnotationTarget in org.infinispan.protostream.config
Methods in org.infinispan.protostream.config that return AnnotationElement.AnnotationTarget Modifier and Type Method Description AnnotationElement.AnnotationTarget[]AnnotationConfiguration. target()Applicable targets.Methods in org.infinispan.protostream.config with parameters of type AnnotationElement.AnnotationTarget Modifier and Type Method Description AnnotationConfiguration.BuilderAnnotationAttributeConfiguration.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.BuilderAnnotationConfiguration.Builder. annotation(String annotationName, AnnotationElement.AnnotationTarget... target)Create a new annotation with the given name and return its builder to continue configuring it.AnnotationConfiguration.BuilderConfiguration.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.descriptors
Methods in org.infinispan.protostream.descriptors that return AnnotationElement.AnnotationTarget Modifier and Type Method Description static AnnotationElement.AnnotationTargetAnnotationElement.AnnotationTarget. valueOf(String name)Returns the enum constant of this type with the specified name.static AnnotationElement.AnnotationTarget[]AnnotationElement.AnnotationTarget. values()Returns an array containing the constants of this enum type, in the order they are declared.
-