Java org.springframework.data.rest.core.config ProjectionDefinitionConfiguration fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.rest.core.config ProjectionDefinitionConfiguration fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.rest.core.config ProjectionDefinitionConfiguration.

The text is from its open source code.

Constructor

ProjectionDefinitionConfiguration()
Creates a new ProjectionDefinitionConfiguration .

Method

ProjectionDefinitionConfigurationaddProjection(Class projectionType)
Adds the given projection type to the configuration.
StringgetParameterName()
Map>getProjectionsFor(Class sourceType)
Returns all projections registered for the given source type.
booleanhasProjectionFor(Class sourceType)