Uses of Interface
st.orm.template.impl.ObjectMapper
Packages that use ObjectMapper
-
Uses of ObjectMapper in st.orm.template.impl
Methods in st.orm.template.impl that return types with arguments of type ObjectMapperModifier and TypeMethodDescriptionstatic <T> Optional<ObjectMapper<T>> ObjectMapperFactory.getObjectMapper(int columnCount, Class<T> type, RefFactory refFactory) Returns a factory for creating instances of the specified type.