Package io.micronaut.core.type
Interface ArgumentCoercible<T>
-
- Type Parameters:
T
- The generic type
- All Known Subinterfaces:
BeanProperty<B,T>
,ReturnType<T>
,UnsafeBeanProperty<B,T>
- All Known Implementing Classes:
AbstractBeanProperty
,DefaultArgument
,GenericArgument
public interface ArgumentCoercible<T>
An interface for types that can be represented as anArgument
.- Since:
- 3.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Argument<T>
asArgument()
-