Enum Class HttpServletRequestMarshaller

java.lang.Object
java.lang.Enum<HttpServletRequestMarshaller>
org.wildfly.clustering.spring.security.web.authentication.HttpServletRequestMarshaller
All Implemented Interfaces:
Serializable, Comparable<HttpServletRequestMarshaller>, Constable, org.wildfly.clustering.marshalling.protostream.FieldReadable<HttpServletRequestBuilder>, org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller<jakarta.servlet.http.HttpServletRequest,HttpServletRequestBuilder>, org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller.Supplied<jakarta.servlet.http.HttpServletRequest,HttpServletRequestBuilder>, org.wildfly.clustering.marshalling.protostream.Writable<jakarta.servlet.http.HttpServletRequest>

public enum HttpServletRequestMarshaller extends Enum<HttpServletRequestMarshaller> implements org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller.Supplied<jakarta.servlet.http.HttpServletRequest,HttpServletRequestBuilder>
Author:
Paul Ferraro
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>

    Nested classes/interfaces inherited from interface org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller

    org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller.Simple<T>, org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller.Supplied<T,V extends Supplier<T>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    int
     
    readFrom(org.wildfly.clustering.marshalling.protostream.ProtoStreamReader reader, int index, org.infinispan.protostream.descriptors.WireType type, HttpServletRequestBuilder builder)
     
    Returns the enum constant of this class with the specified name.
    Returns an array containing the constants of this enum class, in the order they are declared.
    void
    writeTo(org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter writer, jakarta.servlet.http.HttpServletRequest request)
     

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.wildfly.clustering.marshalling.protostream.FieldReadable

    nextIndex

    Methods inherited from interface org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller

    asMarshaller, asMarshaller

    Methods inherited from interface org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller.Supplied

    build
  • Enum Constant Details

  • Method Details

    • values

      public static HttpServletRequestMarshaller[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static HttpServletRequestMarshaller valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • createInitialValue

      public HttpServletRequestBuilder createInitialValue()
      Specified by:
      createInitialValue in interface org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller<jakarta.servlet.http.HttpServletRequest,HttpServletRequestBuilder>
    • readFrom

      public HttpServletRequestBuilder readFrom(org.wildfly.clustering.marshalling.protostream.ProtoStreamReader reader, int index, org.infinispan.protostream.descriptors.WireType type, HttpServletRequestBuilder builder) throws IOException
      Specified by:
      readFrom in interface org.wildfly.clustering.marshalling.protostream.FieldReadable<HttpServletRequestBuilder>
      Throws:
      IOException
    • writeTo

      public void writeTo(org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter writer, jakarta.servlet.http.HttpServletRequest request) throws IOException
      Specified by:
      writeTo in interface org.wildfly.clustering.marshalling.protostream.Writable<jakarta.servlet.http.HttpServletRequest>
      Throws:
      IOException
    • getFields

      public int getFields()
      Specified by:
      getFields in interface org.wildfly.clustering.marshalling.protostream.FieldReadable<HttpServletRequestBuilder>