Class LeafSpecificObjectGraphMapper
java.lang.Object
ai.stapi.graphoperations.objectGraphMapper.model.specific.AbstractSpecificObjectGraphMapper
ai.stapi.graphoperations.objectGraphMapper.model.specific.LeafSpecificObjectGraphMapper
- All Implemented Interfaces:
SpecificObjectGraphMapper
-
Field Summary
Fields inherited from class ai.stapi.graphoperations.objectGraphMapper.model.specific.AbstractSpecificObjectGraphMapper
genericGraphMapper, jsonObjectMapper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateGraphDescriptionWithValues(ObjectGraphMapping objectGraphMapping, Map.Entry<String, Object> fieldEntry, GraphDescriptionBuilder builder, MissingFieldResolvingStrategy missingFieldResolvingStrategy) booleansupports(ObjectGraphMapping objectGraphMapping) Methods inherited from class ai.stapi.graphoperations.objectGraphMapper.model.specific.AbstractSpecificObjectGraphMapper
addGraphDescriptionCompositeToBuilder
-
Constructor Details
-
LeafSpecificObjectGraphMapper
-
-
Method Details
-
createGraphDescriptionWithValues
public GraphDescriptionBuilder createGraphDescriptionWithValues(ObjectGraphMapping objectGraphMapping, Map.Entry<String, Object> fieldEntry, GraphDescriptionBuilder builder, MissingFieldResolvingStrategy missingFieldResolvingStrategy) - Specified by:
createGraphDescriptionWithValuesin interfaceSpecificObjectGraphMapper- Specified by:
createGraphDescriptionWithValuesin classAbstractSpecificObjectGraphMapper
-
supports
- Specified by:
supportsin interfaceSpecificObjectGraphMapper- Specified by:
supportsin classAbstractSpecificObjectGraphMapper
-