Uses of Class
com.aspectran.core.context.rule.CustomTransformRule
-
Packages that use CustomTransformRule Package Description com.aspectran.core.activity.response.transform com.aspectran.core.context.rule -
-
Uses of CustomTransformRule in com.aspectran.core.activity.response.transform
Constructors in com.aspectran.core.activity.response.transform with parameters of type CustomTransformRule Constructor Description CustomTransformResponseException(CustomTransformRule customTransformRule, java.lang.Throwable cause)Instantiates a new CustomTransformResponseException. -
Uses of CustomTransformRule in com.aspectran.core.context.rule
Fields in com.aspectran.core.context.rule declared as CustomTransformRule Modifier and Type Field Description static CustomTransformRuleCustomTransformRule. DEFAULTMethods in com.aspectran.core.context.rule that return CustomTransformRule Modifier and Type Method Description static CustomTransformRuleCustomTransformRule. newInstance()static CustomTransformRuleCustomTransformRule. newInstance(CustomTransformer transformer)
-