Uses of Class
net.obvj.confectory.mapper.AbstractBeanMapper
-
Packages that use AbstractBeanMapper Package Description net.obvj.confectory.mapper This package groups theMapperinterface and its implementations, as well as auxiliary classes. -
-
Uses of AbstractBeanMapper in net.obvj.confectory.mapper
Subclasses of AbstractBeanMapper in net.obvj.confectory.mapper Modifier and Type Class Description classStringMapperA specializedMapperthat loads the contents of aSource(e.g.: file, URL) as aStringusing the JVM defaultCharset.
-