Uses of Interface
org.infinispan.protostream.descriptors.AnnotatedDescriptor
Packages that use AnnotatedDescriptor
Package
Description
Library for easy and efficient marshalling of Java objects in Protocol Buffers format.
Fluent configuration API for ProtoStream.
Represents information contained in a proto file
Protostream internals.
-
Uses of AnnotatedDescriptor in org.infinispan.protostream
Classes in org.infinispan.protostream with type parameters of type AnnotatedDescriptorModifier and TypeInterfaceDescriptioninterfaceAnnotationMetadataCreator<MetadataOutType, AnnotatedDescriptorType extends AnnotatedDescriptor>Creates an application specific alternative metadata representation of anAnnotationElement.Annotationvalue. -
Uses of AnnotatedDescriptor in org.infinispan.protostream.config
Methods in org.infinispan.protostream.config that return types with arguments of type AnnotatedDescriptorModifier and TypeMethodDescriptionAnnotationMetadataCreator<?, ? extends AnnotatedDescriptor> AnnotationConfiguration.metadataCreator()Method parameters in org.infinispan.protostream.config with type arguments of type AnnotatedDescriptorModifier 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 AnnotatedDescriptor in org.infinispan.protostream.config.impl
Fields in org.infinispan.protostream.config.impl with type parameters of type AnnotatedDescriptorModifier and TypeFieldDescriptionprivate final AnnotationMetadataCreator<?, ? extends AnnotatedDescriptor> AnnotationConfigurationImpl.annotationMetadataCreatorprivate AnnotationMetadataCreator<?, ? extends AnnotatedDescriptor> AnnotationConfigurationImpl.BuilderImpl.annotationMetadataCreatorMethods in org.infinispan.protostream.config.impl that return types with arguments of type AnnotatedDescriptorModifier and TypeMethodDescriptionAnnotationMetadataCreator<?, ? extends AnnotatedDescriptor> AnnotationConfigurationImpl.metadataCreator()Method parameters in org.infinispan.protostream.config.impl with type arguments of type AnnotatedDescriptorModifier and TypeMethodDescriptionAnnotationAttributeConfigurationImpl.BuilderImpl.metadataCreator(AnnotationMetadataCreator<?, ? extends AnnotatedDescriptor> annotationMetadataCreator) AnnotationConfigurationImpl.BuilderImpl.metadataCreator(AnnotationMetadataCreator<?, ? extends AnnotatedDescriptor> annotationMetadataCreator) Constructor parameters in org.infinispan.protostream.config.impl with type arguments of type AnnotatedDescriptorModifierConstructorDescriptionprivateAnnotationConfigurationImpl(String name, String packageName, AnnotationElement.AnnotationTarget[] target, Map<String, AnnotationAttributeConfiguration> attributes, AnnotationMetadataCreator<?, ? extends AnnotatedDescriptor> annotationMetadataCreator, String repeatable) -
Uses of AnnotatedDescriptor in org.infinispan.protostream.descriptors
Subinterfaces of AnnotatedDescriptor in org.infinispan.protostream.descriptorsModifier and TypeInterfaceDescriptioninterfaceBase interface for type (message and enum) descriptors.Classes in org.infinispan.protostream.descriptors that implement AnnotatedDescriptorModifier and TypeClassDescriptionfinal classRepresents a message type declaration in a proto file.final classRepresents an enum in a proto file.classRepresents a field in a proto file.classclass -
Uses of AnnotatedDescriptor in org.infinispan.protostream.impl
Classes in org.infinispan.protostream.impl that implement AnnotatedDescriptor