All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
org.infinispan.commons.marshall.UserContextInitializerImpl Maven / Gradle / Ivy
/*
Generated by org.infinispan.protostream.annotations.impl.processor.AutoProtoSchemaBuilderAnnotationProcessor
for class org.infinispan.commons.marshall.UserContextInitializer
annotated with @org.infinispan.protostream.annotations.AutoProtoSchemaBuilder(syntax=PROTO2, dependsOn={}, marshallersOnly=false, service=false, autoImportClasses=false, excludeClasses={}, includeClasses={org.infinispan.commons.util.NullValue.class}, basePackages={}, value={}, schemaPackageName="org.infinispan.commons", schemaFilePath="proto/generated", schemaFileName="user.commons.proto", className="")
*/
package org.infinispan.commons.marshall;
/**
* WARNING: Generated code! Do not edit!
*/
@javax.annotation.processing.Generated(
value = "org.infinispan.protostream.annotations.impl.processor.AutoProtoSchemaBuilderAnnotationProcessor",
comments = "Please do not edit this file!"
)
@org.infinispan.protostream.annotations.impl.processor.OriginatingClasses({
org.infinispan.commons.util.NullValue.class
})
/*@@org.infinispan.protostream.annotations.AutoProtoSchemaBuilder(syntax=PROTO2, dependsOn={}, marshallersOnly=false, service=false, autoImportClasses=false, excludeClasses={}, includeClasses={org.infinispan.commons.util.NullValue.class}, basePackages={}, value={}, schemaPackageName="org.infinispan.commons", schemaFilePath="proto/generated", schemaFileName="user.commons.proto", className="")(
className = "UserContextInitializerImpl",
schemaFileName = "user.commons.proto",
schemaFilePath = "proto/generated",
schemaPackageName = "org.infinispan.commons",
service = false,
marshallersOnly = false,
autoImportClasses = false,
includeClasses = {
org.infinispan.commons.util.NullValue.class
}
)*/
@SuppressWarnings("all")
public class UserContextInitializerImpl implements org.infinispan.commons.marshall.UserContextInitializer, org.infinispan.protostream.GeneratedSchema {
@Override
public String getProtoFileName() { return "user.commons.proto"; }
@Override
public String getProtoFile() { return org.infinispan.protostream.impl.ResourceUtils.getResourceAsString(getClass(), "/proto/generated/user.commons.proto"); }
@Override
public java.io.Reader getProtoFileReader() { return org.infinispan.protostream.impl.ResourceUtils.getResourceAsReader(getClass(), "/proto/generated/user.commons.proto"); }
@Override
public void registerSchema(org.infinispan.protostream.SerializationContext serCtx) {
serCtx.registerProtoFiles(org.infinispan.protostream.FileDescriptorSource.fromString(getProtoFileName(), getProtoFile()));
}
@Override
public void registerMarshallers(org.infinispan.protostream.SerializationContext serCtx) {
serCtx.registerMarshaller(new org.infinispan.commons.util.NullValue$___Marshaller_a83283d4dbbe8b8520f457699d99f19344b973d04786829de1e22c08915e6e56());
}
}