Module org.apache.johnzon.jsonb
Package org.apache.johnzon.jsonb.spi
Interface JohnzonAdapterFactory.Instance<T>
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
CdiJohnzonAdapterFactory.CdiInstance
,JohnzonAdapterFactory.ConstantInstance
- Enclosing interface:
- JohnzonAdapterFactory
public static interface JohnzonAdapterFactory.Instance<T> extends java.io.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()
-
-