Module org.elasticsearch.xcore
Class ChainTransform
java.lang.Object
org.elasticsearch.xpack.core.watcher.transform.chain.ChainTransform
- All Implemented Interfaces:
ToXContent,ToXContentObject,Transform
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic classNested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params -
Field Summary
FieldsFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionChainTransform(List<Transform> transforms) ChainTransform(Transform... transforms) -
Method Summary
Modifier and TypeMethodDescriptionstatic ChainTransform.BuilderbooleaninthashCode()toXContent(XContentBuilder builder, ToXContent.Params params) type()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
ChainTransform
-
ChainTransform
-
-
Method Details
-
type
-
getTransforms
-
equals
-
hashCode
public int hashCode() -
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceToXContent- Throws:
IOException
-
builder
-