@Incubating @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.PARAMETER) public @interface BodyText
Marks a method parameter as a plain text request body. Unlike Body, the parameter is sent as-is without JSON serialization.
class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.