Uses of Interface
com.x2j.converter.mgr.handlers.X2JStringHandler
Packages that use X2JStringHandler
-
Uses of X2JStringHandler in com.x2j.converter.mgr.handlers
Methods in com.x2j.converter.mgr.handlers that return X2JStringHandlerModifier and TypeMethodDescriptionX2JStringHandlerFactory.getHandler
(String jsonValue) Returns the appropriate handler for the JSON value string depending upon the keyword that is defined in the schema. -
Uses of X2JStringHandler in com.x2j.converter.mgr.handlers.impl
Classes in com.x2j.converter.mgr.handlers.impl that implement X2JStringHandlerModifier and TypeClassDescriptionclass
The handler for the X2JStringHandler interface for the CONCAT keyword.class
The default handler for the X2JStringHandler interface.class
The handler for the X2JStringHandler interface for the LEN keyword.class
The handler for the X2JStringHandler interface for the LOWER keyword.class
The handler for the X2JStringHandler interface for the SUBSTR keyword.class
The handler for the X2JStringHandler interface for the UPPER keyword.class
The handler for the X2JStringHandler interface for the VALUE keyword.class
The handler for the X2JStringHandler interface for the XPATH keyword.