Package org.bson.codecs.pojo
Interface Convention
-
@Deprecated(since="2022-10-31") public interface ConventionDeprecated.Usage of this API is not supported in AEM as a Cloud Service.Defines a convention to be applied when mapping a class.- Since:
- 3.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidapply(ClassModelBuilder<?> classModelBuilder)Deprecated.This method applies this Convention to the given ClassModelBuilder
-
-
-
Method Detail
-
apply
void apply(ClassModelBuilder<?> classModelBuilder)
Deprecated.This method applies this Convention to the given ClassModelBuilder- Parameters:
classModelBuilder- the ClassModelBuilder to apply the convention to
-
-