Package org.springframework.cloud.dataflow.server.controller.assembler
package org.springframework.cloud.dataflow.server.controller.assembler
-
ClassDescriptionThe interface that returns the
RepresentationModelAssembler
for any type which extendsAppRegistrationResource
.Default REST resource assembler that returns theAppRegistrationResource
type.RepresentationModelAssembler
implementation that convertsStreamDefinition
s toStreamDefinitionResource
s.RepresentationModelAssembler
implementation that convertsTaskDefinition
s toTaskDefinitionResource
s.Default REST resource assembler that returns theTaskDefinitionResource
type.The interface that returns theRepresentationModelAssembler
for any type which extendsStreamDefinitionResource
.The interface that returns theRepresentationModelAssembler
for any type which extendsTaskDefinitionResource
.