Uses of Interface
org.springframework.batch.item.ldif.RecordCallbackHandler
Packages that use RecordCallbackHandler
Package
Description
This package contains the classes required for using the LdifParser in Spring LDAP.
Builders for LDIF related components.
-
Uses of RecordCallbackHandler in org.springframework.batch.item.ldif
Methods in org.springframework.batch.item.ldif with parameters of type RecordCallbackHandlerModifier and TypeMethodDescriptionvoidLdifReader.setSkippedRecordsCallback(RecordCallbackHandler skippedRecordsCallback) RecordCallbackHandlerimplementations can be used to take action on skipped records.voidMappingLdifReader.setSkippedRecordsCallback(RecordCallbackHandler skippedRecordsCallback) RecordCallbackHandlerimplementations can be used to take action on skipped records. -
Uses of RecordCallbackHandler in org.springframework.batch.item.ldif.builder
Methods in org.springframework.batch.item.ldif.builder with parameters of type RecordCallbackHandlerModifier and TypeMethodDescriptionLdifReaderBuilder.skippedRecordsCallback(RecordCallbackHandler skippedRecordsCallback) RecordCallbackHandlerimplementations can be used to take action on skipped records.MappingLdifReaderBuilder.skippedRecordsCallback(RecordCallbackHandler skippedRecordsCallback) RecordCallbackHandlerimplementations can be used to take action on skipped records.