Uses of Enum
org.infinispan.marshall.protostream.impl.SerializationContextRegistry.MarshallerType
Packages that use SerializationContextRegistry.MarshallerType
-
Uses of SerializationContextRegistry.MarshallerType in org.infinispan.marshall.protostream.impl
Methods in org.infinispan.marshall.protostream.impl that return SerializationContextRegistry.MarshallerTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.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.MarshallerTypeModifier and TypeMethodDescriptionvoidSerializationContextRegistry.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) voidSerializationContextRegistry.removeProtoFile(SerializationContextRegistry.MarshallerType type, String fileName) voidSerializationContextRegistryImpl.removeProtoFile(SerializationContextRegistry.MarshallerType type, String fileName)