-
public final class DocumentedContent
-
-
Constructor Summary
Constructors Constructor Description DocumentedContent(Schema<?> schema, String contentType)This constructor overrides the schema directly. DocumentedContent(Class<?> from, Boolean isArray, String contentType, Schema<?> schema)DocumentedContent(Class<?> from, Boolean isArray, String contentType)DocumentedContent(Class<?> from, Boolean isArray)DocumentedContent(Class<?> from)
-
Method Summary
Modifier and Type Method Description final StringgetContentType()final Class<out Object>getFromType()final BooleangetIsArray()final Schema<?>getSchema()final BooleanisNonRefType()-
-
Method Detail
-
getContentType
final String getContentType()
-
getFromType
final Class<out Object> getFromType()
-
getIsArray
final Boolean getIsArray()
-
getSchema
final Schema<?> getSchema()
-
isNonRefType
final Boolean isNonRefType()
-
-
-
-