public interface ExcerptProjector
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasExcerptProjection(Class<?> type)
Returns whether an excerpt projection has been registered for the given type.
|
Object |
projectExcerpt(Object source)
Creates a excerpt projection for the given source.
|
Object projectExcerpt(Object source)
hasExcerptProjection(Class).source - must not be null.boolean hasExcerptProjection(Class<?> type)
type - must not be null.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.