Uses of Class
org.infinispan.protostream.annotations.impl.AbstractMarshallerCodeGenerator
-
Packages that use AbstractMarshallerCodeGenerator Package Description org.infinispan.protostream.annotations.impl 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 AbstractMarshallerCodeGenerator in org.infinispan.protostream.annotations.impl
Methods in org.infinispan.protostream.annotations.impl that return AbstractMarshallerCodeGenerator Modifier and Type Method Description protected abstract AbstractMarshallerCodeGeneratorBaseProtoSchemaGenerator. makeMarshallerCodeGenerator()Creates a code generator for marshallers.protected AbstractMarshallerCodeGeneratorRuntimeProtoSchemaGenerator. makeMarshallerCodeGenerator()
-