Package org.infinispan.commons
Class GlobalContextInitializerImpl
- java.lang.Object
-
- org.infinispan.commons.GlobalContextInitializerImpl
-
- All Implemented Interfaces:
GlobalContextInitializer
,org.infinispan.protostream.GeneratedSchema
,org.infinispan.protostream.SerializationContextInitializer
@Generated(value="org.infinispan.protostream.annotations.impl.processor.AutoProtoSchemaBuilderAnnotationProcessor", comments="Please do not edit this file!") public class GlobalContextInitializerImpl extends Object implements GlobalContextInitializer, org.infinispan.protostream.GeneratedSchema
WARNING: Generated code! Do not edit!
-
-
Field Summary
-
Fields inherited from interface org.infinispan.commons.GlobalContextInitializer
INSTANCE
-
-
Constructor Summary
Constructors Constructor Description GlobalContextInitializerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getProtoFile()
String
getProtoFileName()
Reader
getProtoFileReader()
void
registerMarshallers(org.infinispan.protostream.SerializationContext serCtx)
void
registerSchema(org.infinispan.protostream.SerializationContext serCtx)
-
-
-
Method Detail
-
getProtoFileName
public String getProtoFileName()
-
getProtoFile
public String getProtoFile()
-
getProtoFileReader
public Reader getProtoFileReader()
-
registerSchema
public void registerSchema(org.infinispan.protostream.SerializationContext serCtx)
-
registerMarshallers
public void registerMarshallers(org.infinispan.protostream.SerializationContext serCtx)
-
-