Uses of Interface
org.infinispan.protostream.config.AnnotationConfiguration
Packages that use AnnotationConfiguration
Package
Description
Fluent configuration API for ProtoStream.
Represents information contained in a proto file
Protostream internals.
-
Uses of AnnotationConfiguration in org.infinispan.protostream.config
Methods in org.infinispan.protostream.config that return types with arguments of type AnnotationConfiguration -
Uses of AnnotationConfiguration in org.infinispan.protostream.config.impl
Classes in org.infinispan.protostream.config.impl that implement AnnotationConfigurationFields in org.infinispan.protostream.config.impl with type parameters of type AnnotationConfigurationModifier and TypeFieldDescriptionprivate final Map<String, AnnotationConfiguration> ConfigurationImpl.AnnotationsConfigImpl.annotationsMethods in org.infinispan.protostream.config.impl that return types with arguments of type AnnotationConfiguration -
Uses of AnnotationConfiguration in org.infinispan.protostream.descriptors
Methods in org.infinispan.protostream.descriptors that return AnnotationConfigurationModifier and TypeMethodDescriptionprotected AnnotationConfigurationDescriptor.getAnnotationConfig(AnnotationElement.Annotation annotation) protected AnnotationConfigurationEnumDescriptor.getAnnotationConfig(AnnotationElement.Annotation annotation) protected AnnotationConfigurationFieldDescriptor.getAnnotationConfig(AnnotationElement.Annotation annotation) -
Uses of AnnotationConfiguration in org.infinispan.protostream.impl
Methods in org.infinispan.protostream.impl that return AnnotationConfigurationModifier and TypeMethodDescriptionprotected abstract AnnotationConfigurationAnnotatedDescriptorImpl.getAnnotationConfig(AnnotationElement.Annotation annotation) Subclasses are responsible for fetching theAnnotationConfigurationfrom the appropriate config (it it exists) and to validate that the target is suitable.Methods in org.infinispan.protostream.impl with parameters of type AnnotationConfigurationModifier and TypeMethodDescriptionprivate voidAnnotatedDescriptorImpl.normalizeValues(AnnotationElement.Annotation annotation, AnnotationConfiguration annotationConfig) private voidAnnotatedDescriptorImpl.validateAttributes(AnnotationElement.Annotation annotation, AnnotationConfiguration annotationConfig)