Uses of Package
org.chenile.core.transform
Packages that use org.chenile.core.transform
Package
Description
Chenile core beans are initialized in Spring.
The Chenile transformation framework that transforms JSON to Object.
-
Classes in org.chenile.core.transform used by org.chenile.configuration.coreClassDescriptionSubclassBodyTypeSelector uses the Subclass registry to determine the appropriate subclass based on the type to distinguish between subclasses.This is a registry of mapping base classes to the appropriate subclasses.
For example, if there is a base classVehicle
which is subclassed by Car.Determines the target type for the body of the ChenileExchange and populates that intoChenileExchange.getBodyType()
Uses registered bodyTypeSelectors either atChenileServiceDefinition
orOperationDefinition
Performs a transformation from JSON to theChenileExchange.getBodyType()
mentioned in theChenileExchange
-
Classes in org.chenile.core.transform used by org.chenile.core.transformClassDescriptionThis is a registry of mapping base classes to the appropriate subclasses.
For example, if there is a base classVehicle
which is subclassed by Car.