public static class PersistableRegistrySpi.PersistableIdAndConstructor extends Object
Constructor and Description |
---|
PersistableIdAndConstructor(short persistableId,
java.util.function.Supplier<Persistable> persistableConstructor) |
Modifier and Type | Method and Description |
---|---|
java.util.function.Supplier<Persistable> |
getPersistableConstructor() |
short |
getPersistableId() |
public PersistableIdAndConstructor(short persistableId, java.util.function.Supplier<Persistable> persistableConstructor)
public short getPersistableId()
public java.util.function.Supplier<Persistable> getPersistableConstructor()
Copyright © 2013–2022. All rights reserved.