Uses of Class
org.graylog2.contentpacks.model.entities.ConverterEntity
Packages that use ConverterEntity
-
Uses of ConverterEntity in org.graylog2.contentpacks.model.entities
Methods in org.graylog2.contentpacks.model.entities that return ConverterEntityModifier and TypeMethodDescriptionstatic ConverterEntityConverterEntity.create(ValueReference type, ReferenceMap configuration) Methods in org.graylog2.contentpacks.model.entities that return types with arguments of type ConverterEntityMethod parameters in org.graylog2.contentpacks.model.entities with type arguments of type ConverterEntityModifier 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)