Uses of Interface
org.infinispan.protostream.AnnotationMetadataCreator
-
Packages that use AnnotationMetadataCreator Package Description org.infinispan.protostream.config Fluent configuration API for ProtoStream. -
-
Uses of AnnotationMetadataCreator in org.infinispan.protostream.config
Methods in org.infinispan.protostream.config that return AnnotationMetadataCreator Modifier and Type Method Description AnnotationMetadataCreator<?,? extends AnnotatedDescriptor>AnnotationConfiguration. metadataCreator()Methods in org.infinispan.protostream.config with parameters of type AnnotationMetadataCreator Modifier and Type Method Description AnnotationAttributeConfiguration.BuilderAnnotationAttributeConfiguration.Builder. metadataCreator(AnnotationMetadataCreator<?,? extends AnnotatedDescriptor> annotationMetadataCreator)AnnotationConfiguration.BuilderAnnotationConfiguration.Builder. metadataCreator(AnnotationMetadataCreator<?,? extends AnnotatedDescriptor> annotationMetadataCreator)Attach a metadata creator for this annotation and return the same builder.
-