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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetValue()voidrelease()
 
- 
- 
- 
Method Detail- 
getValueT getValue() 
 - 
releasevoid release() 
 
- 
 
-