- java.lang.Object
-
- io.helidon.dbclient.mongodb.MongoDbColumn
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Tas(io.helidon.common.GenericType<T> type)<T> Tas(Class<T> type)StringdbType()Class<?>javaType()Stringname()
-
-
-
Method Detail
-
as
public <T> T as(Class<T> type) throws MapperException
- Specified by:
asin interfaceDbColumn- Throws:
MapperException
-
as
public <T> T as(io.helidon.common.GenericType<T> type) throws MapperException- Specified by:
asin interfaceDbColumn- Throws:
MapperException
-
-