Uses of Class
org.apache.syncope.common.rest.api.beans.AbstractCSVSpec
-
Packages that use AbstractCSVSpec Package Description org.apache.syncope.client.console.panels org.apache.syncope.common.rest.api.beans org.apache.syncope.core.logic -
-
Uses of AbstractCSVSpec in org.apache.syncope.client.console.panels
Constructors in org.apache.syncope.client.console.panels with parameters of type AbstractCSVSpec Constructor Description CSVConfPanel(String id, AbstractCSVSpec spec) -
Uses of AbstractCSVSpec in org.apache.syncope.common.rest.api.beans
Classes in org.apache.syncope.common.rest.api.beans with type parameters of type AbstractCSVSpec Modifier and Type Class Description protected static classAbstractCSVSpec.Builder<T extends AbstractCSVSpec,B extends AbstractCSVSpec.Builder<T,B>>Subclasses of AbstractCSVSpec in org.apache.syncope.common.rest.api.beans Modifier and Type Class Description classCSVPullSpecclassCSVPushSpecFields in org.apache.syncope.common.rest.api.beans declared as AbstractCSVSpec Modifier and Type Field Description protected TAbstractCSVSpec.Builder. instance -
Uses of AbstractCSVSpec in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type AbstractCSVSpec Modifier and Type Method Description protected com.fasterxml.jackson.dataformat.csv.CsvSchema.BuilderReconciliationLogic. csvSchema(AbstractCSVSpec spec)
-