static <S extends Enum<S> & SubsystemSchema<S>> SubsystemPersistence<S> |
SubsystemPersistence.of(Map<S,org.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext>> currentWriters) |
Creates the subsystem persistence configuration for the specified writers for current versions of the schema.
|
static <S extends Enum<S> & PersistentSubsystemSchema<S>> SubsystemPersistence<S> |
SubsystemPersistence.of(Set<S> currentSchemas) |
Creates the subsystem persistence configuration for the current versions of the schema.
|
static <S extends Enum<S> & PersistentSubsystemSchema<S>> SubsystemPersistence<S> |
SubsystemPersistence.of(S currentSchema) |
Creates the subsystem persistence configuration for the current version of the schema.
|
static <S extends Enum<S> & SubsystemSchema<S>> SubsystemPersistence<S> |
SubsystemPersistence.of(S currentSchema,
org.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext> writer) |
Creates the subsystem persistence configuration for the current version of the schema and specified writer
|