public interface HeapletFactory
Heaplet
instances.
A HeapletFactory
can manage multiple Heaplet types.Modifier and Type | Method and Description |
---|---|
Heaplet |
newInstance(Class<?> type)
Returns a new
Heaplet instance that know how to build the given type. |
Heaplet newInstance(Class<?> type)
Heaplet
instance that know how to build the given type.type
- the type that the created heaplet must support.Heaplet
instance that know how to build the given type, may return null
if the given type is not supported by this factory.Copyright © 2025 Open Identity Platform Community. All rights reserved.