Uses of Annotation Interface
org.infinispan.protostream.annotations.ProtoField
Packages that use ProtoField
Package
Description
Holds the internal representation of Protobuf type metadata defined via annotations and the processors that handle
this metadata in order to generate Protobuf schemas and marshallers.
-
Uses of ProtoField in org.infinispan.protostream.annotations.impl
Methods in org.infinispan.protostream.annotations.impl with parameters of type ProtoFieldModifier and TypeMethodDescriptionprotected XClass
ProtoMessageTypeMetadata.getCollectionImplementationFromAnnotation
(ProtoField annotation) protected XClass
ProtoMessageTypeMetadata.getJavaTypeFromAnnotation
(ProtoField annotation) protected XClass
ProtoMessageTypeMetadata.getMapImplementationFromAnnotation
(ProtoField annotation)