Uses of Interface
org.gcube.documentstore.records.implementation.FieldAction
-
Packages that use FieldAction Package Description org.gcube.documentstore.records.implementation org.gcube.documentstore.records.implementation.validations.validators -
-
Uses of FieldAction in org.gcube.documentstore.records.implementation
Fields in org.gcube.documentstore.records.implementation with type parameters of type FieldAction Modifier and Type Field Description protected Map<String,List<FieldAction>>AbstractRecord. computationprotected Map<String,List<FieldAction>>AbstractRecord. validationMethods in org.gcube.documentstore.records.implementation that return types with arguments of type FieldAction Modifier and Type Method Description Class<? extends FieldAction>action()Class<? extends FieldAction>action() -
Uses of FieldAction in org.gcube.documentstore.records.implementation.validations.validators
Classes in org.gcube.documentstore.records.implementation.validations.validators that implement FieldAction Modifier and Type Class Description classNotEmptyIfNotNullValidatorclassNotEmptyValidatorclassNotNullValidatorclassValidBooleanValidatorclassValidIntegerValidatorclassValidLongValidator
-