Uses of Interface
org.infinispan.protostream.config.AnnotationConfiguration
-
Packages that use AnnotationConfiguration Package Description org.infinispan.protostream.config Fluent configuration API for ProtoStream.org.infinispan.protostream.descriptors Represents information contained in a proto fileorg.infinispan.protostream.impl Protostream internals. -
-
Uses of AnnotationConfiguration in org.infinispan.protostream.config
Methods in org.infinispan.protostream.config that return types with arguments of type AnnotationConfiguration Modifier and Type Method Description Map<String,AnnotationConfiguration>Configuration.AnnotationsConfig. annotations() -
Uses of AnnotationConfiguration in org.infinispan.protostream.descriptors
Methods in org.infinispan.protostream.descriptors that return AnnotationConfiguration Modifier and Type Method Description protected 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 AnnotationConfiguration Modifier and Type Method Description protected 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.
-