Uses of Interface
org.graylog.plugins.views.search.rest.scriptingapi.response.decorators.FieldDecorator
Packages that use FieldDecorator
Package
Description
-
Uses of FieldDecorator in org.graylog.plugins.views.search.rest.scriptingapi.mapping
Method parameters in org.graylog.plugins.views.search.rest.scriptingapi.mapping with type arguments of type FieldDecoratorModifier and TypeMethodDescriptiondefault ObjectTabularResponseCreator.decorate(Set<FieldDecorator> decorators, RequestedField field, Object val, SearchUser searchUser) Constructor parameters in org.graylog.plugins.views.search.rest.scriptingapi.mapping with type arguments of type FieldDecoratorModifierConstructorDescriptionAggregationTabularResponseCreator(Set<FieldDecorator> decorators) MessagesTabularResponseCreator(MappedFieldTypesService mappedFieldTypesService, Set<FieldDecorator> decorators) -
Uses of FieldDecorator in org.graylog.plugins.views.search.rest.scriptingapi.response.decorators
Classes in org.graylog.plugins.views.search.rest.scriptingapi.response.decorators that implement FieldDecoratorModifier and TypeClassDescriptionclassclassThis decorator is needed to support field.id format for messages and aggregations.classclassConstructors in org.graylog.plugins.views.search.rest.scriptingapi.response.decorators with parameters of type FieldDecorator