R
- the type of the result of the expressionpublic class CreationOperationResolver<R> extends AbstractResolver<R,CreationOperationExpression<R>>
Constructor and Description |
---|
CreationOperationResolver() |
Modifier and Type | Method and Description |
---|---|
boolean |
canResolve(CreationOperationExpression<R> expression,
ResolvingContext context) |
R |
resolve(CreationOperationExpression<R> expression,
ResolvingContext context) |
getExpressionClass
public boolean canResolve(CreationOperationExpression<R> expression, ResolvingContext context)
public R resolve(CreationOperationExpression<R> expression, ResolvingContext context)