Uses of Class
org.infinispan.marshall.protostream.impl.SerializationContextRegistry.MarshallerType
-
Packages that use SerializationContextRegistry.MarshallerType Package Description org.infinispan.marshall.protostream.impl -
-
Uses of SerializationContextRegistry.MarshallerType in org.infinispan.marshall.protostream.impl
Methods in org.infinispan.marshall.protostream.impl that return SerializationContextRegistry.MarshallerType Modifier and Type Method Description static SerializationContextRegistry.MarshallerTypeSerializationContextRegistry.MarshallerType. valueOf(String name)Returns the enum constant of this type with the specified name.static SerializationContextRegistry.MarshallerType[]SerializationContextRegistry.MarshallerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.marshall.protostream.impl with parameters of type SerializationContextRegistry.MarshallerType Modifier and Type Method Description voidSerializationContextRegistry. addContextInitializer(SerializationContextRegistry.MarshallerType type, org.infinispan.protostream.SerializationContextInitializer sci)voidSerializationContextRegistryImpl. addContextInitializer(SerializationContextRegistry.MarshallerType type, org.infinispan.protostream.SerializationContextInitializer sci)voidSerializationContextRegistry. addMarshaller(SerializationContextRegistry.MarshallerType type, org.infinispan.protostream.BaseMarshaller marshaller)voidSerializationContextRegistryImpl. addMarshaller(SerializationContextRegistry.MarshallerType type, org.infinispan.protostream.BaseMarshaller marshaller)voidSerializationContextRegistry. addProtoFile(SerializationContextRegistry.MarshallerType type, org.infinispan.protostream.FileDescriptorSource fileDescriptorSource)voidSerializationContextRegistryImpl. addProtoFile(SerializationContextRegistry.MarshallerType type, org.infinispan.protostream.FileDescriptorSource fileDescriptorSource)
-