Uses of Enum Class
io.helidon.media.common.MessageBodyOperator.PredicateResult
Package
Description
Common classes for processing content with a specific
MediaType
.Helidon Media MultiPart.
-
Uses of MessageBodyOperator.PredicateResult in io.helidon.media.common
Modifier and TypeMethodDescriptionMessageBodyOperator.accept
(GenericType<?> type, T context) Test if the operator can convert the given type.MessageBodyOperator.PredicateResult.supports
(Class<?> expected, GenericType<?> actual) Whether handled class is supported.Returns the enum constant of this class with the specified name.static MessageBodyOperator.PredicateResult[]
MessageBodyOperator.PredicateResult.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MessageBodyOperator.PredicateResult in io.helidon.media.multipart
Modifier and TypeMethodDescriptionBodyPartBodyStreamReader.accept
(GenericType<?> type, MessageBodyReaderContext context) BodyPartBodyStreamWriter.accept
(GenericType<?> type, MessageBodyWriterContext context) MultiPartBodyWriter.accept
(GenericType<?> type, MessageBodyWriterContext context)