Package io.micronaut.core.type
Interface ArgumentCoercible<T>
- Type Parameters:
T- The generic type
- All Known Subinterfaces:
BeanInfo<T>,BeanIntrospection<T>,BeanProperty<B,,T> BeanReadProperty<B,,T> BeanWriteProperty<B,,T> EnumBeanIntrospection<E>,ReturnType<T>,UnsafeBeanInstantiationIntrospection<T>,UnsafeBeanProperty<B,,T> UnsafeBeanReadProperty<B,,T> UnsafeBeanWriteProperty<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
-