public class LazyTestResourcesExpressionResolver
extends java.lang.Object
implements io.micronaut.context.env.PropertyExpressionResolver, java.lang.AutoCloseable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PLACEHOLDER_PREFIX |
| Constructor and Description |
|---|
LazyTestResourcesExpressionResolver(io.micronaut.context.env.PropertyExpressionResolver delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
<T> java.util.Optional<T> |
resolve(io.micronaut.core.value.PropertyResolver propertyResolver,
io.micronaut.core.convert.ConversionService<?> conversionService,
java.lang.String expression,
java.lang.Class<T> requiredType) |
public static final java.lang.String PLACEHOLDER_PREFIX
public LazyTestResourcesExpressionResolver(io.micronaut.context.env.PropertyExpressionResolver delegate)
public <T> java.util.Optional<T> resolve(io.micronaut.core.value.PropertyResolver propertyResolver,
io.micronaut.core.convert.ConversionService<?> conversionService,
java.lang.String expression,
java.lang.Class<T> requiredType)
resolve in interface io.micronaut.context.env.PropertyExpressionResolverpublic void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exception