Package | Description |
---|---|
org.springframework.data.rest.core.config |
Modifier and Type | Method and Description |
---|---|
ProjectionDefinitionConfiguration |
ProjectionDefinitionConfiguration.addProjection(Class<?> projectionType)
Adds the given projection type to the configuration.
|
ProjectionDefinitionConfiguration |
ProjectionDefinitionConfiguration.addProjection(Class<?> projectionType,
Class<?>... sourceTypes)
Adds a projection type for the given source types.
|
ProjectionDefinitionConfiguration |
ProjectionDefinitionConfiguration.addProjection(Class<?> projectionType,
String name,
Class<?>... sourceTypes)
Adds the given projection type for the given source types under the given name.
|
ProjectionDefinitionConfiguration |
RepositoryRestConfiguration.getProjectionConfiguration()
Returns the
ProjectionDefinitionConfiguration to register addition projections. |
ProjectionDefinitionConfiguration |
RepositoryRestConfiguration.projectionConfiguration()
Deprecated.
since 2.4, use
RepositoryRestConfiguration.getProjectionConfiguration() instead. |
Constructor and Description |
---|
RepositoryRestConfiguration(ProjectionDefinitionConfiguration projectionConfiguration,
MetadataConfiguration metadataConfiguration,
EnumTranslationConfiguration enumTranslationConfiguration)
Creates a new
RepositoryRestConfiguration with the given ProjectionDefinitionConfiguration . |
Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.