Interface Replicable<T>

All Known Subinterfaces:
Response
All Known Implementing Classes:
AponTransformResponse, AspectAdviceRuleRegistry, AssistantLocal, BeanRule, ContentList, CustomTransformResponse, DescriptionRule, DispatchResponse, DispatchRule, ForwardResponse, ForwardRule, JsonTransformResponse, NoneTransformResponse, RedirectResponse, RedirectRule, ResponseRule, ResponseTemplate, 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

    Modifier and Type
    Method
    Description
    Creates and returns a new instance after replicating a rule or Object.
  • Method Details

    • replicate

      T replicate()
      Creates and returns a new instance after replicating a rule or Object.
      Returns:
      replicated rule or new instance of Object