Uses of Class
org.talend.sdk.component.runtime.manager.ParameterMeta
Packages that use ParameterMeta
Package
Description
-
Uses of ParameterMeta in org.talend.sdk.component.runtime.manager
Constructor parameters in org.talend.sdk.component.runtime.manager with type arguments of type ParameterMetaModifierConstructorDescriptionprotectedDriverRunnerMeta(ComponentFamilyMeta parent, String name, String icon, int version, Class<?> type, Supplier<List<ParameterMeta>> parameterMetas, Function<Map<String, String>, org.talend.sdk.component.runtime.standalone.DriverRunner> instantiator, Supplier<org.talend.sdk.component.api.component.MigrationHandler> migrationHandler, boolean validated, Map<String, String> metas) protectedPartitionMapperMeta(ComponentFamilyMeta parent, String name, String icon, int version, Class<?> type, Supplier<List<ParameterMeta>> parameterMetas, Function<Map<String, String>, org.talend.sdk.component.runtime.input.Mapper> instantiator, Supplier<org.talend.sdk.component.api.component.MigrationHandler> migrationHandler, boolean validated, boolean infinite) protectedPartitionMapperMeta(ComponentFamilyMeta parent, String name, String icon, int version, Class<?> type, Supplier<List<ParameterMeta>> parameterMetas, Function<Map<String, String>, org.talend.sdk.component.runtime.input.Mapper> instantiator, Supplier<org.talend.sdk.component.api.component.MigrationHandler> migrationHandler, boolean validated, Map<String, String> metas) protectedProcessorMeta(ComponentFamilyMeta parent, String name, String icon, int version, Class<?> type, Supplier<List<ParameterMeta>> parameterMetas, Function<Map<String, String>, org.talend.sdk.component.runtime.output.Processor> instantiator, Supplier<org.talend.sdk.component.api.component.MigrationHandler> migrationHandler, boolean validated, Map<String, String> metas) -
Uses of ParameterMeta in org.talend.sdk.component.runtime.manager.builtinparams
Methods in org.talend.sdk.component.runtime.manager.builtinparams that return ParameterMetaModifier and TypeMethodDescriptionMaxBatchSizeParamBuilder.newBulkParameter()StreamingLongParamBuilder.newBulkParameter()Constructors in org.talend.sdk.component.runtime.manager.builtinparams with parameters of type ParameterMetaModifierConstructorDescriptionMaxBatchSizeParamBuilder(ParameterMeta root, String componentSimpleClassName, org.talend.sdk.component.api.service.configuration.LocalConfiguration configuration) StreamingLongParamBuilder(ParameterMeta root, String componentClassName, String parameterName, org.talend.sdk.component.api.service.configuration.LocalConfiguration configuration) StreamingMaxDurationMsParamBuilder(ParameterMeta root, String componentClassName, org.talend.sdk.component.api.service.configuration.LocalConfiguration configuration) StreamingMaxRecordsParamBuilder(ParameterMeta root, String componentClassName, org.talend.sdk.component.api.service.configuration.LocalConfiguration configuration) -
Uses of ParameterMeta in org.talend.sdk.component.runtime.manager.configuration
Method parameters in org.talend.sdk.component.runtime.manager.configuration with type arguments of type ParameterMeta -
Uses of ParameterMeta in org.talend.sdk.component.runtime.manager.reflect
Methods in org.talend.sdk.component.runtime.manager.reflect that return ParameterMetaModifier and TypeMethodDescriptionprotected ParameterMetaParameterModelService.buildParameter(String name, String prefix, ParameterMeta.Source source, Type genericType, Annotation[] annotations, Collection<String> i18nPackages, boolean ignoreI18n, BaseParameterEnricher.Context context) Methods in org.talend.sdk.component.runtime.manager.reflect that return types with arguments of type ParameterMetaModifier and TypeMethodDescriptionParameterModelService.buildParameterMetas(Executable executable, String i18nPackage, BaseParameterEnricher.Context context) ParameterModelService.buildParameterMetas(Stream<ParameterModelService.Param> parameters, Class<?> declaringClass, String i18nPackage, boolean ignoreI18n, BaseParameterEnricher.Context context) ParameterModelService.buildServiceParameterMetas(Executable executable, String i18nPackage, BaseParameterEnricher.Context context) Method parameters in org.talend.sdk.component.runtime.manager.reflect with type arguments of type ParameterMetaModifier and TypeMethodDescriptionorg.talend.sdk.component.api.component.MigrationHandlerMigrationHandlerFactory.findMigrationHandler(Supplier<List<ParameterMeta>> parameterMetas, Class<?> type, ComponentManager.AllServices services) ReflectionService.parameterFactory(Executable executable, Map<Class<?>, Object> precomputed, List<ParameterMeta> metas) -
Uses of ParameterMeta in org.talend.sdk.component.runtime.manager.reflect.visibility
Methods in org.talend.sdk.component.runtime.manager.reflect.visibility with parameters of type ParameterMetaModifier and TypeMethodDescriptionVisibilityService.build(ParameterMeta param) voidPayloadMapper.OnParameter.onParameter(ParameterMeta meta, javax.json.JsonValue value) Method parameters in org.talend.sdk.component.runtime.manager.reflect.visibility with type arguments of type ParameterMetaModifier and TypeMethodDescriptionjavax.json.JsonObjectPayloadMapper.visitAndMap(Collection<ParameterMeta> parameters, Map<String, String> payload) -
Uses of ParameterMeta in org.talend.sdk.component.runtime.manager.util
Methods in org.talend.sdk.component.runtime.manager.util with parameters of type ParameterMetaModifier and TypeMethodDescriptionDefaultValueInspector.createDemoInstance(Object rootInstance, ParameterMeta param) DefaultValueInspector.findDefault(Object instance, ParameterMeta param)