Class EntityModelConverter
java.lang.Object
org.activiti.cloud.common.swagger.springdoc.modelconverter.InternalModelConverter<org.activiti.cloud.alfresco.rest.model.EntryResponseContent>
org.activiti.cloud.common.swagger.springdoc.modelconverter.EntityModelConverter
- All Implemented Interfaces:
io.swagger.v3.core.converter.ModelConverter
public class EntityModelConverter
extends InternalModelConverter<org.activiti.cloud.alfresco.rest.model.EntryResponseContent>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanapplies(com.fasterxml.jackson.databind.JavaType javaType) protected Class<org.activiti.cloud.alfresco.rest.model.EntryResponseContent> protected com.fasterxml.jackson.databind.JavaTypegetContainedType(com.fasterxml.jackson.databind.JavaType javaType) Methods inherited from class org.activiti.cloud.common.swagger.springdoc.modelconverter.InternalModelConverter
resolveMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.swagger.v3.core.converter.ModelConverter
isOpenapi31
-
Constructor Details
-
EntityModelConverter
public EntityModelConverter()
-
-
Method Details
-
applies
protected boolean applies(com.fasterxml.jackson.databind.JavaType javaType) - Specified by:
appliesin classInternalModelConverter<org.activiti.cloud.alfresco.rest.model.EntryResponseContent>
-
getAlternateTypeClass
protected Class<org.activiti.cloud.alfresco.rest.model.EntryResponseContent> getAlternateTypeClass()- Specified by:
getAlternateTypeClassin classInternalModelConverter<org.activiti.cloud.alfresco.rest.model.EntryResponseContent>
-
getContainedType
protected com.fasterxml.jackson.databind.JavaType getContainedType(com.fasterxml.jackson.databind.JavaType javaType) - Specified by:
getContainedTypein classInternalModelConverter<org.activiti.cloud.alfresco.rest.model.EntryResponseContent>
-