Interface EntityViewIdValueAccessor
public interface EntityViewIdValueAccessor
This interface is used to supply an entity view id from platform specific sources
to the deserializer. The deserializer uses values provided by
EntityViewIdValueAccessor
as fallback in case no ID value extraction via the JsonParser is possible.- Since:
- 1.5.0
- Author:
- Moritz Becker
-
Method Summary
-
Method Details
-
getValue
Retrieve an ID value for the entity view that is being deserialized at invocation time.- Type Parameters:
T- An ID type parameter- Parameters:
jsonParser- TheJsonParserinstance used by the deserializeridType- The ID type- Returns:
- The ID value or null
-