public class V1HandlerBuilder extends V1HandlerFluentImpl<V1HandlerBuilder> implements VisitableBuilder<V1Handler,V1HandlerBuilder>
V1HandlerFluentImpl.ExecNestedImpl<N>, V1HandlerFluentImpl.HttpGetNestedImpl<N>, V1HandlerFluentImpl.TcpSocketNestedImpl<N>
V1HandlerFluent.ExecNested<N>, V1HandlerFluent.HttpGetNested<N>, V1HandlerFluent.TcpSocketNested<N>
_visitables
Constructor and Description |
---|
V1HandlerBuilder() |
V1HandlerBuilder(Boolean validationEnabled) |
V1HandlerBuilder(V1Handler instance) |
V1HandlerBuilder(V1Handler instance,
Boolean validationEnabled) |
V1HandlerBuilder(V1HandlerFluent<?> fluent) |
V1HandlerBuilder(V1HandlerFluent<?> fluent,
Boolean validationEnabled) |
V1HandlerBuilder(V1HandlerFluent<?> fluent,
V1Handler instance) |
V1HandlerBuilder(V1HandlerFluent<?> fluent,
V1Handler instance,
Boolean validationEnabled) |
Modifier and Type | Method and Description |
---|---|
V1Handler |
build() |
boolean |
equals(Object o) |
buildExec, buildHttpGet, buildTcpSocket, editExec, editHttpGet, editOrNewExec, editOrNewExecLike, editOrNewHttpGet, editOrNewHttpGetLike, editOrNewTcpSocket, editOrNewTcpSocketLike, editTcpSocket, getExec, getHttpGet, getTcpSocket, hasExec, hasHttpGet, hasTcpSocket, withExec, withHttpGet, withNewExec, withNewExecLike, withNewHttpGet, withNewHttpGetLike, withNewTcpSocket, withNewTcpSocketLike, withTcpSocket
accept, aggregate, aggregate, build, build, builderOf
public V1HandlerBuilder()
public V1HandlerBuilder(Boolean validationEnabled)
public V1HandlerBuilder(V1HandlerFluent<?> fluent)
public V1HandlerBuilder(V1HandlerFluent<?> fluent, Boolean validationEnabled)
public V1HandlerBuilder(V1HandlerFluent<?> fluent, V1Handler instance)
public V1HandlerBuilder(V1HandlerFluent<?> fluent, V1Handler instance, Boolean validationEnabled)
public V1HandlerBuilder(V1Handler instance)
public boolean equals(Object o)
equals
in class V1HandlerFluentImpl<V1HandlerBuilder>
Copyright © 2020. All rights reserved.