Package org.apache.johnzon.mapper
Interface ObjectConverter.Reader<T>
- 
- All Superinterfaces:
- MapperConverter
 - All Known Subinterfaces:
- ObjectConverter.Codec<T>
 - Enclosing class:
- ObjectConverter
 
 public static interface ObjectConverter.Reader<T> extends MapperConverter 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description TfromJson(jakarta.json.JsonValue jsonValue, Type targetType, MappingParser parser)default booleanisGlobal()
 
- 
- 
- 
Method Detail- 
fromJsonT fromJson(jakarta.json.JsonValue jsonValue, Type targetType, MappingParser parser) 
 - 
isGlobaldefault boolean isGlobal() 
 
- 
 
-