Package io.micronaut.core.type
Interface ArgumentCoercible<T>
- Type Parameters:
T- The generic type
- All Known Subinterfaces:
BeanInfo<T>,BeanIntrospection<T>,BeanProperty<B,,T> ReturnType<T>,UnsafeBeanInstantiationIntrospection<T>,UnsafeBeanProperty<B,T>
- All Known Implementing Classes:
AbstractBeanProperty,DefaultArgument,GenericArgument
public interface ArgumentCoercible<T>
An interface for types that can be represented as an
Argument.- Since:
- 3.0.0
-
Method Summary
-
Method Details
-
asArgument
- Returns:
- The argument
-