Uses of Interface
org.togglz.core.repository.util.MapSerializer
-
Packages that use MapSerializer Package Description org.togglz.core.repository.jdbc org.togglz.core.repository.util -
-
Uses of MapSerializer in org.togglz.core.repository.jdbc
Fields in org.togglz.core.repository.jdbc declared as MapSerializer Modifier and Type Field Description protected MapSerializerJDBCStateRepository. serializerMethods in org.togglz.core.repository.jdbc with parameters of type MapSerializer Modifier and Type Method Description JDBCStateRepository.BuilderJDBCStateRepository.Builder. serializer(MapSerializer serializer)TheMapSerializerfor storing parameters.Constructors in org.togglz.core.repository.jdbc with parameters of type MapSerializer Constructor Description JDBCStateRepository(DataSource dataSource, String tableName, boolean createTable, MapSerializer serializer)Deprecated.useJDBCStateRepository.newBuilder(DataSource)to create a builder that can be used to configure all aspects of the repository in a fluent wayJDBCStateRepository(DataSource dataSource, String tableName, boolean createTable, MapSerializer serializer, boolean noCommit)Deprecated.useJDBCStateRepository.newBuilder(DataSource)to create a builder that can be used to configure all aspects of the repository in a fluent way -
Uses of MapSerializer in org.togglz.core.repository.util
Classes in org.togglz.core.repository.util that implement MapSerializer Modifier and Type Class Description classDefaultMapSerializerThis converter is able to convert string maps to simple strings and vice versa.
-