Class TreeStorageNodeInstance.WithEntity
- java.lang.Object
-
- org.keycloak.models.map.storage.tree.TreeStorageNodeInstance.WithEntity
-
- Enclosing class:
- TreeStorageNodeInstance<V extends AbstractEntity>
public class TreeStorageNodeInstance.WithEntity extends Object
-
-
Constructor Summary
Constructors Constructor Description WithEntity(V entity)
-
-
-
Constructor Detail
-
WithEntity
public WithEntity(V entity)
-
-
Method Detail
-
getEntity
public V getEntity()
-
getNode
public TreeStorageNodeInstance<V> getNode()
-
-