Uses of Enum Class
org.jboss.resteasy.reactive.server.core.parameters.MultipartFormParamExtractor.Type
Packages that use MultipartFormParamExtractor.Type
-
Uses of MultipartFormParamExtractor.Type in org.jboss.resteasy.reactive.server.core.parameters
Methods in org.jboss.resteasy.reactive.server.core.parameters that return MultipartFormParamExtractor.TypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static MultipartFormParamExtractor.Type[]MultipartFormParamExtractor.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jboss.resteasy.reactive.server.core.parameters with parameters of type MultipartFormParamExtractor.TypeModifierConstructorDescriptionMultipartFormParamExtractor(String name, boolean single, MultipartFormParamExtractor.Type type, Class<Object> typeClass, Type genericType, String mimeType, boolean encoded)