@Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface InputJsonType
ParameterModel's MetadataType to the type represented by the provided JSON Schema.
Can only be used on Map, String or InputStream parameters in order to
be correctly coerced.
public abstract String schema
Copyright © 2020. All rights reserved.