Uses of Class
org.openrefine.model.recon.ReconType
-
Packages that use ReconType Package Description org.openrefine.model.recon -
-
Uses of ReconType in org.openrefine.model.recon
Fields in org.openrefine.model.recon declared as ReconType Modifier and Type Field Description ReconTypeReconciledDataExtensionJob.ColumnInfo. expectedTypeReconTypeDataExtensionReconConfig. typeReconTypeReconciledDataExtensionJob.DataExtensionProperty. typeFields in org.openrefine.model.recon with type parameters of type ReconType Modifier and Type Field Description List<ReconType>StandardReconConfig.ReconResult. typesMethods in org.openrefine.model.recon that return ReconType Modifier and Type Method Description ReconTypeStandardReconConfig. getReconType()static ReconTypeReconType. load(String json)Constructors in org.openrefine.model.recon with parameters of type ReconType Constructor Description ColumnDetail(String columnName, String propertyName, String propertyID, ReconType property)Unfortunately the format of ColumnDetail is inconsistent in the UI and the backend so we need to support two deserialization formats.ColumnInfo(String name, String id, ReconType expectedType)DataExtensionProperty(String id, String name, ReconType type, Map<String,Object> settings)DataExtensionReconConfig(String service, String identifierSpace, String schemaSpace, ReconType type)StandardReconConfig(String service, String identifierSpace, String schemaSpace, ReconType type, boolean autoMatch, List<StandardReconConfig.ColumnDetail> columnDetails, int limit)
-