Uses of Class
io.smallrye.openapi.model.BaseModel
-
Uses of BaseModel in io.smallrye.openapi.model
Subclasses of BaseModel in io.smallrye.openapi.modelModifier and TypeClassDescriptionclassBaseExtensibleModel<C extends org.eclipse.microprofile.openapi.models.Extensible<C> & org.eclipse.microprofile.openapi.models.Constructible>Methods in io.smallrye.openapi.model with type parameters of type BaseModelModifier and TypeMethodDescriptionBaseExtensibleModel.merge(T other) Merge all properties from anotherBaseModelobject into this one.BaseModel.merge(T other) Merge all properties from anotherBaseModelobject into this one.static <C extends org.eclipse.microprofile.openapi.models.Constructible,T extends BaseModel<C>>
TBaseModel.merge(T object1, T object2)