Package org.apache.johnzon.jsonb.spi
Interface JohnzonAdapterFactory.Instance<T>
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
CdiJohnzonAdapterFactory.CdiInstance
,JohnzonAdapterFactory.ConstantInstance
- Enclosing interface:
- JohnzonAdapterFactory
public static interface JohnzonAdapterFactory.Instance<T> extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getValue()
void
release()
-
-
-
Method Detail
-
getValue
T getValue()
-
release
void release()
-
-