static <S extends SubsystemSchema<S>,R extends org.jboss.staxmapper.XMLElementReader<List<org.jboss.dmr.ModelNode>>> SubsystemPersistence<S> |
SubsystemPersistence.of(Set<S> schemas,
Function<S,R> readerFactory,
org.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext> writer) |
Creates the subsystem persistence configuration for the specified set of schemas, reader factory, and writer.
|
static <S extends SubsystemSchema<S>,R extends org.jboss.staxmapper.XMLElementReader<List<org.jboss.dmr.ModelNode>>> SubsystemPersistence<S> |
SubsystemPersistence.of(Set<S> schemas,
Function<S,R> readerFactory,
S currentSchema,
org.jboss.staxmapper.XMLElementReader<List<org.jboss.dmr.ModelNode>> currentReader,
org.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext> writer) |
Creates the subsystem persistence configuration for the current version of the schema and specified writer
|
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
|