HandlerSpecification

Properties

Link copied to clipboard
@Nullable
@get:Nullable
val acceptContentType: @Nullable String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun <T, R> of(method: String, handlerType: HandlerType, requestSerde: Serde<T>, responseSerde: Serde<R>): HandlerSpecification<T, R>
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun withAcceptContentType(acceptContentType: String): HandlerSpecification<REQ, RES>