Uses of Interface
com.aspectran.core.activity.response.transform.CustomTransformer
-
Packages that use CustomTransformer Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses.com.aspectran.core.activity.response.transform com.aspectran.core.context.rule -
-
Uses of CustomTransformer in com.aspectran.core.activity
Methods in com.aspectran.core.activity with parameters of type CustomTransformer Modifier and Type Method Description voidCoreTranslet. transform(CustomTransformer transformer)voidTranslet. transform(CustomTransformer transformer) -
Uses of CustomTransformer in com.aspectran.core.activity.response.transform
Constructors in com.aspectran.core.activity.response.transform with parameters of type CustomTransformer Constructor Description CustomTransformResponse(CustomTransformer transformer)Instantiates a new CustomTransformResponse.CustomTransformResponseException(CustomTransformer customTransformer, java.lang.Throwable cause)Instantiates a new CustomTransformResponseException. -
Uses of CustomTransformer in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return CustomTransformer Modifier and Type Method Description CustomTransformerCustomTransformRule. getTransformer()Methods in com.aspectran.core.context.rule with parameters of type CustomTransformer Modifier and Type Method Description static CustomTransformRuleCustomTransformRule. newInstance(CustomTransformer transformer)Constructors in com.aspectran.core.context.rule with parameters of type CustomTransformer Constructor Description CustomTransformRule(CustomTransformer transformer)
-