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 -
Method Summary
Modifier and TypeMethodDescriptionintreadFrom(org.wildfly.clustering.marshalling.protostream.ProtoStreamReader reader, int index, org.infinispan.protostream.descriptors.WireType type, HttpServletRequestBuilder builder) static HttpServletRequestMarshallerReturns the enum constant of this class with the specified name.static HttpServletRequestMarshaller[]values()Returns an array containing the constants of this enum class, in the order they are declared.voidwriteTo(org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter writer, jakarta.servlet.http.HttpServletRequest request) Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface org.wildfly.clustering.marshalling.protostream.FieldReadable
nextIndexMethods inherited from interface org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller
asMarshaller, asMarshallerMethods inherited from interface org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller.Supplied
build
-
Enum Constant Details
-
INSTANCE
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
createInitialValue
- Specified by:
createInitialValuein interfaceorg.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:
readFromin interfaceorg.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:
writeToin interfaceorg.wildfly.clustering.marshalling.protostream.Writable<jakarta.servlet.http.HttpServletRequest>- Throws:
IOException
-
getFields
public int getFields()- Specified by:
getFieldsin interfaceorg.wildfly.clustering.marshalling.protostream.FieldReadable<HttpServletRequestBuilder>
-