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