Uses of Class
network.oxalis.commons.persist.PersisterConf
-
Packages that use PersisterConf Package Description network.oxalis.commons.persist -
-
Uses of PersisterConf in network.oxalis.commons.persist
Methods in network.oxalis.commons.persist that return PersisterConf Modifier and Type Method Description static PersisterConfPersisterConf. valueOf(String name)Returns the enum constant of this type with the specified name.static PersisterConf[]PersisterConf. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in network.oxalis.commons.persist with type arguments of type PersisterConf Modifier and Type Method Description protected ExceptionPersisterPersisterModule. getExceptionPersister(com.google.inject.Injector injector, Settings<PersisterConf> settings)protected PayloadPersisterPersisterModule. getPayloadPersister(com.google.inject.Injector injector, Settings<PersisterConf> settings)protected PersisterHandlerPersisterModule. getPersisterHandler(com.google.inject.Injector injector, Settings<PersisterConf> settings)protected ReceiptPersisterPersisterModule. getReceiptPersister(com.google.inject.Injector injector, Settings<PersisterConf> settings)
-