Uses of Package
org.springframework.cloud.dataflow.server.controller.assembler
Packages that use org.springframework.cloud.dataflow.server.controller.assembler
Package
Description
Spring Cloud Data Flow Server configuration classes.
Spring Cloud Data Flow Server Controllers.
-
Classes in org.springframework.cloud.dataflow.server.controller.assembler used by org.springframework.cloud.dataflow.server.configClassDescriptionThe interface that returns the
RepresentationModelAssembler
for any type which extendsAppRegistrationResource
.The interface that returns theRepresentationModelAssembler
for any type which extendsStreamDefinitionResource
.The interface that returns theRepresentationModelAssembler
for any type which extendsTaskDefinitionResource
. -
Classes in org.springframework.cloud.dataflow.server.controller.assembler used by org.springframework.cloud.dataflow.server.controllerClassDescriptionThe interface that returns the
RepresentationModelAssembler
for any type which extendsAppRegistrationResource
.The interface that returns theRepresentationModelAssembler
for any type which extendsStreamDefinitionResource
.The interface that returns theRepresentationModelAssembler
for any type which extendsTaskDefinitionResource
. -
Classes in org.springframework.cloud.dataflow.server.controller.assembler used by org.springframework.cloud.dataflow.server.controller.assemblerClassDescriptionThe 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.The interface that returns theRepresentationModelAssembler
for any type which extendsStreamDefinitionResource
.The interface that returns theRepresentationModelAssembler
for any type which extendsTaskDefinitionResource
.