public interface ProjectionInformation
Modifier and Type | Method and Description |
---|---|
List<PropertyDescriptor> |
getInputProperties()
Returns the properties that will be consumed by the projection type.
|
Class<?> |
getType()
Returns the projection type.
|
boolean |
isClosed()
Returns whether supplying values for the properties returned via
getInputProperties() is sufficient to
create a working proxy instance. |
Class<?> getType()
List<PropertyDescriptor> getInputProperties()
boolean isClosed()
getInputProperties()
is sufficient to
create a working proxy instance. This will usually be used to determine whether the projection uses any dynamically
resolved properties.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.