T
- the type of the representation (e.g. a String)@Role
public interface PageObjectPropertyReferenceResolver<T>
PageObjectPropertyReference
object, i.e. with valid values and a valid hierarchy (e.g. a Property reference must have a parent which is an object
reference, reference values must not be null, etc).Modifier and Type | Field and Description |
---|---|
static ParameterizedType |
TYPE_REFERENCE
Type instance for
PageObjectPropertyReferenceResolver<EntityReference> . |
static ParameterizedType |
TYPE_STRING
Type instance for
PageObjectPropertyReferenceResolver<String> . |
Modifier and Type | Method and Description |
---|---|
PageObjectPropertyReference |
resolve(T propertyReferenceRepresentation,
Object... parameters) |
static final ParameterizedType TYPE_STRING
PageObjectPropertyReferenceResolver<String>
.static final ParameterizedType TYPE_REFERENCE
PageObjectPropertyReferenceResolver<EntityReference>
.PageObjectPropertyReference resolve(T propertyReferenceRepresentation, Object... parameters)
propertyReferenceRepresentation
- the representation of an object reference (e.g. as a String)parameters
- optional parameters. Their meaning depends on the resolver implementationCopyright © 2004–2021 XWiki. All rights reserved.