Uses of Interface
org.infinispan.protostream.AnnotationMetadataCreator
Packages that use AnnotationMetadataCreator
Package
Description
Fluent configuration API for ProtoStream.
-
Uses of AnnotationMetadataCreator in org.infinispan.protostream.config
Methods in org.infinispan.protostream.config that return AnnotationMetadataCreatorModifier and TypeMethodDescriptionAnnotationMetadataCreator<?, ? extends AnnotatedDescriptor> AnnotationConfiguration.metadataCreator()Methods in org.infinispan.protostream.config with parameters of type AnnotationMetadataCreatorModifier and TypeMethodDescriptionAnnotationAttributeConfiguration.Builder.metadataCreator(AnnotationMetadataCreator<?, ? extends AnnotatedDescriptor> annotationMetadataCreator) AnnotationConfiguration.Builder.metadataCreator(AnnotationMetadataCreator<?, ? extends AnnotatedDescriptor> annotationMetadataCreator) Attach a metadata creator for this annotation and return the same builder. -
Uses of AnnotationMetadataCreator in org.infinispan.protostream.config.impl
Fields in org.infinispan.protostream.config.impl declared as AnnotationMetadataCreatorModifier and TypeFieldDescriptionprivate final AnnotationMetadataCreator<?, ? extends AnnotatedDescriptor> AnnotationConfigurationImpl.annotationMetadataCreatorprivate AnnotationMetadataCreator<?, ? extends AnnotatedDescriptor> AnnotationConfigurationImpl.BuilderImpl.annotationMetadataCreatorMethods in org.infinispan.protostream.config.impl that return AnnotationMetadataCreatorModifier and TypeMethodDescriptionAnnotationMetadataCreator<?, ? extends AnnotatedDescriptor> AnnotationConfigurationImpl.metadataCreator()Methods in org.infinispan.protostream.config.impl with parameters of type AnnotationMetadataCreatorModifier and TypeMethodDescriptionAnnotationAttributeConfigurationImpl.BuilderImpl.metadataCreator(AnnotationMetadataCreator<?, ? extends AnnotatedDescriptor> annotationMetadataCreator) AnnotationConfigurationImpl.BuilderImpl.metadataCreator(AnnotationMetadataCreator<?, ? extends AnnotatedDescriptor> annotationMetadataCreator) Constructors in org.infinispan.protostream.config.impl with parameters of type AnnotationMetadataCreatorModifierConstructorDescriptionprivateAnnotationConfigurationImpl(String name, String packageName, AnnotationElement.AnnotationTarget[] target, Map<String, AnnotationAttributeConfiguration> attributes, AnnotationMetadataCreator<?, ? extends AnnotatedDescriptor> annotationMetadataCreator, String repeatable)