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 TypeClassDescriptionclassThe handler for the X2JStringHandler interface for the CONCAT keyword.classThe default handler for the X2JStringHandler interface.classThe handler for the X2JStringHandler interface for the LEN keyword.classThe handler for the X2JStringHandler interface for the LOWER keyword.classThe handler for the X2JStringHandler interface for the SUBSTR keyword.classThe handler for the X2JStringHandler interface for the UPPER keyword.classThe handler for the X2JStringHandler interface for the VALUE keyword.classThe handler for the X2JStringHandler interface for the XPATH keyword.