Uses of Class
org.kiwiproject.consul.model.query.Template
Packages that use Template
-
Uses of Template in org.kiwiproject.consul.model.query
Subclasses of Template in org.kiwiproject.consul.model.queryMethods in org.kiwiproject.consul.model.query that return types with arguments of type TemplateModifier and TypeMethodDescriptionImmutablePreparedQuery.getTemplate()PreparedQuery.getTemplate()Methods in org.kiwiproject.consul.model.query with parameters of type TemplateModifier and TypeMethodDescriptionstatic ImmutableTemplateCreates an immutable copy of aTemplatevalue.Fill a builder with attribute values from the providedTemplateinstance.Initializes the optional valuetemplateto template.final ImmutablePreparedQueryImmutablePreparedQuery.withTemplate(Template value) Copy the current immutable object by setting a present value for the optionaltemplateattribute.Method parameters in org.kiwiproject.consul.model.query with type arguments of type TemplateModifier and TypeMethodDescriptionInitializes the optional valuetemplateto template.final ImmutablePreparedQueryImmutablePreparedQuery.withTemplate(Optional<? extends Template> optional) Copy the current immutable object by setting an optional value for thetemplateattribute.