Uses of Class
org.graylog2.contentpacks.model.entities.ExtractorEntity
Packages that use ExtractorEntity
-
Uses of ExtractorEntity in org.graylog2.contentpacks.model.entities
Methods in org.graylog2.contentpacks.model.entities that return ExtractorEntityModifier and TypeMethodDescriptionstatic ExtractorEntityExtractorEntity.create(ValueReference title, ValueReference type, ValueReference cursorStrategy, ValueReference targetField, ValueReference sourceField, ReferenceMap configuration, List<ConverterEntity> converters, ValueReference conditionType, ValueReference conditionValue, ValueReference order) Methods in org.graylog2.contentpacks.model.entities that return types with arguments of type ExtractorEntityModifier and TypeMethodDescriptionabstract @NotNull List<ExtractorEntity>InputEntity.extractors()Method parameters in org.graylog2.contentpacks.model.entities with type arguments of type ExtractorEntityModifier and TypeMethodDescriptionstatic InputEntityInputEntity.create(@NotBlank ValueReference title, @NotNull ReferenceMap configuration, @NotNull Map<String, ValueReference> staticFields, @NotBlank ValueReference type, ValueReference global, @NotNull List<ExtractorEntity> extractors)