Package org.infinispan.security.impl
Class SubjectAdapter$___Marshaller_f59fec2f5f32f5b5a1c8766d5bf96aa84770651e238b11ec8a8ecb3dd7fe9b7
- java.lang.Object
-
- org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase
-
- org.infinispan.security.impl.SubjectAdapter$___Marshaller_f59fec2f5f32f5b5a1c8766d5bf96aa84770651e238b11ec8a8ecb3dd7fe9b7
-
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<Subject>,org.infinispan.protostream.ProtobufTagMarshaller<Subject>
@Generated(value="org.infinispan.protostream.annotations.impl.processor.AutoProtoSchemaBuilderAnnotationProcessor", comments="Please do not edit this file!") public final class SubjectAdapter$___Marshaller_f59fec2f5f32f5b5a1c8766d5bf96aa84770651e238b11ec8a8ecb3dd7fe9b7 extends org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase implements org.infinispan.protostream.ProtobufTagMarshaller<Subject>
WARNING: Generated code! Do not edit!
-
-
Constructor Summary
Constructors Constructor Description SubjectAdapter$___Marshaller_f59fec2f5f32f5b5a1c8766d5bf96aa84770651e238b11ec8a8ecb3dd7fe9b7()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<Subject>getJavaClass()StringgetTypeName()Subjectread(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1)voidwrite(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, Subject $2)
-
-
-
Method Detail
-
getJavaClass
public Class<Subject> getJavaClass()
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<Subject>
-
getTypeName
public String getTypeName()
- Specified by:
getTypeNamein interfaceorg.infinispan.protostream.BaseMarshaller<Subject>
-
read
public Subject read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) throws IOException
- Specified by:
readin interfaceorg.infinispan.protostream.ProtobufTagMarshaller<Subject>- Throws:
IOException
-
write
public void write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, Subject $2) throws IOException- Specified by:
writein interfaceorg.infinispan.protostream.ProtobufTagMarshaller<Subject>- Throws:
IOException
-
-