Class LinkedHashSetAdapter$___Marshaller_9b53184602fef089e9e4985d9377d119fb6c43d6ecdad053783158fc77366258
java.lang.Object
org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase
org.infinispan.protostream.types.java.collections.LinkedHashSetAdapter$___Marshaller_9b53184602fef089e9e4985d9377d119fb6c43d6ecdad053783158fc77366258
- All Implemented Interfaces:
BaseMarshaller<LinkedHashSet>,ElementContainerAdapter<LinkedHashSet>,IterableElementContainerAdapter<LinkedHashSet,,Object> ProtobufTagMarshaller<LinkedHashSet>
@Generated(value="org.infinispan.protostream.annotations.impl.processor.AutoProtoSchemaBuilderAnnotationProcessor",
comments="Please do not edit this file!")
public final class LinkedHashSetAdapter$___Marshaller_9b53184602fef089e9e4985d9377d119fb6c43d6ecdad053783158fc77366258
extends GeneratedMarshallerBase
implements ProtobufTagMarshaller<LinkedHashSet>, IterableElementContainerAdapter<LinkedHashSet,Object>
WARNING: Generated code! Do not edit!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase
GeneratedMarshallerBase.NestedWriterNested classes/interfaces inherited from interface org.infinispan.protostream.ProtobufTagMarshaller
ProtobufTagMarshaller.OperationContext, ProtobufTagMarshaller.ReadContext, ProtobufTagMarshaller.WriteContext -
Field Summary
FieldsFields inherited from interface org.infinispan.protostream.BaseMarshaller
EMPTY -
Constructor Summary
ConstructorsConstructorDescriptionLinkedHashSetAdapter$___Marshaller_9b53184602fef089e9e4985d9377d119fb6c43d6ecdad053783158fc77366258() -
Method Summary
Modifier and TypeMethodDescriptionvoidappendElement(LinkedHashSet container, Object element) getElements(LinkedHashSet container) Returns the Java type handled by this marshaller.intgetNumElements(LinkedHashSet container) Returns the full name of the message or enum type, defined in a proto file.voidMethods inherited from class org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase
readMessage, writeMessage, writeNestedMessageMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.infinispan.protostream.BaseMarshaller
getSubClassNames
-
Field Details
-
__a$
-
-
Constructor Details
-
LinkedHashSetAdapter$___Marshaller_9b53184602fef089e9e4985d9377d119fb6c43d6ecdad053783158fc77366258
public LinkedHashSetAdapter$___Marshaller_9b53184602fef089e9e4985d9377d119fb6c43d6ecdad053783158fc77366258()
-
-
Method Details
-
getJavaClass
Description copied from interface:BaseMarshallerReturns the Java type handled by this marshaller. This must not change over multiple invocations.- Specified by:
getJavaClassin interfaceBaseMarshaller<LinkedHashSet>- Returns:
- the Java type.
-
getTypeName
Description copied from interface:BaseMarshallerReturns the full name of the message or enum type, defined in a proto file. This must not change over multiple invocations.- Specified by:
getTypeNamein interfaceBaseMarshaller<LinkedHashSet>- Returns:
- the full name of the message or enum type, defined in a proto file.
-
getNumElements
- Specified by:
getNumElementsin interfaceElementContainerAdapter<LinkedHashSet>
-
getElements
- Specified by:
getElementsin interfaceIterableElementContainerAdapter<LinkedHashSet,Object>
-
appendElement
- Specified by:
appendElementin interfaceIterableElementContainerAdapter<LinkedHashSet,Object>
-
read
- Specified by:
readin interfaceProtobufTagMarshaller<LinkedHashSet>- Throws:
IOException
-
write
- Specified by:
writein interfaceProtobufTagMarshaller<LinkedHashSet>- Throws:
IOException
-