Interface | Description |
---|---|
EntityProjectionIntrospector.ProjectionPredicate |
Represents a predicate (boolean-valued function) of a
target type and its underlying
type . |
MethodInterceptorFactory |
SPI to create
MethodInterceptor instances based on the given source object and the target type to produce. |
ProjectionFactory |
A factory to create projecting instances for other objects usually used to allow easy creation of representation
projections to define which properties of a domain objects shall be exported in which way.
|
ProjectionInformation |
Information about a projection type.
|
TargetAware |
Extension of
TargetClassAware to be able to ignore the getter on JSON rendering. |
Class | Description |
---|---|
Accessor |
Helper value to abstract an accessor.
|
DefaultMethodInvokingMethodInterceptor |
Method interceptor to invoke default methods on the repository proxy.
|
EntityProjection<M,D> |
Descriptor for a top-level mapped type representing a view onto a domain type structure.
|
EntityProjection.ContainerPropertyProjection<M,D> |
Descriptor for a property-level type along its potential projection that is held within a
Collection -like
or Map -like container. |
EntityProjection.PropertyProjection<M,D> |
Descriptor for a property-level type along its potential projection.
|
EntityProjectionIntrospector |
This class is introspects the returned type in the context of a domain type for all reachable properties (w/o cycles)
to determine which property paths are subject to projection.
|
SpelAwareProxyProjectionFactory |
A
ProxyProjectionFactory that adds support to use Value -annotated methods on a projection interface
to evaluate the contained SpEL expression to define the outcome of the method call. |
SpelAwareProxyProjectionFactory.SpelAwareProjectionInformation |
Enum | Description |
---|---|
EntityProjection.ProjectionType |
Projection type.
|
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.