Uses of Class
com.aspectran.utils.StringifyContext
Packages that use StringifyContext
Package
Description
A package for handling an activity that perform requests, business logic, and responses.
Miscellaneous utility classes, such as utilities for working
with strings, classes, collections, reflection, etc.
-
Uses of StringifyContext in com.aspectran.core.activity
Subclasses of StringifyContext in com.aspectran.core.activityMethods in com.aspectran.core.activity that return StringifyContextModifier and TypeMethodDescriptionAbstractActivity.getStringifyContext()
Activity.getStringifyContext()
-
Uses of StringifyContext in com.aspectran.core.activity.response.transform
Methods in com.aspectran.core.activity.response.transform with parameters of type StringifyContextModifier and TypeMethodDescriptionstatic void
AponTransformResponse.transform
(Parameters parameters, Writer writer, StringifyContext stringifyContext) static void
XmlTransformResponse.transform
(Object object, Writer writer, String encoding, StringifyContext stringifyContext) -
Uses of StringifyContext in com.aspectran.core.activity.response.transform.apon
Methods in com.aspectran.core.activity.response.transform.apon with parameters of type StringifyContextModifier and TypeMethodDescriptionstatic Parameters
ContentsToParameters.from
(ProcessResult processResult, StringifyContext stringifyContext) -
Uses of StringifyContext in com.aspectran.core.activity.response.transform.xml
Methods in com.aspectran.core.activity.response.transform.xml with parameters of type StringifyContextModifier and TypeMethodDescriptionvoid
ContentsXMLReader.setStringifyContext
(StringifyContext stringifyContext) -
Uses of StringifyContext in com.aspectran.utils
Methods in com.aspectran.utils that return StringifyContextMethods in com.aspectran.utils with parameters of type StringifyContextModifier and TypeMethodDescriptionToStringBuilder.apply
(StringifyContext stringifyContext) void
StringifyContext.merge
(StringifyContext from) void
ToStringBuilder.setStringifyContext
(StringifyContext stringifyContext) static String
ToStringBuilder.toString
(Object object, StringifyContext stringifyContext) static String
ToStringBuilder.toString
(String name, Object object, StringifyContext stringifyContext) -
Uses of StringifyContext in com.aspectran.utils.apon
Methods in com.aspectran.utils.apon with parameters of type StringifyContextModifier and TypeMethodDescription<T extends AponWriter>
TAponWriter.apply
(StringifyContext stringifyContext) ObjectToParameters.apply
(StringifyContext stringifyContext) static Parameters
ObjectToParameters.from
(Object object, StringifyContext stringifyContext) static <T extends Parameters>
TObjectToParameters.from
(Object object, Class<? extends Parameters> requiredType, StringifyContext stringifyContext) static Parameters
ObjectToParameters.from
(String name, Object object, StringifyContext stringifyContext) static <T extends Parameters>
TObjectToParameters.from
(String name, Object object, Class<? extends Parameters> requiredType, StringifyContext stringifyContext) void
AponWriter.setStringifyContext
(StringifyContext stringifyContext) void
ObjectToParameters.setStringifyContext
(StringifyContext stringifyContext) -
Uses of StringifyContext in com.aspectran.utils.json
Methods in com.aspectran.utils.json with parameters of type StringifyContextModifier and TypeMethodDescriptionJsonBuilder.apply
(StringifyContext stringifyContext) <T extends JsonWriter>
TJsonWriter.apply
(StringifyContext stringifyContext) void
JsonBuilder.setStringifyContext
(StringifyContext stringifyContext) void
JsonWriter.setStringifyContext
(StringifyContext stringifyContext) -
Uses of StringifyContext in com.aspectran.web.activity.response
Methods in com.aspectran.web.activity.response that return StringifyContextModifier and TypeMethodDescriptionAbstractRestResponse.getStringifyContext()
RestResponse.getStringifyContext()
AbstractRestResponse.touchStringifyContext()
RestResponse.touchStringifyContext()
Methods in com.aspectran.web.activity.response with parameters of type StringifyContextModifier and TypeMethodDescriptionvoid
AbstractRestResponse.setStringifyContext
(StringifyContext stringifyContext) void
RestResponse.setStringifyContext
(StringifyContext stringifyContext) AbstractRestResponse.stringifyContext
(StringifyContext stringifyContext) RestResponse.stringifyContext
(StringifyContext stringifyContext)