Interface Replicable<T>
-
- All Known Subinterfaces:
Response
- All Known Implementing Classes:
AponTransformResponse,AspectAdviceRuleRegistry,AssistantLocal,BeanRule,ContentList,CustomTransformResponse,DispatchResponse,DispatchRule,ForwardResponse,ForwardRule,JsonTransformResponse,NoneTransformResponse,RedirectResponse,RedirectRule,ResponseRule,TemplateRule,TextTransformResponse,Token,TransformResponse,TransformRule,TransletRule,XmlTransformResponse,XslTransformResponse
public interface Replicable<T>The Interface Replicable.Created: 2016. 2. 2.
- Since:
- 2.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Treplicate()Creates and returns a new instance after replicating a rule or Object.
-
-
-
Method Detail
-
replicate
T replicate()
Creates and returns a new instance after replicating a rule or Object.- Returns:
- replicated rule or new instance of Object
-
-